V23ToSky¶
-
class
jwst.transforms.models.
V23ToSky
(angles, axes_order, name=None)[source]¶ Bases:
jwst.transforms.models.Rotation3D
Transform from V2V3 to a standard coordinate system (ICRS).
- Parameters
Attributes Summary
The number of inputs.
The number of outputs.
Methods Summary
__call__
(v2, v3, **kwargs)Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
cartesian2spherical
(x, y, z)Convert cartesian coordinates to spherical coordinates (in deg).
evaluate
(v2, v3, angles)Apply the rotation to a set of 3D Cartesian coordinates.
spherical2cartesian
(alpha, delta)Convert spherical coordinates (in deg) to cartesian.
Attributes Documentation
-
inputs
¶
-
n_inputs
= 2¶ The number of inputs.
-
n_outputs
= 2¶ The number of outputs.
-
outputs
¶
Methods Documentation
-
__call__
(v2, v3, **kwargs)[source]¶ Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.