meta/velocity_aberration-1.0.0

Velocity Aberration Correction Information

Outline

Schema Definitions

This type is an object with the following properties:

  • ra_reference

    numberRequired

    Velocity Aberrated Reference Right Ascension (deg)

    Reference position right ascension corrected for velocity aberration in units of degrees.

  • dec_reference

    numberRequired

    Velocity Aberrated Reference Declination (deg)

    Reference position declination corrected for velocity aberration in units of degrees.

  • scale_factor

    numberRequired

    Velocity Aberration Correction Scale Factor

    Scale factor used for the correction of the velocity aberration.

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/velocity_aberration-1.0.0

title: Velocity Aberration Correction Information
type: object
properties:
  ra_reference:
    title: Velocity Aberrated Reference Right Ascension (deg)
    description: |
      Reference position right ascension corrected for
      velocity aberration in units of degrees.
    type: number
    sdf:
      special_processing: VALUE_REQUIRED
      source:
        origin: TBD
    archive_catalog:
      datatype: float
      destination: [WFIExposure.ra_reference, GuideWindow.ra_reference]
  dec_reference:
    title: Velocity Aberrated Reference Declination (deg)
    description: |
      Reference position declination corrected for velocity
      aberration in units of degrees.
    type: number
    sdf:
      special_processing: VALUE_REQUIRED
      source:
        origin: TBD
    archive_catalog:
      datatype: float
      destination: [WFIExposure.dec_reference, GuideWindow.dec_reference]
  scale_factor:
    title: Velocity Aberration Correction Scale Factor
    description: |
      Scale factor used for the correction of the velocity
      aberration.
    type: number
    sdf:
      special_processing: VALUE_REQUIRED
      source:
        origin: TBD
    archive_catalog:
      datatype: float
      destination: [WFIExposure.scale_factor, GuideWindow.scale_factor]
required: [ra_reference, dec_reference, scale_factor]