Bases: astropy.modeling.projections.Pix2SkyProjection, astropy.modeling.projections.Zenithal
AZP : Zenithal perspective projection - pixel to sky.
\phi &= \arg(-y \cos \gamma, x) \\ \theta &= \left\{\genfrac{}{}{0pt}{}{\psi - \omega}{\psi + \omega + 180^{\circ}}\right.
where:
\psi &= \arg(\rho, 1) \\ \omega &= \sin^{-1}\left(\frac{\rho \mu}{\sqrt{\rho^2 + 1}}\right) \\ \rho &= \frac{R}{\frac{180^{\circ}}{\pi}(\mu + 1) + y \sin \gamma} \\ R &= \sqrt{x^2 + y^2 \cos^2 \gamma}
Parameters: | mu : float
gamma : float
|
---|
Attributes Summary
gamma | |
inverse | |
mu | |
param_names |
Methods Summary
check_mu(val) | |
evaluate(x, y, mu, gamma) |
Attributes Documentation
Methods Documentation