Skip to content

Commit

Permalink
Merge pull request #1011 from spacetelescope/CCD-1376
Browse files Browse the repository at this point in the history
(CCD-1376 and CCD-1377) Added BAND to miri_gain and DETECTOR to miri_pars-detector1pipeline spec files.
  • Loading branch information
hbrown-ST authored Nov 3, 2023
2 parents 2bdda79 + 91b658a commit bbe1a93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 33 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Documentation
JWST
----
- Added Filter and Subarray to miri_pars-jumpstep.rmap [#1010]
- Added BAND to miri_gain and DETECTOR to miri_pars-detector1pipeline spec files. [#1011]


11.17.7 (2023-10-20)
Expand Down
31 changes: 2 additions & 29 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1196,34 +1196,6 @@
"tpn":"miri_fringefreq.tpn",
"unique_rowkeys":null
},
"gain":{
"derived_from":"cloning tool 0.05b (2013-04-12) used on 2013-10-04",
"extra_keys":null,
"file_ext":".fits",
"filekind":"GAIN",
"filetype":"GAIN",
"instrument":"MIRI",
"ld_tpn":"miri_gain_ld.tpn",
"mapping":"REFERENCE",
"name":"miri_gain.rmap",
"observatory":"JWST",
"parkey":[
[
"META.INSTRUMENT.DETECTOR",
"META.INSTRUMENT.FILTER",
"META.SUBARRAY.NAME"
],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"898a158c3b13c23aa4cb6b2ac6ab12178b5834b1",
"suffix":"gain",
"text_descr":"Gain",
"tpn":"miri_gain.tpn",
"unique_rowkeys":null
},
"ipc":{
"derived_from":"generated as stub rmap on 2014-03-24 15:03:30.015471",
"extra_keys":null,
Expand Down Expand Up @@ -1795,14 +1767,15 @@
"observatory":"JWST",
"parkey":[
[
"META.INSTRUMENT.DETECTOR",
"META.VISIT.TSOVISIT"
],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"45db150be0397c7711214562e1f5f07a84f1bac5",
"sha1sum":"96d195da9de4d8b4112c6031104a5b4c36fb20cb",
"suffix":"pars-detector1pipeline",
"text_descr":"Step parameters for Detector1Pipeline",
"tpn":"miri_pars-detector1pipeline.tpn",
Expand Down
4 changes: 2 additions & 2 deletions crds/jwst/specs/miri_gain.rmap
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ header = {
'mapping' : 'REFERENCE',
'name' : 'miri_gain.rmap',
'observatory' : 'JWST',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.INSTRUMENT.FILTER', 'META.SUBARRAY.NAME'), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '898a158c3b13c23aa4cb6b2ac6ab12178b5834b1',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.INSTRUMENT.FILTER', 'META.INSTRUMENT.BAND', 'META.SUBARRAY.NAME'), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '39dfd6a132931f669d99443d334555677ff0c011',
'suffix' : 'gain',
'text_descr' : 'Gain',
}
Expand Down
4 changes: 2 additions & 2 deletions crds/jwst/specs/miri_pars-detector1pipeline.rmap
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ header = {
'mapping' : 'REFERENCE',
'name' : '',
'observatory' : 'JWST',
'parkey' : (('META.VISIT.TSOVISIT',), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '45db150be0397c7711214562e1f5f07a84f1bac5',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.VISIT.TSOVISIT'), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '96d195da9de4d8b4112c6031104a5b4c36fb20cb',
'suffix' : 'pars-detector1pipeline',
'text_descr' : 'Step parameters for Detector1Pipeline',
}
Expand Down

0 comments on commit bbe1a93

Please sign in to comment.