|
| 1 | +header = { |
| 2 | + 'derived_from' : 'Initial spec CRDS-496', |
| 3 | + 'file_ext' : '.fits', |
| 4 | + 'filekind' : 'fringefreq', |
| 5 | + 'filetype' : 'FRINGEFREQ', |
| 6 | + 'instrument' : 'MIRI', |
| 7 | + 'mapping' : 'REFERENCE', |
| 8 | + 'name' : 'miri_fringefreq.rmap', |
| 9 | + 'observatory' : 'JWST', |
| 10 | + 'parkey' : (('META.INSTRUMENT.DETECTOR',), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), |
| 11 | + 'sha1sum' : 'db0a80ee8aba8cddd9dae9e7871073e2bb7ec354', |
| 12 | + 'suffix' : 'fringefreq', |
| 13 | + 'text_descr' : 'Residual Fringe', |
| 14 | +} |
| 15 | + |
| 16 | +comment = """ |
| 17 | +The MRS residual fringe reference files contain tables of the |
| 18 | +wavelength-dependent allowable frequencies, amplitudes, SNR, and other |
| 19 | +parameters to use when applying the MRS residual fringe correction step. They |
| 20 | +are split into FITS format reference files for each of the two MIRI MRS |
| 21 | +detectors, each of which contains an extension pertaining to the SHORT, MEDIUM, |
| 22 | +and LONG grating settings (RFC_FREQ_SHORT, RFC_FREQ_MEDIUM, RFC_FREQ_LONG) and |
| 23 | +the maximum allowable amplitudes (MAX_AMP). |
| 24 | + |
| 25 | +Originally requested and discussed in JIRA CRDS-496 |
| 26 | +""" |
| 27 | + |
| 28 | +selector = Match({ |
| 29 | +}) |
0 commit comments