Bases: astropy.modeling.rotations._SkyRotation
Transform from Native to Celestial Spherical Coordinates.
Parameters: | lon : float
lat : float
lon_pole : float
|
---|
Attributes Summary
inputs | |
outputs | |
param_names |
Methods Summary
__call__(phi_N, theta_N[, model_set_axis]) | Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. |
evaluate(phi_N, theta_N, lon, lat, lon_pole) | Rotate native spherical coordinates into celestial coordinates. |
Attributes Documentation
Methods Documentation
Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
Rotate native spherical coordinates into celestial coordinates.