Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add band to GainModel schema #219

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Other
to scalar values before use to avoid ``DeprecationWarning``s introduced
in numpy 1.25 [#210]

- Add band to ``GainModel`` schema to account for miri crds file updates
[#219]


1.8.1 (2023-09-13)
==================
Expand Down
1 change: 1 addition & 0 deletions src/stdatamodels/jwst/datamodels/schemas/gain.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ id: "http://stsci.edu/schemas/jwst_datamodel/gain.schema"
allOf:
- $ref: referencefile.schema
- $ref: subarray.schema
- $ref: keyword_band.schema
- $ref: keyword_gainfact.schema
- $ref: keyword_filter.schema
- $ref: bunit.schema
Expand Down
Loading