astropy:docs

Pix2Sky_CYP

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

Bases: astropy.modeling.projections.Cylindrical

CYP : Cylindrical perspective - pixel to sky.

Attributes Summary

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

Methods Summary

eval(*args, **kwargs)

Deprecated since version 1.0.

evaluate(x, y, mu, lam)
inverse()

Attributes Documentation

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

Methods Documentation

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 Pix2Sky_CYP.evaluate instead.

classmethod evaluate(x, y, mu, lam)[source] [edit on github]
inverse()[source] [edit on github]

Page Contents