Bases: astropy.modeling.projections.Cylindrical
CEA : Cylindrical equal area projection - pixel to sky.
Attributes Summary
| input_names | list() -> new empty list | 
| lam | |
| param_names | list() -> new empty list | 
Methods Summary
| eval(*args, **kwargs) | Deprecated since version 1.0. | 
| evaluate(x, y, 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 Pix2Sky_CEA.evaluate instead.