msa_to_slit-1.0.0
NIRSPEC set of models from the “msa_frame” to the “slit_frame” frame.
Description
This model is used by the NIRSPEC WCS pipeline. It stores the transforms from the MSA plane to a virtual slit frame.
Outline
Schema Definitions ¶
This node must validate against all of the following:
This type is an object with the following properties:
slits
object Required This node must validate against any of the following:
- No length restriction
array
Items in the array must be any of the following types:
- No length restriction
array
number
models
array Required No length restrictionA compound model transferring positions in the MSA frame to positions in the slit frame.
Original Schema ¶
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/jwst_pipeline/msa_to_slit-1.0.0"
title: >
NIRSPEC set of models from the "msa_frame" to the "slit_frame" frame.
description: |
This model is used by the NIRSPEC WCS pipeline.
It stores the transforms from the MSA plane to a virtual slit frame.
allOf:
- $ref: "http://stsci.edu/schemas/asdf/transform/transform-1.4.0"
- type: object
properties:
slits:
anyOf:
- type: array
items:
anyOf:
- type: array
- type: number
- tag: "tag:stsci.edu:asdf/core/ndarray-*"
models:
description: |
A compound model transferring positions in the MSA frame to
positions in the slit frame.
type: array
required: [slits, models]