From 782f1283f3fcf3b6106dda2decdd9c46eb0e404d Mon Sep 17 00:00:00 2001 From: Ned Molter Date: Mon, 22 Jan 2024 13:59:54 -0500 Subject: [PATCH 1/2] fixes JP-3449 --- src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml b/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml index 4a6eb305..c5ddde4c 100644 --- a/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml +++ b/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml @@ -862,6 +862,12 @@ properties: fits_hdu: SCI blend_rule: sum blend_table: True + measurement_time: + title: "[s] Measurement time" + type: number + fits_keyword: TMEASURE + blend_rule: sum + blend_table: True duration: title: "[s] Total duration of exposure" type: number From 264bb2dab871c746f3de6e244dafe71c24b30303 Mon Sep 17 00:00:00 2001 From: Ned Molter Date: Mon, 22 Jan 2024 14:11:00 -0500 Subject: [PATCH 2/2] adding changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9855f6ab..dbaf105f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,9 @@ Other - Add ``ngroups`` keyword to ``mask`` schema to match parkeys on crds [#249] +- Updated JWST core datamodel schema to include the new + TMEASURE keyword for measurement time. [#248] + 1.9.0 (2023-12-11) ==================