Skip to content

Commit

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

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

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

- Add option to ``allow_extra_columns`` in datamodel schema that defines
structured arrays (tables) and allow extra columns in oifits tables [#189]

Expand Down
13 changes: 4 additions & 9 deletions src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,22 @@ properties:
fits_keyword: FILENAME
blend_table: True
data_processing_software_version:
title: Data processing (DP) Software Version
title: Data processing software version number
type: string
fits_keyword: SDP_VER
blend_table: True
prd_software_version:
title: S&OC Project Reference Database (PRD) Version
title: S&OC PRD version number used in data processing
type: string
fits_keyword: PRD_VER
blend_table: True
oss_software_version:
title: Observatory Scheduling Software (OSS) Version
title: Observatory Scheduling Software (OSS) version number
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
title: Calibration software version number
type: string
fits_keyword: CAL_VER
blend_table: True
Expand Down

0 comments on commit b1210c4

Please sign in to comment.