Skip to content

Commit

Permalink
Merge pull request #945 from spacetelescope/CRDS-711
Browse files Browse the repository at this point in the history
CRDS-711 Created miri_gain.ramp for new references.
  • Loading branch information
hbrown-ST authored Aug 29, 2023
2 parents e592ab8 + 31475c5 commit 9c7238e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 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.4 (2023-08-28)
=====================

JWST
----

- Added new rmap miri gain [#945]

11.17.3 (2023-08-17)
====================

Expand Down
11 changes: 8 additions & 3 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,15 +1204,20 @@
"instrument":"MIRI",
"ld_tpn":"miri_gain_ld.tpn",
"mapping":"REFERENCE",
"name":"jwst_miri_gain_0000.rmap",
"name":"miri_gain.rmap",
"observatory":"JWST",
"parkey":[
[
"META.INSTRUMENT.DETECTOR",
"META.INSTRUMENT.FILTER"
"META.INSTRUMENT.FILTER",
"META.SUBARRAY.NAME"
],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"09f1b655e8999a1be2ef3aea286e74fc0588738c",
"sha1sum":"898a158c3b13c23aa4cb6b2ac6ab12178b5834b1",
"suffix":"gain",
"text_descr":"Gain",
"tpn":"miri_gain.tpn",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
header = {
'derived_from' : 'cloning tool 0.05b (2013-04-12) used on 2013-10-04',
'file_ext' : '.fits',
'filekind' : 'GAIN',
'filetype' : 'GAIN',
'instrument' : 'MIRI',
'mapping' : 'REFERENCE',
'name' : 'jwst_miri_gain_0000.rmap',
'name' : 'miri_gain.rmap',
'observatory' : 'JWST',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.INSTRUMENT.FILTER'),),
'sha1sum' : '09f1b655e8999a1be2ef3aea286e74fc0588738c',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.INSTRUMENT.FILTER', 'META.SUBARRAY.NAME'), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '898a158c3b13c23aa4cb6b2ac6ab12178b5834b1',
'suffix' : 'gain',
'text_descr' : 'Gain',
}

selector = Match({
})

0 comments on commit 9c7238e

Please # to comment.