stokes_frame-1.0.0

Represents a stokes frame

Outline

Schema Definitions

This type is an object with the following properties:

  • name

    string

    A user-friendly name for the frame.

    No length restriction
  • axes_order

    array

    The order of the axes.

    No length restriction

    Items in the array are restricted to the following types:

    integer

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/gwcs/stokes_frame-1.0.0"

title: >
  Represents a stokes frame

type: object
properties:
  name:
    description: |
      A user-friendly name for the frame.
    type: string

  axes_order:
    description: |
      The order of the axes.
    type: array
    items:
      type: integer
...