Zenithal#

class astropy.modeling.projections.Zenithal(*args, **kwargs)[source]#

Bases: Projection

Base class for all Zenithal projections.

Zenithal (or azimuthal) projections map the sphere directly onto a plane. All zenithal projections are specified by defining the radius as a function of native latitude, Rθ.

The pixel-to-sky transformation is defined as:

ϕ=arg(y,x)Rθ=x2+y2

and the inverse (sky-to-pixel) is defined as:

x=Rθsinϕy=Rθcosϕ