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
Methods Documentation
Deprecated since version 1.0: The eval method is deprecated and may be removed in a future version. Use Sky2Pix_CEA.evaluate instead.