Pix2Sky_ZenithalEquidistant¶
-
class
astropy.modeling.projections.Pix2Sky_ZenithalEquidistant(*args, meta=None, name=None, **kwargs)[source] [edit on github]¶ Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.ZenithalZenithal equidistant projection - pixel to sky.
Corresponds to the
ARCprojection in FITS WCS.See
Zenithalfor a definition of the full transformation.\[\theta = 90^\circ - R_\theta\]Methods Summary
evaluate(x, y)Methods Documentation
-
classmethod
evaluate(x, y)[source] [edit on github]¶
-
classmethod