Bases: astropy.modeling.projections.Sky2PixProjection, astropy.modeling.projections.Cylindrical
Cylindrical equal area projection - sky to pixel.
Corresponds to the CEA projection in FITS WCS.
x &= \phi \\ y &= \frac{180^{\circ}}{\pi}\frac{\sin \theta}{\lambda}
| Parameters: | lam : float
|
|---|
Attributes Summary
| lam | |
| param_names |
Methods Summary
| evaluate(phi, theta, lam) |
Attributes Documentation
Methods Documentation