diff --git a/CHANGES.rst b/CHANGES.rst index 8db0cf80..3dc05f0b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,8 @@ - Updated minimum python version to 3.9. [#325] +- Added truncated keyword. [#330] + - Added GuideWindow db table to Basic tagged scalars. [#327] - Added optional dq array. [#328] diff --git a/src/rad/resources/schemas/exposure-1.0.0.yaml b/src/rad/resources/schemas/exposure-1.0.0.yaml index c2a7a147..95e8c940 100644 --- a/src/rad/resources/schemas/exposure-1.0.0.yaml +++ b/src/rad/resources/schemas/exposure-1.0.0.yaml @@ -385,6 +385,18 @@ properties: archive_catalog: datatype: nvarchar(3500) destination: [ScienceCommon.read_pattern, GuideWindow.read_pattern] + truncated: + title: MA Tables were truncated + description: | + This is a flag to indicate that the the MA table was truncated. + type: boolean + sdf: + special_processing: VALUE_REQUIRED + source: + origin: TBD + archive_catalog: + datatype: nchar(1) + destination: [ScienceCommon.exposure_truncated, GuideWindow.exposure_truncated] propertyOrder: [id, type, start_time, mid_time, end_time, start_time_mjd, mid_time_mjd, end_time_mjd, @@ -395,7 +407,7 @@ propertyOrder: [id, type, frame_time, group_time, exposure_time, effective_exposure_time, duration, ma_table_name, ma_table_number, level0_compressed, - read_pattern] + read_pattern, truncated] flowStyle: block required: [id, type, start_time, mid_time, end_time,