Skip to content

Commit

Permalink
Merge pull request #958 from spacetelescope/FixFor_miri_ipc
Browse files Browse the repository at this point in the history
Fix for miri ipc
  • Loading branch information
hbrown-ST authored Sep 8, 2023
2 parents da60147 + 1366a86 commit 99f9d62
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
11.17.6 (2023-09-08)
=====================

JWST
----

- Added a substitution to miri_ipc [#958]

11.17.5 (2023-09-07)
=====================
Expand Down
14 changes: 12 additions & 2 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,10 +1237,20 @@
"observatory":"JWST",
"parkey":[
[
"META.INSTRUMENT.DETECTOR"
"META.INSTRUMENT.DETECTOR",
"META.SUBARRAY.NAME"
],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"02e9c784a6c48a9c1a6952fb68a9b0d35fc2f28e",
"sha1sum":"8c4873a3341cc3132d29b8b447535db189c6d826",
"substitutions":{
"META.DETECTOR":{
"GENERIC":"N/A"
}
},
"suffix":"ipc",
"text_descr":"Interpixel Capacitance",
"tpn":"miri_ipc.tpn",
Expand Down
9 changes: 7 additions & 2 deletions crds/jwst/specs/miri_ipc.rmap
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ header = {
'mapping' : 'REFERENCE',
'name' : 'miri_ipc.rmap',
'observatory' : 'JWST',
'parkey' : (('META.INSTRUMENT.DETECTOR',),),
'sha1sum' : '02e9c784a6c48a9c1a6952fb68a9b0d35fc2f28e',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.SUBARRAY.NAME'), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '8c4873a3341cc3132d29b8b447535db189c6d826',
'substitutions' : {
'META.DETECTOR' : {
'GENERIC' : 'N/A',
},
},
'suffix' : 'ipc',
'text_descr' : 'Interpixel Capacitance',
}
Expand Down

0 comments on commit 99f9d62

Please sign in to comment.