Bases: astropy.modeling.rotations._SkyRotation
Transform from Celestial to Native to Spherical Coordinates.
Parameters: | lon : float
lat : float
lon_pole : float
|
---|
Attributes Summary
inputs | |
outputs | |
param_names |
Methods Summary
__call__(alpha_C, delta_C[, model_set_axis]) | Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. |
evaluate(alpha_C, delta_C, lon, lat, lon_pole) | Rotate celestial coordinates into native spherical 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 celestial coordinates into native spherical coordinates.
This is the inverse transformation of RotateNative2Celestial.