Bases: astropy.modeling.projections.Cylindrical
CYP : Cylindrical Perspective - sky to pixel.
Attributes Summary
input_names | list() -> new empty list |
lam | |
mu | |
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, 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 Sky2Pix_CYP.evaluate instead.