Skip to content

Commit

Permalink
Update MultiSpec schema to provide keywords for recording extraction …
Browse files Browse the repository at this point in the history
…characteristics (#264)

Co-authored-by: Howard Bushouse <bushouse@stsci.edu>
  • Loading branch information
jemorrison and hbushouse authored Feb 29, 2024
1 parent cdb4163 commit 80d90c3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Other
options to ``DarkModel`` and ``MIRIDarkModel``. Add the array extension
to the ``RampModel``, for tracking the average dark current. [#265]

- Add ``EXTRXSTR``, ``EXTRXSTP``, ``EXTRYSTR``, and ``EXTRYSTP`` keywords
to the jwst ``MultiSpec`` schema. [#264]


1.9.1 (2024-01-25)
==================

Expand Down
20 changes: 20 additions & 0 deletions src/stdatamodels/jwst/datamodels/schemas/multispec.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@ allOf:
type: number
fits_keyword: EXTR_Y
fits_hdu: EXTRACT1D
extraction_xstart:
title: X axis start of extraction region
type: number
fits_keyword: EXTRXSTR
fits_hdu: EXTRACT1D
extraction_xstop:
title: X axis end of extraction region
type: number
fits_keyword: EXTRXSTP
fits_hdu: EXTRACT1D
extraction_ystart:
title: Y axis start of extraction region
type: number
fits_keyword: EXTRYSTR
fits_hdu: EXTRACT1D
extraction_ystop:
title: Y axis end of extraction region
type: number
fits_keyword: EXTRYSTP
fits_hdu: EXTRACT1D
shutter_state:
title: All (open and close) shutters in a slit
type: string
Expand Down

0 comments on commit 80d90c3

Please sign in to comment.