Classes | |
class | DummyHealpy |
class | HealpixTractInfo |
class | HealpixSkyMapConfig |
class | HealpixSkyMap |
Functions | |
def | angToCoord |
def | coordToAng |
def lsst.skymap.healpixSkyMap.angToCoord | ( | thetaphi | ) |
Convert healpy's ang to an afw Coord 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 afw Coord 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.