Skip to content

Commit

Permalink
Added tunracted keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Oct 14, 2023
1 parent 7c1c606 commit ccbecf9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/rad/resources/schemas/exposure-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.truncated, GuideWindow.truncated]
propertyOrder: [id, type,
start_time, mid_time, end_time,
start_time_mjd, mid_time_mjd, end_time_mjd,
Expand All @@ -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,
Expand Down

0 comments on commit ccbecf9

Please sign in to comment.