|
| 1 | +%YAML 1.1 |
| 2 | +--- |
| 3 | +id: asdf://asdf-format.org/astronomy/gwcs/manifests/gwcs-1.4.0 |
| 4 | +extension_uri: asdf://asdf-format.org/astronomy/gwcs/extensions/gwcs-1.4.0 |
| 5 | +title: gwcs extension |
| 6 | +description: |- |
| 7 | + A set of tags for serializing STScI gwcs models. |
| 8 | +asdf_standard_requirement: |
| 9 | + gte: 1.6.0 |
| 10 | +tags: |
| 11 | +- tag_uri: tag:stsci.edu:gwcs/celestial_frame-1.2.0 |
| 12 | + schema_uri: http://stsci.edu/schemas/gwcs/celestial_frame-1.2.0 |
| 13 | + title: A celestial frame |
| 14 | + description: |- |
| 15 | + Represents a celestial frame |
| 16 | +- tag_uri: tag:stsci.edu:gwcs/composite_frame-1.0.0 |
| 17 | + schema_uri: http://stsci.edu/schemas/gwcs/composite_frame-1.0.0 |
| 18 | + title: A set of frames |
| 19 | + description: |- |
| 20 | + Represents a set of frames |
| 21 | +- tag_uri: "tag:stsci.edu:gwcs/direction_cosines-1.3.0" |
| 22 | + schema_uri: "http://stsci.edu/schemas/gwcs/direction_cosines-1.3.0" |
| 23 | + title: > |
| 24 | + Convert coordinates between vector and direction cosine form. |
| 25 | + description: | |
| 26 | + This schema is for transforms which convert to and from direction cosines. |
| 27 | +- tag_uri: "tag:stsci.edu:gwcs/frame-1.2.0" |
| 28 | + schema_uri: "http://stsci.edu/schemas/gwcs/frame-1.2.0" |
| 29 | + title: | |
| 30 | + The base class of all coordinate frames. |
| 31 | + description: | |
| 32 | + These objects are designed to be nested in arbitrary ways to build up |
| 33 | + transformation pipelines out of a number of low-level pieces. |
| 34 | +- tag_uri: "tag:stsci.edu:gwcs/frame2d-1.2.0" |
| 35 | + schema_uri: "http://stsci.edu/schemas/gwcs/frame2d-1.2.0" |
| 36 | + title: > |
| 37 | + Represents a 2D frame. |
| 38 | + description: | |
| 39 | + Represents a 2D frame. |
| 40 | +- tag_uri: "tag:stsci.edu:gwcs/grating_equation-1.3.0" |
| 41 | + schema_uri: "http://stsci.edu/schemas/gwcs/grating_equation-1.3.0" |
| 42 | + title: > |
| 43 | + A grating equation model. |
| 44 | + description: | |
| 45 | + Supports two models: |
| 46 | + - Given incident angle and wavelength compute the refraction/difraction angle. |
| 47 | + - Given an incident angle and a refraction angle compute the wavelength. |
| 48 | +- tag_uri: "tag:stsci.edu:gwcs/label_mapper-1.3.0" |
| 49 | + schema_uri: "http://stsci.edu/schemas/gwcs/label_mapper-1.3.0" |
| 50 | + title: > |
| 51 | + Represents a mapping from a coordinate value to a label. |
| 52 | + description: | |
| 53 | + A label mapper instance maps inputs to a label. It is used together |
| 54 | + with |
| 55 | + [regions_selector](ref:regions_selector-1.3.0). The |
| 56 | + [label_mapper](ref:label_mapper-1.3.0) |
| 57 | + returns the label corresponding to given inputs. The |
| 58 | + [regions_selector](ref:regions_selector-1.3.0) |
| 59 | + returns the transform corresponding to this label. This maps inputs |
| 60 | + (e.g. pixels on a detector) to transforms uniquely. |
| 61 | +- tag_uri: "tag:stsci.edu:gwcs/regions_selector-1.3.0" |
| 62 | + schema_uri: "http://stsci.edu/schemas/gwcs/regions_selector-1.3.0" |
| 63 | + title: > |
| 64 | + Represents a discontinuous transform. |
| 65 | + description: | |
| 66 | + Maps regions to transgorms and evaluates the transforms with the corresponding inputs. |
| 67 | +- tag_uri: "tag:stsci.edu:gwcs/sellmeier_glass-1.3.0" |
| 68 | + schema_uri: "http://stsci.edu/schemas/gwcs/sellmeier_glass-1.3.0" |
| 69 | + title: > |
| 70 | + Sellmeier equation for glass |
| 71 | + description: | |
| 72 | + Sellmeier equation for glass. |
| 73 | +
|
| 74 | + $$ n(\\lambda)^2 = 1 + \\frac{(B1 * \\lambda^2 )}{(\\lambda^2 - C1)} + |
| 75 | + \\frac{(B2 * \\lambda^2 )}{(\\lambda^2 - C2)} + |
| 76 | + \\frac{(B3 * \\lambda^2 )}{(\\lambda^2 - C3)} $$ |
| 77 | +- tag_uri: "tag:stsci.edu:gwcs/sellmeier_zemax-1.3.0" |
| 78 | + schema_uri: "http://stsci.edu/schemas/gwcs/sellmeier_zemax-1.3.0" |
| 79 | + title: Sellmeier equation for glass used by Zemax |
| 80 | + description: | |
| 81 | + Sellmeier equation for glass used by Zemax |
| 82 | +- tag_uri: "tag:stsci.edu:gwcs/snell3d-1.3.0" |
| 83 | + schema_uri: "http://stsci.edu/schemas/gwcs/snell3d-1.3.0" |
| 84 | + title: Snell Law in 3D space |
| 85 | + description: | |
| 86 | + Snell Law in 3D. |
| 87 | + Inputs are index of refraction and direction cosines. |
| 88 | + Outputs are direction cosines. |
| 89 | +- tag_uri: "tag:stsci.edu:gwcs/spectral_frame-1.2.0" |
| 90 | + schema_uri: "http://stsci.edu/schemas/gwcs/spectral_frame-1.2.0" |
| 91 | + title: > |
| 92 | + Represents a spectral frame. |
| 93 | + description: > |
| 94 | +- tag_uri: "tag:stsci.edu:gwcs/spherical_cartesian-1.3.0" |
| 95 | + schema_uri: "http://stsci.edu/schemas/gwcs/spherical_cartesian-1.3.0" |
| 96 | + title: > |
| 97 | + Convert coordinates between spherical and Cartesian coordinates. |
| 98 | + description: | |
| 99 | + This schema is for transforms which convert between spherical coordinates |
| 100 | + (on the unit sphere) and Cartesian coordinates. |
| 101 | +- tag_uri: "tag:stsci.edu:gwcs/step-1.3.0" |
| 102 | + schema_uri: "http://stsci.edu/schemas/gwcs/step-1.3.0" |
| 103 | + title: > |
| 104 | + Describes a single step of a WCS transform pipeline. |
| 105 | + description: > |
| 106 | +- tag_uri: "tag:stsci.edu:gwcs/stokes_frame-1.0.0" |
| 107 | + schema_uri: "http://stsci.edu/schemas/gwcs/stokes_frame-1.0.0" |
| 108 | + title: > |
| 109 | + Represents a stokes frame |
| 110 | + description: > |
| 111 | +- tag_uri: "tag:stsci.edu:gwcs/temporal_frame-1.2.0" |
| 112 | + schema_uri: "http://stsci.edu/schemas/gwcs/temporal_frame-1.2.0" |
| 113 | + title: > |
| 114 | + Represents a temporal frame. |
| 115 | + description: > |
| 116 | +- tag_uri: "tag:stsci.edu:gwcs/wcs-1.4.0" |
| 117 | + schema_uri: "http://stsci.edu/schemas/gwcs/wcs-1.4.0" |
| 118 | + title: > |
| 119 | + A system for describing generalized world coordinate transformations. |
| 120 | + description: > |
| 121 | + ASDF WCS is a way of specifying transformations (usually from |
| 122 | + detector space to world coordinate space and back) by using the |
| 123 | + transformations in the `transform-schema` module. |
| 124 | +... |
0 commit comments