Bases: astropy.modeling.projections.Sky2PixProjection, astropy.modeling.projections.Zenithal
Zenithal perspective projection - sky to pixel.
Corresponds to the AZP projection in FITS WCS.
x &= R \sin \phi \\ y &= -R \sec \gamma \cos \theta
where:
R = \frac{180^{\circ}}{\pi} \frac{(\mu + 1) \cos \theta}{(\mu + \sin \theta) + \cos \theta \cos \phi \tan \gamma}
| Parameters: | mu : float
gamma : float
|
|---|
Attributes Summary
| gamma | |
| mu | |
| param_names |
Methods Summary
| evaluate(phi, theta, mu, gamma) |
Attributes Documentation
Methods Documentation