Skip to content

Commit

Permalink
JP-3302: Add TARGCAT and TARGDESC keywords (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbushouse authored Jul 8, 2023
1 parent 6afbbf7 commit 065ec6e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.7.1 (unreleased)
==================

Other
-----

- Added two new header keywords to the JWST core schema target section:
TARGCAT and TARGDESC, which record the target category and description
as given by the user in the APT. [#179]


1.7.0 (2023-06-29)
==================

Expand All @@ -12,6 +23,7 @@ Other

- Add OIFITS compatible schema and ``AmiOIModel`` [#174]


1.6.0 (2023-06-15)
==================

Expand Down
8 changes: 8 additions & 0 deletions src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,14 @@ properties:
type: string
fits_keyword: TARGTYPE
blend_table: True
category:
title: Target category from APT
type: string
fits_keyword: TARGCAT
description:
title: Target description from APT
type: string
fits_keyword: TARGDESC
ra:
title: Target RA at mid time of exposure
type: number
Expand Down

0 comments on commit 065ec6e

Please sign in to comment.