Skip to content

Commit

Permalink
Merge pull request #1014 from spacetelescope/CCD-1386
Browse files Browse the repository at this point in the history
(CCD-1386) Created new rmap for miri_emicorr.
  • Loading branch information
hbrown-ST authored Nov 17, 2023
2 parents b82e09a + 0039997 commit a44f831
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
24 changes: 24 additions & 0 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
17 changes: 17 additions & 0 deletions crds/jwst/specs/miri_emicorr.rmap
Original file line number Diff line number Diff line change
@@ -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({
})
3 changes: 3 additions & 0 deletions crds/jwst/tpns/miri_emicorr.tpn
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a44f831

Please sign in to comment.