Transforms¶
ASDF Schema Definitions¶
This package defines ASDF schemas that are used for validating the representation of transforms in the ASDF format. These schemas contain useful documentation about the associated types, and can also be used by other implementations that wish to interoperate with these transform definitions.
jwst.transforms Package¶
Classes¶
|
Solve the 3D Grating Dispersion Law for the refracted angle. |
Solve the 3D Grating Dispersion Law for the wavelength. |
|
|
Transform a vector to directional cosines. |
|
Transform directional cosines to vector. |
|
Perform a 3D rotation given an angle in degrees. |
|
NIRSpec GWA to slit transform. |
|
Transform from Nirspec |
|
Apply transforms, including Snell law, through the NIRSpec prism. |
|
Substitute values in an array where the condition is evaluated to True. |
|
NIRISS SOSS wavelength solution model. |
|
Transform from V2V3 to a standard coordinate system (ICRS). |
|
Nirspec Slit structure definition |
|
Return the transform from grism to image for the given spectral order. |
|
Return the transform from grism to image for the given spectral order. |
|
Return the valid pixel(s) and wavelengths given center x,y and lam |
|
MIRI MRS alpha, beta to slice transform |
|
Grism Objects identified from a direct image catalog and segment map. |
|
This model calculates the wavelengths of vertically dispersed NIRISS grism data. |
|
This model calculates the wavelengths for horizontally dispersed NIRISS grism data. |
|
This model calculates the dispersion extent of NIRISS pixels. |
|
Performs the transform from telescope V2,V3 to Ideal coordinate system. |
|
Performs the transform from Ideal to telescope V2,V3 coordinate system. |
Class Inheritance Diagram¶
jwst.transforms.models Module¶
Models used by the JWST pipeline.
The models are written using the astropy.modeling framework. Since they are specific to JWST, the models and their ASDF schemas are kept here separately from astropy. An ASDF extension for this package is registered with ASDF through entry points.
Classes¶
|
Solve the 3D Grating Dispersion Law for the refracted angle. |
Solve the 3D Grating Dispersion Law for the wavelength. |
|
|
Transform a vector to directional cosines. |
|
Transform directional cosines to vector. |
|
Perform a 3D rotation given an angle in degrees. |
|
NIRSpec GWA to slit transform. |
|
Transform from Nirspec |
|
Apply transforms, including Snell law, through the NIRSpec prism. |
|
Substitute values in an array where the condition is evaluated to True. |
|
NIRISS SOSS wavelength solution model. |
|
Transform from V2V3 to a standard coordinate system (ICRS). |
|
Nirspec Slit structure definition |
|
Return the transform from grism to image for the given spectral order. |
|
Return the transform from grism to image for the given spectral order. |
|
Return the valid pixel(s) and wavelengths given center x,y and lam |
|
MIRI MRS alpha, beta to slice transform |
|
Grism Objects identified from a direct image catalog and segment map. |
|
This model calculates the wavelengths of vertically dispersed NIRISS grism data. |
|
This model calculates the wavelengths for horizontally dispersed NIRISS grism data. |
|
This model calculates the dispersion extent of NIRISS pixels. |
|
Performs the transform from telescope V2,V3 to Ideal coordinate system. |
|
Performs the transform from Ideal to telescope V2,V3 coordinate system. |