astropy:docs

Pix2Sky_AZP

class astropy.modeling.projections.Pix2Sky_AZP(mu=0.0, gamma=0.0)[source] [edit on github]

Bases: astropy.modeling.projections.Zenithal

AZP : Zenital perspective projection - pixel to sky.

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
input_names list() -> new empty list
mu
param_names list() -> new empty list

Methods Summary

check_mu(val)
eval(*args, **kwargs)

Deprecated since version 1.0.

evaluate(x, y, mu, gamma)
inverse()

Attributes Documentation

gamma
input_names = []
mu
param_names = ['mu', 'gamma']

Methods Documentation

check_mu(val)[source] [edit on github]
classmethod eval(*args, **kwargs) [edit on github]

Deprecated since version 1.0: The eval method is deprecated and may be removed in a future version. Use Pix2Sky_AZP.evaluate instead.

classmethod evaluate(x, y, mu, gamma)[source] [edit on github]
inverse()[source] [edit on github]

Page Contents