-
Notifications
You must be signed in to change notification settings - Fork 29
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 #1113 from spacetelescope/CRDS-1561
Add reftypes for SIRSKERNEL to NIRISS and NIRSPEC, as well as a reftype for pictureframe for NIRSPEC and updated pars-darkcurrentstep, also for NIRSPEC.
- Loading branch information
Showing
7 changed files
with
164 additions
and
4 deletions.
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 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' : 'Derived from niriss_speckernel.rmap', | ||
'file_ext' : '.asdf', | ||
'filekind' : 'SIRSKERNEL', | ||
'filetype' : 'SIRSKERNEL', | ||
'instrument' : 'NIRISS', | ||
'mapping' : 'REFERENCE', | ||
'name' : 'jwst_niriss_sirskernel.rmap', | ||
'observatory' : 'JWST', | ||
'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), | ||
'sha1sum' : 'd75198f5b01b42ff3f90a4c7dc401f21f7f01386', | ||
'suffix' : 'sirskernel', | ||
'text_descr' : 'Initial refpix convolution kernel for niriss', | ||
} | ||
|
||
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
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' : 'handmade on Feb 26 2025 by HBrown', | ||
'file_ext' : '.fits', | ||
'filekind' : 'PICTUREFRAME', | ||
'filetype' : 'PICTUREFRAME', | ||
'instrument' : 'NIRSpec', | ||
'mapping' : 'REFERENCE', | ||
'name' : 'jwst_nirspec_pictureframe.rmap', | ||
'observatory' : 'JWST', | ||
'parkey' : (('META.INSTRUMENT.DETECTOR',), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), | ||
'sha1sum' : '51597a25801019302690736b5b12952cf4b5d037', | ||
'suffix' : 'pictureframe', | ||
'text_descr' : 'NIRSpec picture frame reference images', | ||
} | ||
|
||
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,18 @@ | ||
header = { | ||
'classes' : ('Match', 'UseAfter'), | ||
'derived_from' : 'Derived from niriss_sirskernel.rmap', | ||
'file_ext' : '.asdf', | ||
'filekind' : 'SIRSKERNEL', | ||
'filetype' : 'SIRSKERNEL', | ||
'instrument' : 'NIRSPEC', | ||
'mapping' : 'REFERENCE', | ||
'name' : 'jwst_nirspec_sirskernel.rmap', | ||
'observatory' : 'JWST', | ||
'parkey' : ((), ('META.OBSERVATION.DATE', 'META.OBSERVATION.TIME')), | ||
'sha1sum' : '8651bad1cf1569f4077e9c0a2166ceacbbe6c591', | ||
'suffix' : 'sirskernel', | ||
'text_descr' : 'Initial refpix convolution kernel for nirspec', | ||
} | ||
|
||
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 PICTUREFRAMEModel |