astropy:docs

Sky2Pix_AZP

class astropy.modeling.projections.Sky2Pix_AZP[source] [edit on github]

Bases: astropy.modeling.projections.Sky2PixProjection, astropy.modeling.projections.Zenithal

AZP : Zenital perspective projection - sky to pixel.

Parameters:

mu : float

distance from point of projection to center of sphere in spherical radii, default is 0.

gamma : float

look angle in deg, default is 0.

Attributes Summary

gamma
inverse
mu
param_names

Methods Summary

check_mu(val)
evaluate(phi, theta, mu, gamma)

Attributes Documentation

gamma
inverse
mu
param_names = ('mu', 'gamma')

Methods Documentation

check_mu(val)[source] [edit on github]
classmethod evaluate(phi, theta, mu, gamma)[source] [edit on github]

Page Contents