niriss_soss-1.0.0
NIRISS SOSS transforms.
Description
This model is used by the NIRISS SOSS WCS pipeline. It maps spectral order to transform.
Outline
Schema Definitions ¶
This node must validate against all of the following:
This type is an object with the following properties:
spectral_orders
array Required No length restrictionAn array with spectral order numbers.
Items in the array are restricted to the following types:
integer
models
array Required No length restrictionA compound model transferring pixel to worlds coordinates.
Items in the array are restricted to the following types:
Original Schema ¶
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/jwst_pipeline/niriss_soss-1.0.0"
title: >
NIRISS SOSS transforms.
description: |
This model is used by the NIRISS SOSS WCS pipeline.
It maps spectral order to transform.
allOf:
- $ref: "http://stsci.edu/schemas/asdf/transform/transform-1.2.0"
- type: object
properties:
spectral_orders:
type: array
items:
type: integer
description: |
An array with spectral order numbers.
models:
description: |
A compound model transferring pixel to worlds coordinates.
type: array
items:
$ref: "http://stsci.edu/schemas/asdf/transform/transform-1.2.0"
required: [spectral_orders, models]