Pix2Sky_COBEQuadSphericalCube¶
- class astropy.modeling.projections.Pix2Sky_COBEQuadSphericalCube(*args, **kwargs)[source]¶
Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.QuadCubeCOBE quadrilateralized spherical cube projection - pixel to sky.
Corresponds to the
CSCprojection in FITS WCS.Methods Summary
evaluate(x, y)Evaluate the model on some input variables.
Methods Documentation