Skip to content

Commit

Permalink
Added mrsptcorr ref file information to core.schema to support JP-3327 (
Browse files Browse the repository at this point in the history
  • Loading branch information
jemorrison authored Oct 31, 2023
1 parent 575d786 commit 41ed29f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changes to API
Other
-----

-
- Add mrsptcorr ref_file to core.schema [#228]

1.8.3 (2023-10-02)
==================
Expand Down
14 changes: 14 additions & 0 deletions src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,15 @@ properties:
type: string
fits_keyword: R_MRSXAR
blend_table: True
mrsptcorr:
title: MRS point source correction reference file information
type: object
properties:
name:
title: MRS point source correction reference file name
type: string
fits_keyword: R_MRSPT
blend_table: True
ote:
title: Nirspec OTE Model reference file information
type: object
Expand Down Expand Up @@ -2481,6 +2490,11 @@ properties:
type: string
fits_keyword: S_SRCCAT
blend_table: True
spectral_leak:
title: MRS spectral leak
type: string
fits_keyword: S_SPLEAK
blend_table: True
srctype:
title: Source Type Determination
type: string
Expand Down

0 comments on commit 41ed29f

Please sign in to comment.