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