Bases: astropy.modeling.rotations.EulerAngleRotation
Transformation from Celestial to Native to Spherical Coordinates.
Defines a ZXZ rotation.
Parameters: | phi, theta, psi : float
|
---|
Attributes Summary
input_names | list() -> new empty list |
Methods Summary
__call__(alpha_C, delta_C) | |
evaluate(alpha_C, delta_C, phi, theta, psi) | Evaluate ZXZ rotation into native coordinates. |
inverse() |
Attributes Documentation
Methods Documentation
Evaluate ZXZ rotation into native coordinates.
This is like RotateNative2Celestial.evaluate except phi and psi are swapped in ZXZ rotation.
Note currently the parameter values are passed in as degrees so we need to convert all inputs to radians and all outputs back to degrees.