Skip to content

Commit

Permalink
Merge pull request #1015 from spacetelescope/CCD-1393
Browse files Browse the repository at this point in the history
(CCD 1393) Fixing vlaue for filetype in miri_emicorr
  • Loading branch information
hbrown-ST committed Nov 28, 2023
2 parents a44f831 + 3413a06 commit efa822e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
@@ -1,4 +1,12 @@
11.17.10 (unreleased)
11.17.11 (Unreleased)
====================

JWST
----
-Fixed value of filetype in rmap for miri_emicorr. [#1015]


11.17.10 (2023-11-14)
====================

JWST
Expand Down
4 changes: 2 additions & 2 deletions crds/jwst/specs/combined_specs.json
Expand Up @@ -1068,7 +1068,7 @@
"extra_keys":null,
"file_ext":".asdf",
"filekind":"EMICORR",
"filetype":"EMI correction",
"filetype":"EMICORR",
"instrument":"MIRI",
"ld_tpn":"miri_emircorr_ld.tpn",
"mapping":"REFERENCE",
Expand All @@ -1081,7 +1081,7 @@
"META.OBSERVATION.TIME"
]
],
"sha1sum":"859b40143a0f05dc18e4b44606adf55550e2bc41",
"sha1sum":"799dcca0f33b8d5241a6adfcbe8a592f9d1a4e29",
"suffix":"emircorr",
"text_descr":"EMI correction",
"tpn":"miri_emircorr.tpn",
Expand Down
4 changes: 2 additions & 2 deletions crds/jwst/specs/miri_emicorr.rmap
Expand Up @@ -2,13 +2,13 @@ header = {
'derived_from' : 'generated as stub rmap on 2023-11-16 11:30:00.015471',
'file_ext' : '.asdf',
'filekind' : 'EMICORR',
'filetype' : 'EMI correction',
'filetype' : 'EMICORR',
'instrument' : 'MIRI',
'mapping' : 'REFERENCE',
'name' : 'miri_emicorr.rmap',
'observatory' : 'JWST',
'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '859b40143a0f05dc18e4b44606adf55550e2bc41',
'sha1sum' : '799dcca0f33b8d5241a6adfcbe8a592f9d1a4e29',
'suffix' : 'emircorr',
'text_descr' : 'EMI correction',
}
Expand Down

0 comments on commit efa822e

Please sign in to comment.