Sky2Pix_TangentialSphericalCube¶
- class astropy.modeling.projections.Sky2Pix_TangentialSphericalCube(*args, **kwargs)[source]¶
Bases:
astropy.modeling.projections.Sky2PixProjection,astropy.modeling.projections.QuadCubeTangential spherical cube projection - sky to pixel.
Corresponds to the
PCOprojection in FITS WCS.Methods Summary
evaluate(phi, theta)Evaluate the model on some input variables.
Methods Documentation