From b8ed8be40d89418f4d7e63cc8193898640adff39 Mon Sep 17 00:00:00 2001 From: Maria Date: Wed, 7 Feb 2024 15:27:32 -0500 Subject: [PATCH] JP-3528: Add "IMAGER" as allowed value for MRSPRCHN keyword (#259) --- CHANGES.rst | 4 +++- src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 943ad9e3..9ed7ded7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,9 @@ Bug Fixes --------- -- +- Adding "IMAGER" as another allowed value for the "MRSPRCHN" + keyword, in order to support proper handling of MIRI MRS + and Imager exposures done in parallel. [#259] Changes to API -------------- diff --git a/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml b/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml index c5ddde4c..853b9a42 100644 --- a/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml +++ b/src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml @@ -1332,7 +1332,7 @@ properties: primary_channel: title: MRS primary channel type: string - enum: [ALL, CHANNEL1, CHANNEL2, CHANNEL3, CHANNEL4] + enum: [ALL, CHANNEL1, CHANNEL2, CHANNEL3, CHANNEL4, IMAGER] fits_keyword: MRSPRCHN dithered_ra: title: RA of dithered pointing location