Sky2PixProjection¶
-
class
astropy.modeling.projections.Sky2PixProjection(*args, meta=None, name=None, **kwargs)[source] [edit on github]¶ Bases:
astropy.modeling.projections.ProjectionBase class for all Sky2Pix projections.
Attributes Summary
input_unitsinput_units_allow_dimensionlessinput_units_strictinputsoutputsreturn_unitsMethods 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
-
input_units¶
-
input_units_allow_dimensionless= True¶
-
input_units_strict= True¶
-
inputs= ('phi', 'theta')¶
-
outputs= ('x', 'y')¶
-
return_units¶
Methods Documentation
-
__call__(phi, theta, model_set_axis=None, with_bounding_box=False, fill_value=nan, equivalencies=None) [edit on github]¶ Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
-