Bases: astropy.modeling.rotations.EulerAngleRotation
Transformation from Native to Celestial Spherical Coordinates.
Defines a ZXZ rotation.
| Parameters: | phi, theta, psi : float
|
|---|
Attributes Summary
| inputs | |
| inverse | |
| outputs |
Methods Summary
| __call__(phi_N, theta_N[, model_set_axis]) | Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. |
| evaluate(phi_N, theta_N, phi, theta, psi) | Evaluate ZXZ rotation into celestial coordinates. |
Attributes Documentation
Methods Documentation
Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
Evaluate ZXZ rotation into celestial coordinates.