Skip to content

Commit

Permalink
JP-3329: Add GSC_VER to JWST core schema (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbushouse committed Aug 8, 2023
1 parent 078bd1c commit f1268d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Other

- Use binary masks for dq calculations in dynamicdq [#185]

- Added the new keyword "GSC_VER" to the JWST core datamodels schema. [#190]


1.7.1 (2023-07-11)
==================
Expand Down
13 changes: 9 additions & 4 deletions src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,27 @@ properties:
fits_keyword: FILENAME
blend_table: True
data_processing_software_version:
title: Data processing software version number
title: Data processing (DP) Software Version
type: string
fits_keyword: SDP_VER
blend_table: True
prd_software_version:
title: S&OC PRD version number used in data processing
title: S&OC Project Reference Database (PRD) Version
type: string
fits_keyword: PRD_VER
blend_table: True
oss_software_version:
title: Observatory Scheduling Software (OSS) version number
title: Observatory Scheduling Software (OSS) Version
type: string
fits_keyword: OSS_VER
blend_table: True
guide_star_catalog_version:
title: Guide Star Catalog (GSC) Version
type: string
fits_keyword: GSC_VER
blend_table: True
calibration_software_version:
title: Calibration software version number
title: Calibration Software Version
type: string
fits_keyword: CAL_VER
blend_table: True
Expand Down

0 comments on commit f1268d8

Please sign in to comment.