Bases: astropy.modeling.projections.Sky2PixProjection, astropy.modeling.projections.Zenithal
AZP : Zenital perspective projection - sky to pixel.
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 | |
inverse | |
mu | |
param_names |
Methods Summary
check_mu(val) | |
evaluate(phi, theta, mu, gamma) |
Attributes Documentation
Methods Documentation