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