Bases: astropy.modeling.rotations.EulerAngleRotation
Transformation from Native to Celestial Spherical Coordinates.
Defines a ZXZ rotation.
Parameters: | phi, theta, psi : float
|
---|
Attributes Summary
input_names | list() -> new empty list |
Methods Summary
__call__(phi_N, theta_N) | |
evaluate(phi_N, theta_N, phi, theta, psi) | Evaluate ZXZ rotation into celestial coordinates. |
inverse() |
Attributes Documentation
Methods Documentation
Evaluate ZXZ rotation into celestial coordinates.
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.