Skip to content

Commit

Permalink
RAD-137: Add Metadata to Support Truncation (#330)
Browse files Browse the repository at this point in the history
* Added tunracted keyword.

* Updated changelog.

* Updated archive catalog name
  • Loading branch information
PaulHuwe committed Oct 19, 2023
1 parent b10376e commit 6620c29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
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.exposure_truncated, GuideWindow.exposure_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 6620c29

Please sign in to comment.