stokes_frame-1.0.0¶
Represents a stokes frame
Outline
Schema Definitions ¶
This type is an object with the following properties:
name
string No length restrictionA user-friendly name for the frame.
axes_order
array No length restrictionThe order of the axes.
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
...