-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b49f5f4
commit 49456a8
Showing
3 changed files
with
148 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
109 changes: 109 additions & 0 deletions
109
src/stdatamodels/jwst/datamodels/schemas/specwcs_miri_lrs.schema.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
%YAML 1.1 | ||
--- | ||
$schema: "http://stsci.edu/schemas/asdf/asdf-schema-1.1.0" | ||
id: "http://stsci.edu/schemas/jwst_datamodel/specwcs_miri_lrs.schema" | ||
title: MIRI LRS Spec Schema | ||
allOf: | ||
- $ref: referencefile.schema | ||
- $ref: keyword_pexptype.schema | ||
- $ref: keyword_exptype.schema | ||
- $ref: keyword_readpatt.schema | ||
- $ref: keyword_filter.schema | ||
- $ref: keyword_band.schema | ||
- $ref: subarray.schema | ||
- type: object | ||
properties: | ||
wave_table: | ||
title: Wavelengths and x, y locations of wavelengths | ||
fits_hdu: WAVETABLE | ||
datatype: | ||
- name: x_center | ||
datatype: float32 | ||
unit: pixels | ||
- name: y_center | ||
datatype: float32 | ||
unit: pixels | ||
- name: wavelength | ||
datatype: float32 | ||
unit: microns | ||
- name: x0 | ||
datatype: float32 | ||
unit: pixels | ||
- name: y0 | ||
datatype: float32 | ||
unit: pixels | ||
- name: x1 | ||
datatype: float32 | ||
unit: pixels | ||
- name: y1 | ||
datatype: float32 | ||
unit: pixels | ||
- name: x2 | ||
datatype: float32 | ||
unit: pixels | ||
- name: y2 | ||
datatype: float32 | ||
unit: pixels | ||
- name: x3 | ||
datatype: float32 | ||
unit: pixels | ||
- name: y3 | ||
datatype: float32 | ||
unit: pixels | ||
- type: object | ||
properties: | ||
meta: | ||
type: object | ||
properties: | ||
x_ref: | ||
type: number | ||
title: x coord of ref position of MIRIM_SLIT | ||
default: pixels | ||
fits_keyword: IMX | ||
y_ref: | ||
type: number | ||
title: y coord of ref position of MIRIM_SLIT | ||
default: pixels | ||
fits_keyword: IMY | ||
x_ref_slitless: | ||
type: number | ||
title: x coord of ref position of MIRIM_SLITLESS | ||
default: pixels | ||
fits_keyword: IMXSLTL | ||
y_ref_slitless: | ||
type: number | ||
title: y coord of ref position of MIRIM_SLITLESS | ||
default: pixels | ||
fits_keyword: IMYSLTL | ||
v2_vert1: | ||
type: number | ||
title: Slit vertex 1 in V2 frame | ||
fits_keyword: V2VERT1 | ||
v2_vert2: | ||
type: number | ||
title: Slit vertex 2 in V2 frame | ||
fits_keyword: V2VERT2 | ||
v2_vert3: | ||
type: number | ||
title: Slit vertex 3 in V2 frame | ||
fits_keyword: V2VERT3 | ||
v2_vert4: | ||
type: number | ||
title: Slit vertex 4 in V2 frame | ||
fits_keyword: V2VERT4 | ||
v3_vert1: | ||
type: number | ||
title: Slit vertex 1 in V3 frame | ||
fits_keyword: V3VERT1 | ||
v3_vert2: | ||
type: number | ||
title: Slit vertex 2 in V3 frame | ||
fits_keyword: V3VERT2 | ||
v3_vert3: | ||
type: number | ||
title: Slit vertex 3 in V3 frame | ||
fits_keyword: V3VERT3 | ||
v3_vert4: | ||
type: number | ||
title: Slit vertex 4 in V3 frame | ||
fits_keyword: V3VERT4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters