astropy:docs

Sky2Pix_CEA

class astropy.modeling.projections.Sky2Pix_CEA(lam=1)[source] [edit on github]

Bases: astropy.modeling.projections.Cylindrical

CEA: Cylindrical equal area projection - sky to pixel.

Attributes Summary

input_names list() -> new empty list
lam
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, lam)
inverse()

Attributes Documentation

input_names = ['phi', 'theta']
lam
param_names = ['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_CEA.evaluate instead.

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

Page Contents