Pix2SkyProjection

class astropy.modeling.projections.Pix2SkyProjection(*args, meta=None, name=None, **kwargs)[source] [edit on github]

Bases: astropy.modeling.projections.Projection

Base class for all Pix2Sky projections.

Attributes Summary

input_units
inputs
outputs
return_units

Methods 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

input_units
inputs = ('x', 'y')
outputs = ('phi', 'theta')
return_units

Methods Documentation

__call__(x, y, 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.