Pix2Sky_Stereographic¶
- class astropy.modeling.projections.Pix2Sky_Stereographic(*args, **kwargs)[source]¶
Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.ZenithalStereographic Projection - pixel to sky.
Corresponds to the
STGprojection in FITS WCS.See
Zenithalfor a definition of the full transformation.\[\theta = 90^{\circ} - 2 \tan^{-1}\left(\frac{\pi R_\theta}{360^{\circ}}\right)\]Methods Summary
evaluate(x, y)Evaluate the model on some input variables.
Methods Documentation