lsst.skymap
21.0.0-7-g997b569+274916c1d3
|
Classes | |
class | DummyHealpy |
class | HealpixTractInfo |
class | HealpixSkyMapConfig |
class | HealpixSkyMap |
Functions | |
def | angToCoord (thetaphi) |
def | coordToAng (coord) |
Variables | |
healpy | |
def lsst.skymap.healpixSkyMap.angToCoord | ( | thetaphi | ) |
Convert healpy's ang to an lsst.geom.SpherePoint The ang is provided as a single object, thetaphi, so the output of healpy functions can be directed to this function without additional translation.
Definition at line 48 of file healpixSkyMap.py.
def lsst.skymap.healpixSkyMap.coordToAng | ( | coord | ) |
Convert an lsst.geom.SpherePoint to a healpy ang (theta, phi) The Healpix convention is that 0 <= theta <= pi, 0 <= phi < 2pi.
Definition at line 58 of file healpixSkyMap.py.
lsst.skymap.healpixSkyMap.healpy |
Definition at line 40 of file healpixSkyMap.py.