Skip to content

Commit

Permalink
Merge branch 'main' into schema_id
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter authored Nov 20, 2024
2 parents a59a2b2 + 4d34d0a commit 8a38d21
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/361.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add NRM reference file keywords to schema.
51 changes: 51 additions & 0 deletions src/stdatamodels/jwst/datamodels/schemas/nrm.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,57 @@ allOf:
- $ref: keyword_exptype.schema
- type: object
properties:
diameter:
fits_keyword: DIAM
title: "[m] Flat-to-flat distance across pupil in V3 axis"
flat_to_flat:
fits_keyword: F2F
title: "[m] flat2flat hole size"
pupil_circumscribed:
fits_keyword: PUPL_CRC
title: "[m] Circumscribing diameter for JWST primary"
x_a1:
fits_keyword: NRM_X_A1
title: "[m] X coordinate of NRM sub-aperture 1"
y_a1:
fits_keyword: NRM_Y_A1
title: "[m] Y coordinate of NRM sub-aperture 1"
x_a2:
fits_keyword: NRM_X_A2
title: "[m] X coordinate of NRM sub-aperture 2"
y_a2:
fits_keyword: NRM_Y_A2
title: "[m] Y coordinate of NRM sub-aperture 2"
x_a3:
fits_keyword: NRM_X_A3
title: "[m] X coordinate of NRM sub-aperture 3"
y_a3:
fits_keyword: NRM_Y_A3
title: "[m] Y coordinate of NRM sub-aperture 3"
x_a4:
fits_keyword: NRM_X_A4
title: "[m] X coordinate of NRM sub-aperture 4"
y_a4:
fits_keyword: NRM_Y_A4
title: "[m] Y coordinate of NRM sub-aperture 4"
x_a5:
fits_keyword: NRM_X_A5
title: "[m] X coordinate of NRM sub-aperture 5"
y_a5:
fits_keyword: NRM_Y_A5
title: "[m] Y coordinate of NRM sub-aperture 5"
x_a6:
fits_keyword: NRM_X_A6
title: "[m] X coordinate of NRM sub-aperture 6"
y_a6:
fits_keyword: NRM_Y_A6
title: "[m] Y coordinate of NRM sub-aperture 6"
x_a7:
fits_keyword: NRM_X_A7
title: "[m] X coordinate of NRM sub-aperture 7"
y_a7:
fits_keyword: NRM_Y_A7
title: "[m] Y coordinate of NRM sub-aperture 7"
nrm:
title: Non-Redundant Mask
fits_hdu: NRM
Expand Down

0 comments on commit 8a38d21

Please sign in to comment.