Pix2Sky_PlateCarree¶
-
class
astropy.modeling.projections.Pix2Sky_PlateCarree(*args, meta=None, name=None, **kwargs)[source] [edit on github]¶ Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.CylindricalPlate carrée projection - pixel to sky.
Corresponds to the
CARprojection in FITS WCS.\[\begin{split}\phi &= x \\ \theta &= y\end{split}\]Methods Summary
evaluate(x, y)Methods Documentation
-
static
evaluate(x, y)[source] [edit on github]¶
-
static