Pix2Sky_QuadSphericalCube¶
-
class
astropy.modeling.projections.Pix2Sky_QuadSphericalCube(*args, meta=None, name=None, **kwargs)[source]¶ Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.QuadCubeQuadrilateralized spherical cube projection - pixel to sky.
Corresponds to the
QSCprojection in FITS WCS.Methods Summary
evaluate(x, y)Evaluate the model on some input variables. Methods Documentation