RotateNative2Celestial¶
-
class
astropy.modeling.rotations.RotateNative2Celestial(lon, lat, lon_pole, **kwargs)[source]¶ Bases:
astropy.modeling.rotations._SkyRotationTransform from Native to Celestial Spherical Coordinates.
Parameters: Notes
If
lon,latandlon_poleare numerical values they should be in units of deg.Attributes Summary
input_unitsInput units. inputsInputs are angles on the native sphere outputsOutputs are angles on the celestial sphere param_namesreturn_unitsOutput units. 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)Parameters: Attributes Documentation
-
input_units¶ Input units.
-
inputs= ('phi_N', 'theta_N')¶ Inputs are angles on the native sphere
-
outputs= ('alpha_C', 'delta_C')¶ Outputs are angles on the celestial sphere
-
param_names= ('lon', 'lat', 'lon_pole')¶
-
return_units¶ Output units.
Methods Documentation
-
__call__(phi_N, theta_N, model_set_axis=None, with_bounding_box=False, fill_value=nan, equivalencies=None, inputs_map=None)¶ Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
-