Sky2Pix_MER¶
-
class
astropy.modeling.projections.
Sky2Pix_MER
[source] [edit on github]¶ Bases:
astropy.modeling.projections.Sky2PixProjection
,astropy.modeling.projections.Cylindrical
MER: Mercator - sky to pixel.
x &= \phi \\ y &= \frac{180^{\circ}}{\pi}\ln \tan \left(\frac{90^{\circ} + \theta}{2}\right)
Attributes Summary
inverse
Methods Summary
evaluate
(phi, theta)Attributes Documentation
-
inverse
¶
Methods Documentation
-
classmethod
evaluate
(phi, theta)[source] [edit on github]¶
-