From c6133f4d711ee6854ec5201e82de4b028beac40c Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 14 Nov 2024 09:34:04 -0500 Subject: [PATCH] add DIAM and PUPL_CRC to nrmmodel schema --- src/stdatamodels/jwst/datamodels/schemas/nrm.schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/stdatamodels/jwst/datamodels/schemas/nrm.schema.yaml b/src/stdatamodels/jwst/datamodels/schemas/nrm.schema.yaml index f461a3f0..367b4261 100644 --- a/src/stdatamodels/jwst/datamodels/schemas/nrm.schema.yaml +++ b/src/stdatamodels/jwst/datamodels/schemas/nrm.schema.yaml @@ -8,9 +8,15 @@ 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"