Bases: astropy.modeling.Model
Implements Euler angle intrinsic rotations.
Rotates one coordinate system into another (fixed) coordinate system. All coordinate systems are right-handed. The sign of the angles is determined by the right-hand rule..
Parameters: | phi, theta, psi : float
axes_order : str
|
---|
Attributes Summary
inputs | |
outputs | |
param_names | |
phi | |
psi | |
theta |
Methods Summary
__call__(alpha, delta[, model_set_axis]) | Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. |
eval(*args, **kwargs) | Deprecated since version 1.0. |
evaluate(alpha, delta, phi, theta, psi) | Evaluate the model on some input variables. |
spherical2cartesian(alpha, delta) |
Attributes Documentation
Methods Documentation
Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
Deprecated since version 1.0: The eval function is deprecated and may be removed in a future version. Use EulerAngleRotation.evaluate instead.
Evaluate the model on some input variables.
Evaluate the model on some input variables.