coordinates-1.0.0

Name Of The Coordinate Reference Frame

Outline

Schema Definitions

This type is an object with the following properties:

  • reference_frame

    stringRequired

    Name of the coordinate reference frame.

    No length restriction

    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 Coordinate Reference Frame
    description: |
      Name of the coordinate reference frame.
    type: string
    default: ICRS
    enum: [ICRS]
    archive_catalog:
      datatype: nvarchar(10)
      destination: [WFIExposure.reference_frame, WFIMosaic.reference_frame, GuideWindow.reference_frame]
flowStyle: block
required: [reference_frame]
...