Bases: astropy.modeling.projections.Zenithal
AZP : Zenital perspective projection - sky to pixel.
Parameters: | mu : float
gamma : float
|
---|
Attributes Summary
gamma | |
input_names | list() -> new empty list |
mu | |
param_names | list() -> new empty list |
Methods Summary
__call__(phi, theta[, model_set_axis]) | |
check_mu(val) | |
eval(*args, **kwargs) | Deprecated since version 1.0. |
evaluate(phi, theta, mu, gamma) | |
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_AZP.evaluate instead.