coordinates-1.0.0
Name Of The Coordinate Reference Frame
Outline
Schema Definitions ¶
This type is an object with the following properties:
reference_frame
string Required Name of the Celestial Coordinate Reference Frame
Name of the celestial coordinate reference frame used for the World Coordinate System (WCS).
Maximum length: 10
Only the following values are valid for this node:
ICRS
Default value: ICRS
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/coordinates-1.0.0
title: Name Of The Coordinate Reference Frame
type: object
properties:
reference_frame:
title: Name of the Celestial Coordinate Reference Frame
description: |
Name of the celestial coordinate reference frame used
for the World Coordinate System (WCS).
type: string
default: ICRS
enum: [ICRS]
maxLength: 10
archive_catalog:
datatype: nvarchar(10)
destination: [WFIExposure.reference_frame, GuideWindow.reference_frame]
flowStyle: block
required: [reference_frame]