Skip to content

Commit

Permalink
Merge pull request #1100 from spacetelescope/MIRI_LSF_and_NIRCAM_refpix
Browse files Browse the repository at this point in the history
Reftypes for Miri lsf and nircam refpix
  • Loading branch information
hbrown-ST authored Nov 26, 2024
2 parents 79766e9 + 3145d1d commit 21316d5
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
12.0.7 (2024-11-26)
============================================

JWST
----

- Added miri_psf.rmap, nircam_convkernel.rmap, and nirspec_pars-badpixselfcalstep.rmap. (`#1100
<https://github.com/spacetelescope/crds/issues/1100>`_)

12.0.6 (2024-11-19)
============================================

JWST
----

- Added SUB8FP6A to nircam_all.tpn. (`#1098
<https://github.com/spacetelescope/crds/issues/1098>`_)


12.0.5 (2024-11-05)
===================

Expand Down
1 change: 0 additions & 1 deletion changes/1098.jwst.rst

This file was deleted.

1 change: 1 addition & 0 deletions changes/1099.jwst.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added miri_psf.rmap, nircam_convkernel.rmap, and nirspec_pars-badpixselfcalstep.rmap.
1 change: 1 addition & 0 deletions changes/1100.jwst.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated EXPTYPE parkey in miri psf and description in Nircam convkernel
80 changes: 80 additions & 0 deletions crds/jwst/specs/combined_specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3474,6 +3474,38 @@
"BAND"
]
},
"psf":{
"classes":[
"Match",
"UseAfter"
],
"derived_from":"miri_psfmask.rmap",
"extra_keys":null,
"file_ext":".fits",
"filekind":"PSF",
"filetype":"PSF",
"instrument":"MIRI",
"ld_tpn":"miri_psf_ld.tpn",
"mapping":"REFERENCE",
"name":"jwst_miri_psf.rmap",
"observatory":"JWST",
"parkey":[
[
"META.INSTRUMENT.DETECTOR",
"META.INSTRUMENT.FILTER",
"META.EXPOSURE.TYPE"
],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"080c984cf3255235de5e2309ef0ef6b20a6b39e9",
"suffix":"psf",
"text_descr":"A wavelength array to be used for spectral extraction",
"tpn":"miri_psf.tpn",
"unique_rowkeys":null
},
"psfmask":{
"classes":[
"Match",
Expand Down Expand Up @@ -4758,6 +4790,30 @@
"tpn":"nircam_saturation.tpn",
"unique_rowkeys":null
},
"sirskernel":{
"derived_from":"Handmade on 11/26/24 by Hunter Brown",
"extra_keys":null,
"file_ext":".asdf",
"filekind":"sirskernel",
"filetype":"SIRSKERNEL",
"instrument":"NIRCAM",
"ld_tpn":"nircam_sirskernel_ld.tpn",
"mapping":"REFERENCE",
"name":"nircam_sirskernel.rmap",
"observatory":"JWST",
"parkey":[
[],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"179a0f57a882ef5d8fbbeafc03a96f0280c1ce02",
"suffix":"sirskernel",
"text_descr":"Convolution kernel for the Simple Improved Reference Subtraction approach.",
"tpn":"nircam_sirskernel.tpn",
"unique_rowkeys":null
},
"specwcs":{
"classes":[
"Match",
Expand Down Expand Up @@ -7017,6 +7073,30 @@
"tpn":"nirspec_ote.tpn",
"unique_rowkeys":null
},
"pars-badpixselfcalstep":{
"derived_from":"Created by Hunter Brown 2024-10-10",
"extra_keys":null,
"file_ext":".asdf",
"filekind":"pars-badpixselfcalstep",
"filetype":"pars-badpixselfcalstep",
"instrument":"NIRSPEC",
"ld_tpn":"nirspec_pars-badpixselfcalstep_ld.tpn",
"mapping":"REFERENCE",
"name":"jwst_nirspec_pars-badpixselfcalstep.rmap",
"observatory":"JWST",
"parkey":[
[],
[
"META.OBSERVATION.DATE",
"META.OBSERVATION.TIME"
]
],
"sha1sum":"41bc0a03d084c3b31fae801972a8222e1ace36f1",
"suffix":"pars-badpixselfcalstep",
"text_descr":"Base rmap for nirspec-badpixselfcalstep",
"tpn":"nirspec_pars-badpixselfcalstep.tpn",
"unique_rowkeys":null
},
"pars-darkcurrentstep":{
"derived_from":"Created by Hunter Brown 2024-06-10",
"extra_keys":null,
Expand Down
18 changes: 18 additions & 0 deletions crds/jwst/specs/miri_psf.rmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
header = {
'classes' : ('Match', 'UseAfter'),
'derived_from' : 'miri_psfmask.rmap',
'file_ext' : '.fits',
'filekind' : 'PSF',
'filetype' : 'PSF',
'instrument' : 'MIRI',
'mapping' : 'REFERENCE',
'name' : 'jwst_miri_psf.rmap',
'observatory' : 'JWST',
'parkey' : (('META.INSTRUMENT.DETECTOR', 'META.INSTRUMENT.FILTER', 'META.EXPOSURE.TYPE'), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '080c984cf3255235de5e2309ef0ef6b20a6b39e9',
'suffix' : 'psf',
'text_descr' : 'A wavelength array to be used for spectral extraction',
}

selector = Match({
})
17 changes: 17 additions & 0 deletions crds/jwst/specs/nircam_sirskernel.rmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
header = {
'derived_from' : 'Handmade on 11/26/24 by Hunter Brown',
'file_ext' : '.asdf',
'filekind' : 'sirskernel',
'filetype' : 'SIRSKERNEL',
'instrument' : 'NIRCAM',
'mapping' : 'REFERENCE',
'name' : 'nircam_sirskernel.rmap',
'observatory' : 'JWST',
'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '179a0f57a882ef5d8fbbeafc03a96f0280c1ce02',
'suffix' : 'sirskernel',
'text_descr' : 'Convolution kernel for the Simple Improved Reference Subtraction approach.',
}

selector = Match({
})
17 changes: 17 additions & 0 deletions crds/jwst/specs/nirspec_pars-badpixselfcalstep.rmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
header = {
'derived_from' : 'Created by Hunter Brown 2024-10-10',
'file_ext' : '.asdf',
'filekind' : 'pars-badpixselfcalstep',
'filetype' : 'pars-badpixselfcalstep',
'instrument' : 'NIRSPEC',
'mapping' : 'REFERENCE',
'name' : 'jwst_nirspec_pars-badpixselfcalstep.rmap',
'observatory' : 'JWST',
'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')),
'sha1sum' : '41bc0a03d084c3b31fae801972a8222e1ace36f1',
'suffix' : 'pars-badpixselfcalstep',
'text_descr' : 'Base rmap for nirspec-badpixselfcalstep',
}

selector = Match({
})
2 changes: 2 additions & 0 deletions crds/jwst/tpns/miri_psf.tpn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Commented out until INS is ready for strict model type validation:
# META.MODEL_TYPE H S R PSFModel

0 comments on commit 21316d5

Please # to comment.