From 39f39acf3ed61c0284a8fd012df4dcf49f95a824 Mon Sep 17 00:00:00 2001 From: Hunter Brown Date: Tue, 20 Feb 2024 18:22:38 -0500 Subject: [PATCH] New rmap for niriss_pars-whitelightstep.rmap --- CHANGES.rst | 3 +- crds/jwst/specs/combined_specs.json | 30 +++++++++++++++++-- crds/jwst/specs/niriss_nrm.rmap | 2 +- .../specs/niriss_pars-whitelightstep.rmap | 17 +++++++++++ 4 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 crds/jwst/specs/niriss_pars-whitelightstep.rmap diff --git a/CHANGES.rst b/CHANGES.rst index a14b9a444..e0c7d8ab9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,11 @@ -11.17.17 (Unreleased) +11.17.17 (2024-02-20) ===================== JWST ---- -Added new rmap for NIRISS nrm. [#1027] -Added new rmap for NIRSPEC drizpars. [#1028] +-Added new rmap for NIRISS pars-whitelightstep. [#1029] 11.17.16 (2024-02-05) diff --git a/crds/jwst/specs/combined_specs.json b/crds/jwst/specs/combined_specs.json index 002878451..002c2d952 100644 --- a/crds/jwst/specs/combined_specs.json +++ b/crds/jwst/specs/combined_specs.json @@ -5242,7 +5242,7 @@ "tpn":"niriss_mask.tpn", "unique_rowkeys":null }, - "mask-nrm":{ + "nrm":{ "derived_from":"niriss_mask.spec", "extra_keys":null, "file_ext":".fits", @@ -5251,7 +5251,7 @@ "instrument":"NIRISS", "ld_tpn":"niriss_nrm_ld.tpn", "mapping":"REFERENCE", - "name":"jwst_niriss_mask_nrm.rmap", + "name":"jwst_niriss_nrm.rmap", "observatory":"JWST", "parkey":[ [ @@ -5262,7 +5262,7 @@ "META.OBSERVATION.TIME" ] ], - "sha1sum":"6580001143ded5c25a97c3d10d9764a242569b16", + "sha1sum":"a4df41c5aee41cd4db28ec22569119c6d80055b2", "suffix":"nrm", "text_descr":"Numerical representation of the non-redundant mask in the pupil wheel of NIRISS.", "tpn":"niriss_nrm.tpn", @@ -5578,6 +5578,30 @@ "tpn":"niriss_pars-undersamplecorrectionstep.tpn", "unique_rowkeys":null }, + "pars-whitelightstep":{ + "derived_from":"niriss_pars-rampfitstep.rmap", + "extra_keys":null, + "file_ext":".asdf", + "filekind":"pars-whitelightstep", + "filetype":"pars-whitelightstep", + "instrument":"NIRISS", + "ld_tpn":"niriss_pars-whitelightstep_ld.tpn", + "mapping":"REFERENCE", + "name":"jwst_niriss_pars-whitelightstep.rmap", + "observatory":"JWST", + "parkey":[ + [], + [ + "META.OBSERVATION.DATE", + "META.OBSERVATION.TIME" + ] + ], + "sha1sum":"dafd2da83aea4084896de15081040abd0eebd19f", + "suffix":"pars-whitelightstep", + "text_descr":"WhiteLightStep runtime parameters", + "tpn":"niriss_pars-whitelightstep.tpn", + "unique_rowkeys":null + }, "pathloss":{ "classes":[ "Match", diff --git a/crds/jwst/specs/niriss_nrm.rmap b/crds/jwst/specs/niriss_nrm.rmap index 164f8d97d..332fa9797 100644 --- a/crds/jwst/specs/niriss_nrm.rmap +++ b/crds/jwst/specs/niriss_nrm.rmap @@ -8,7 +8,7 @@ header = { 'name' : 'jwst_niriss_nrm.rmap', 'observatory' : 'JWST', 'parkey' : (('META.EXPOSURE.TYPE',), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), - 'sha1sum' : '6580001143ded5c25a97c3d10d9764a242569b16', + 'sha1sum' : 'a4df41c5aee41cd4db28ec22569119c6d80055b2', 'suffix' : 'nrm', 'text_descr' : 'Numerical representation of the non-redundant mask in the pupil wheel of NIRISS.', } diff --git a/crds/jwst/specs/niriss_pars-whitelightstep.rmap b/crds/jwst/specs/niriss_pars-whitelightstep.rmap new file mode 100644 index 000000000..ce7b99010 --- /dev/null +++ b/crds/jwst/specs/niriss_pars-whitelightstep.rmap @@ -0,0 +1,17 @@ +header = { + 'derived_from' : 'niriss_pars-rampfitstep.rmap', + 'file_ext' : '.asdf', + 'filekind' : 'pars-whitelightstep', + 'filetype' : 'pars-whitelightstep', + 'instrument' : 'NIRISS', + 'mapping' : 'REFERENCE', + 'name' : 'jwst_niriss_pars-whitelightstep.rmap', + 'observatory' : 'JWST', + 'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), + 'sha1sum' : 'dafd2da83aea4084896de15081040abd0eebd19f', + 'suffix' : 'pars-whitelightstep', + 'text_descr' : 'WhiteLightStep runtime parameters', +} + +selector = Match({ +})