RotateNative2Celestial

class astropy.modeling.rotations.RotateNative2Celestial[source] [edit on github]

Bases: astropy.modeling.rotations._SkyRotation

Transform from Native to Celestial Spherical Coordinates.

Parameters:

lon : float

Celestial longitude of the fiducial point.

lat : float

Celestial latitude of the fiducial point.

lon_pole : float

Longitude of the celestial pole in the native system.

Attributes Summary

inputs
lat
lon
lon_pole
outputs
param_names

Methods Summary

__call__(phi, theta[, model_set_axis]) Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.

Attributes Documentation

inputs = (u'phi', u'theta')
lat
lon
lon_pole
outputs = (u'alpha', u'delta')
param_names = ('phi', 'theta', 'psi')

Methods Documentation

__call__(phi, theta, model_set_axis=None) [edit on github]

Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.