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