Home
last modified time | relevance | path

Searched refs:Pix2Sky_SlantZenithalPerspective (Results 1 – 2 of 2) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dprojections.py293 class Pix2Sky_SlantZenithalPerspective(Pix2SkyProjection, Zenithal): class
335 Pix2Sky_SZP = Pix2Sky_SlantZenithalPerspective
373 return Pix2Sky_SlantZenithalPerspective(
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/tests/
H A Dtest_projections.py211 projections.Pix2Sky_SlantZenithalPerspective(-1)
499 model = projections.Pix2Sky_SlantZenithalPerspective(2, 30, 40)
519 assert isinstance(inverse, projections.Pix2Sky_SlantZenithalPerspective)