tvac/common-1.0.0
TVAC Common metadata properties
Outline
Schema Definitions ¶
This node must validate against all of the following:
This type is an object with the following properties:
cal_step
asdf://stsci.edu/datamodels/roman/tags/tvac/cal_step-1.0.0 Required exposure
asdf://stsci.edu/datamodels/roman/tags/tvac/exposure-1.0.0 Required guidestar
asdf://stsci.edu/datamodels/roman/tags/tvac/guidestar-1.0.0 Required instrument
asdf://stsci.edu/datamodels/roman/tags/tvac/wfi_mode-1.0.0 Required ref_file
asdf://stsci.edu/datamodels/roman/tags/tvac/ref_file-1.0.0 Required hdf5_meta
object Required Original Raw HDF5 metadata
object
hdf5_telemetry
string Required No length restrictionOriginal Raw HDF5 telemetry keywords
gw_meta
object Required Guide Window HDF5 metadata
object
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/tvac/common-1.0.0
title: TVAC Common metadata properties
allOf:
# Meta Variables
- $ref: asdf://stsci.edu/datamodels/roman/schemas/tvac/basic-1.0.0
- type: object
properties:
# Meta Objects
cal_step:
tag: asdf://stsci.edu/datamodels/roman/tags/tvac/cal_step-1.0.0
exposure:
tag: asdf://stsci.edu/datamodels/roman/tags/tvac/exposure-1.0.0
guidestar:
tag: asdf://stsci.edu/datamodels/roman/tags/tvac/guidestar-1.0.0
instrument:
tag: asdf://stsci.edu/datamodels/roman/tags/tvac/wfi_mode-1.0.0
ref_file:
tag: asdf://stsci.edu/datamodels/roman/tags/tvac/ref_file-1.0.0
hdf5_meta:
title: Original Raw HDF5 metadata
type: object
hdf5_telemetry:
title: Original Raw HDF5 telemetry keywords
type: string
gw_meta:
title: Guide Window HDF5 metadata
type: object
required:
[
cal_step,
exposure,
guidestar,
instrument,
ref_file,
hdf5_meta,
hdf5_telemetry,
gw_meta,
]