diff --git a/CHANGES.rst b/CHANGES.rst index 6b295a7fb..7ac0741a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ JWST ---- - Added PIXAR_SR and PIXAR_A2 to miri photom tpn. [#1013] +- Added new rmap for miri.emicorr. [#1014] 11.17.9 (2023-11-08) diff --git a/crds/jwst/specs/combined_specs.json b/crds/jwst/specs/combined_specs.json index 4757e9704..f5ed19862 100644 --- a/crds/jwst/specs/combined_specs.json +++ b/crds/jwst/specs/combined_specs.json @@ -1063,6 +1063,30 @@ "tpn":"miri_drizpars.tpn", "unique_rowkeys":null }, + "emicorr":{ + "derived_from":"generated as stub rmap on 2023-11-16 11:30:00.015471", + "extra_keys":null, + "file_ext":".asdf", + "filekind":"EMICORR", + "filetype":"EMI correction", + "instrument":"MIRI", + "ld_tpn":"miri_emircorr_ld.tpn", + "mapping":"REFERENCE", + "name":"miri_emicorr.rmap", + "observatory":"JWST", + "parkey":[ + [], + [ + "META.OBSERVATION.DATE", + "META.OBSERVATION.TIME" + ] + ], + "sha1sum":"859b40143a0f05dc18e4b44606adf55550e2bc41", + "suffix":"emircorr", + "text_descr":"EMI correction", + "tpn":"miri_emircorr.tpn", + "unique_rowkeys":null + }, "extract1d":{ "derived_from":"Hand made 2015-10-17 16:00:00", "extra_keys":null, diff --git a/crds/jwst/specs/miri_emicorr.rmap b/crds/jwst/specs/miri_emicorr.rmap new file mode 100644 index 000000000..27d64fef9 --- /dev/null +++ b/crds/jwst/specs/miri_emicorr.rmap @@ -0,0 +1,17 @@ +header = { + 'derived_from' : 'generated as stub rmap on 2023-11-16 11:30:00.015471', + 'file_ext' : '.asdf', + 'filekind' : 'EMICORR', + 'filetype' : 'EMI correction', + 'instrument' : 'MIRI', + 'mapping' : 'REFERENCE', + 'name' : 'miri_emicorr.rmap', + 'observatory' : 'JWST', + 'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), + 'sha1sum' : '859b40143a0f05dc18e4b44606adf55550e2bc41', + 'suffix' : 'emircorr', + 'text_descr' : 'EMI correction', +} + +selector = Match({ +}) diff --git a/crds/jwst/tpns/miri_emicorr.tpn b/crds/jwst/tpns/miri_emicorr.tpn new file mode 100644 index 000000000..e080926b0 --- /dev/null +++ b/crds/jwst/tpns/miri_emicorr.tpn @@ -0,0 +1,3 @@ +# Commented out until INS is ready for strict model type validation: +# META.INSTRUMENT.DETECTOR H C O ANY +# META.SUBARRAY.NAME H C O ANY \ No newline at end of file