astropy:docs

Sky2Pix_TAN

class astropy.modeling.projections.Sky2Pix_TAN(*args, **kwargs)[source] [edit on github]

Bases: astropy.modeling.projections.Zenithal

TAN : Gnomonic Projection - sky to pixel.

Attributes Summary

input_names list() -> new empty list

Methods Summary

__call__(phi, theta[, model_set_axis])
evaluate(phi, theta)
inverse()

Attributes Documentation

input_names = ['phi', 'theta']

Methods Documentation

__call__(phi, theta, model_set_axis=None)[source] [edit on github]
classmethod evaluate(phi, theta)[source] [edit on github]
inverse()[source] [edit on github]

Page Contents