Skip to content

Commit

Permalink
add v3yangle vparity and roll_ref to ami schema
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 2, 2024
1 parent 4281e36 commit 3b0027f
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions src/stdatamodels/jwst/datamodels/schemas/ami.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,26 @@ allOf:
meta:
type: object
properties:
calibrator_object_id:
title: "Calibration object identifier"
type: string
fits_keyword: CALIB
blend_table: True
ami:
type: object
properties:
calibrator_object_id:
title: "Calibration object identifier"
type: string
fits_keyword: CALIB
blend_table: True
roll_ref:
title: "[deg] V3 roll angle at the ref point (N over E)"
type: number
fits_keyword: ROLL_REF
blend_table: True
v3yangle:
title: "[deg] Angle from V3 axis to Ideal y axis"
type: number
fits_keyword: V3I_YANG
blend_table: True
vparity:
title: Relative sense of rotation between Ideal xy and V2V3
type: integer
fits_keyword: VPARITY
blend_table: True

0 comments on commit 3b0027f

Please sign in to comment.