Pix2Sky_HEALPixPolar¶
-
class
astropy.modeling.projections.Pix2Sky_HEALPixPolar(*args, meta=None, name=None, **kwargs)[source]¶ Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.HEALPixHEALPix polar, aka “butterfly” projection - pixel to sky.
Corresponds to the
XPHprojection in FITS WCS.Methods Summary
evaluate(x, y)Evaluate the model on some input variables. Methods Documentation