Pix2Sky_SIN¶
-
class
astropy.modeling.projections.Pix2Sky_SIN[source] [edit on github]¶ Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.ZenithalSIN : Slant orthographic projection - pixel to sky.
See
Zenithalfor a definition of the full transformation.\theta = \cos^{-1}\left(\frac{\pi}{180^{\circ}}R_\theta\right)
Attributes Summary
inverseMethods Summary
evaluate(x, y)Attributes Documentation
-
inverse¶
Methods Documentation
-
classmethod
evaluate(x, y)[source] [edit on github]¶
-