lsst.skymap  13.0-2-gf9e84ea+13
 All Classes Namespaces Files Functions Variables Pages
Classes | Functions
lsst.skymap.healpixSkyMap Namespace Reference

Classes

class  DummyHealpy
 
class  HealpixTractInfo
 
class  HealpixSkyMapConfig
 
class  HealpixSkyMap
 

Functions

def angToCoord
 
def coordToAng
 

Function Documentation

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.