Skip to content

Commit

Permalink
add band to GainModel schema (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Sep 25, 2023
1 parent cddf80c commit 60d4223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit 60d4223

Please sign in to comment.