Skip to content

Commit

Permalink
Merge pull request #1016 from spacetelescope/fix-for-jwst_miri_emicorr
Browse files Browse the repository at this point in the history
Updated rmap for miri_emicorr.
  • Loading branch information
hbrown-ST authored Nov 29, 2023
2 parents 7432325 + ee3ffe3 commit 924d686
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
11.17.12 (Unreleased)
====================

JWST
----
-Fixed value of suffix in rmap for miri_emicorr. [#1016]


11.17.11 (2023-11-28)
====================

Expand Down
8 changes: 4 additions & 4 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
"filekind":"EMICORR",
"filetype":"EMICORR",
"instrument":"MIRI",
"ld_tpn":"miri_emircorr_ld.tpn",
"ld_tpn":"miri_emicorr_ld.tpn",
"mapping":"REFERENCE",
"name":"miri_emicorr.rmap",
"observatory":"JWST",
Expand All @@ -1081,10 +1081,10 @@
"META.OBSERVATION.TIME"
]
],
"sha1sum":"799dcca0f33b8d5241a6adfcbe8a592f9d1a4e29",
"suffix":"emircorr",
"sha1sum":"d6d9bb7fe96dfc7d4d26ce4938d93f114ce26363",
"suffix":"emicorr",
"text_descr":"EMI correction",
"tpn":"miri_emircorr.tpn",
"tpn":"miri_emicorr.tpn",
"unique_rowkeys":null
},
"extract1d":{
Expand Down
4 changes: 2 additions & 2 deletions crds/jwst/specs/miri_emicorr.rmap
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ header = {
'name' : 'miri_emicorr.rmap',
'observatory' : 'JWST',
'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '799dcca0f33b8d5241a6adfcbe8a592f9d1a4e29',
'suffix' : 'emircorr',
'sha1sum' : 'd6d9bb7fe96dfc7d4d26ce4938d93f114ce26363',
'suffix' : 'emicorr',
'text_descr' : 'EMI correction',
}

Expand Down

0 comments on commit 924d686

Please sign in to comment.