Sky2Pix_ZenithalEquidistant¶
- class astropy.modeling.projections.Sky2Pix_ZenithalEquidistant(*args, **kwargs)[source]¶
Bases:
astropy.modeling.projections.Sky2PixProjection,astropy.modeling.projections.ZenithalZenithal equidistant projection - sky to pixel.
Corresponds to the
ARCprojection in FITS WCS.See
Zenithalfor a definition of the full transformation.\[R_\theta = 90^\circ - \theta\]Methods Summary
evaluate(phi, theta)Evaluate the model on some input variables.
Methods Documentation