Pix2Sky_SansonFlamsteed¶
-
class
astropy.modeling.projections.Pix2Sky_SansonFlamsteed(*args, meta=None, name=None, **kwargs)[source]¶ Bases:
astropy.modeling.projections.Pix2SkyProjection,astropy.modeling.projections.PseudoCylindricalSanson-Flamsteed projection - pixel to sky.
Corresponds to the
SFLprojection in FITS WCS.\[\begin{split}\phi &= \frac{x}{\cos y} \\ \theta &= y\end{split}\]Methods Summary
evaluate(x, y)Evaluate the model on some input variables. Methods Documentation