-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1100 from spacetelescope/MIRI_LSF_and_NIRCAM_refpix
Reftypes for Miri lsf and nircam refpix
- Loading branch information
Showing
9 changed files
with
155 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Updated EXPTYPE parkey in miri psf and description in Nircam convkernel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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({ | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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({ | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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({ | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |