meta/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
No length restrictionName of the celestial coordinate reference frame used for the World Coordinate System (WCS).
Only the following values are valid for this node:
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/meta/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
enum: [ICRS]
archive_catalog:
datatype: nvarchar(10)
destination: [WFIExposure.reference_frame, GuideWindow.reference_frame]
required: [reference_frame]