Sky2Pix_PlateCarree¶
- class astropy.modeling.projections.Sky2Pix_PlateCarree(*args, **kwargs)[source]¶
Bases:
Sky2PixProjection,CylindricalPlate carrée projection - sky to pixel.
Corresponds to the
CARprojection in FITS WCS.\[\begin{split}x &= \phi \\ y &= \theta\end{split}\]Methods Summary
evaluate(phi, theta)Evaluate the model on some input variables.
Methods Documentation