Skip to content

Commit

Permalink
CCD-1362 Added new rmap for niriss charge migrationstep.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrown-ST committed Sep 7, 2023
1 parent 6d7c936 commit c2d68e2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ JWST
- Added new rmap nirspec outlier detection [#950]
- Added new rmap miri Interpixel Capacitance [#954]
- Added CHANNEL to parkeys for miri_apcorr.rmap [#955]
- Added new rmap niriss charge_migration step [#956]

11.17.4 (2023-08-28)
=====================
Expand Down
31 changes: 31 additions & 0 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,37 @@
"tpn":"miri_amplifier.tpn",
"unique_rowkeys":null
},
"apcorr":{
"classes":[
"Match",
"UseAfter"
],
"derived_from":"Hand made 2020-01-13",
"extra_keys":null,
"file_ext":".fits",
"filekind":"APCORR",
"filetype":"APCORR",
"instrument":"MIRI",
"ld_tpn":"miri_apcorr_ld.tpn",
"mapping":"REFERENCE",
"name":"jwst_miri_apcorr.rmap",
"observatory":"JWST",
"parkey":[
[
"META.EXPOSURE.TYPE",
"META.INSTRUMENT.CHANNEL"
],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"b18a61dfb7808fae468739cdbe743da848eb443d",
"suffix":"apcorr",
"text_descr":"Aperture Correction",
"tpn":"miri_apcorr.tpn",
"unique_rowkeys":null
},
"area":{
"derived_from":"Hand made 2015-09-02 16:35:00",
"extra_keys":null,
Expand Down
17 changes: 17 additions & 0 deletions crds/jwst/specs/niriss_pars-chargemigrationstep.rmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
header = {
'derived_from' : 'Derived from niriss_pars-jumpstep 2023-09-07',
'file_ext' : '.asdf',
'filekind' : 'pars-chargemigrationstep',
'filetype' : 'pars-chargemigrationstep',
'instrument' : 'NIRISS',
'mapping' : 'REFERENCE',
'name' : 'jwst_niriss_pars-chargemigrationstep.rmap',
'observatory' : 'JWST',
'parkey' : (('META.INSTRUMENT.EXP_TYPE', 'META.INSTRUMENT.FILTER', 'META.INSTRUMENT.PUPIL'),),
'sha1sum' : '29c1ce44d948323b0d5767bf61b05bf99682515a',
'suffix' : 'pars-chargemigrationstep',
'text_descr' : 'Parameters to correct charge migration and the jump detection step interaction.',
}

selector = Match({
})

0 comments on commit c2d68e2

Please sign in to comment.