Pix2SkyProjection¶
-
class
astropy.modeling.projections.Pix2SkyProjection[source] [edit on github]¶ Bases:
astropy.modeling.projections.ProjectionBase class for all Pix2Sky projections.
Attributes Summary
inputsoutputsMethods Summary
__call__(x, y[, 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'x', u'y')¶
-
outputs= (u'phi', u'theta')¶
Methods Documentation
-
__call__(x, y, 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.
-