astropy:docs

Sky2PixProjection

class astropy.modeling.projections.Sky2PixProjection[source] [edit on github]

Bases: astropy.modeling.projections.Projection

Base class for all Sky2Pix projections.

Attributes Summary

inputs
outputs

Methods 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

inputs = (u'phi', u'theta')
outputs = (u'x', u'y')

Methods Documentation

__call__(phi, theta, 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.

Page Contents