SphericalRotationSequence#
- class astropy.modeling.rotations.SphericalRotationSequence(angles, axes_order, name=None, **kwargs)[source]#
Bases:
RotationSequence3D
Perform a sequence of rotations about arbitrary number of axes in spherical coordinates.
- Parameters:
Attributes Summary
int([x]) -> integer int(x, base=10) -> integer
int([x]) -> integer int(x, base=10) -> integer
Methods Summary
evaluate
(lon, lat, angles)Apply the rotation to a set of 3D Cartesian coordinates.
Attributes Documentation
- n_inputs#
The number of inputs.
- n_outputs#
The number of outputs.
Methods Documentation