lsst.skymap
14.0+6
|
Classes | |
class | DummyHealpy |
class | HealpixSkyMap |
class | HealpixSkyMapConfig |
class | HealpixTractInfo |
Functions | |
def | angToCoord (thetaphi) |
def | coordToAng (coord) |
Variables | |
healpy | |
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 49 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 59 of file healpixSkyMap.py.
lsst.skymap.healpixSkyMap.healpy |
Definition at line 39 of file healpixSkyMap.py.