astropy:docs

RotateNative2Celestial

class astropy.modeling.rotations.RotateNative2Celestial(phi, theta, psi)[source] [edit on github]

Bases: astropy.modeling.rotations.EulerAngleRotation

Transformation from Native to Celestial Spherical Coordinates.

Defines a ZXZ rotation.

Parameters:

phi, theta, psi : float

Euler angles in deg

Methods Summary

__call__(nphi, ntheta)
inverse()

Methods Documentation

__call__(nphi, ntheta)[source] [edit on github]
inverse()[source] [edit on github]

Page Contents