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

JP-3329: Add GSC_VER to JWST core schema #190

Merged
merged 2 commits into from
Aug 8, 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
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
Loading