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 authored and zacharyburnett committed Aug 14, 2023
1 parent fbd97cc commit 4274eb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Other
-----

-
- 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 4274eb5

Please sign in to comment.