astropy:docs

Sky2Pix_CYP

class astropy.modeling.projections.Sky2Pix_CYP(mu, lam)[source] [edit on github]

Bases: astropy.modeling.projections.Cylindrical

CYP : Cylindrical Perspective - sky to pixel.

Attributes Summary

input_names list() -> new empty list
lam
mu
param_names list() -> new empty list

Methods Summary

__call__(phi, theta[, model_set_axis])
eval(*args, **kwargs)

Deprecated since version 1.0.

evaluate(phi, theta, mu, lam)
inverse()

Attributes Documentation

input_names = ['phi', 'theta']
lam
mu
param_names = ['mu', 'lam']

Methods Documentation

__call__(phi, theta, model_set_axis=None)[source] [edit on github]
classmethod eval(*args, **kwargs) [edit on github]

Deprecated since version 1.0: The eval method is deprecated and may be removed in a future version. Use Sky2Pix_CYP.evaluate instead.

classmethod evaluate(phi, theta, mu, lam)[source] [edit on github]
inverse()[source] [edit on github]

Page Contents