astropy:docs

RotateCelestial2Native

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

Bases: astropy.modeling.rotations.EulerAngleRotation

Transformation from Celestial to Native to Spherical Coordinates.

Defines a ZXZ rotation.

Parameters:

phi, theta, psi : float

Euler angles in deg

Methods Summary

__call__(calpha, cdelta)
inverse()

Methods Documentation

__call__(calpha, cdelta)[source] [edit on github]
inverse()[source] [edit on github]

Page Contents