lsst.skymap g6512b7a353+dfe4f595c2
Loading...
Searching...
No Matches
lsst.skymap.healpixSkyMap Namespace Reference

Classes

class  HealpixTractInfo
class  HealpixSkyMapConfig
class  HealpixSkyMap

Functions

 angToCoord (thetaphi)
 coordToAng (coord)

Function Documentation

◆ angToCoord()

angToCoord ( thetaphi)
Convert hpgeom ang to an lsst.geom.SpherePoint

The angle is provided as a single object, thetaphi, so the output
of hpgeom functions can be directed to this function without
additional translation.

Definition at line 40 of file healpixSkyMap.py.

◆ coordToAng()

coordToAng ( coord)
Convert an lsst.geom.SpherePoint to a hpgeom ang (theta, phi)

The Healpix convention is that 0 <= theta <= pi, 0 <= phi < 2pi.

Definition at line 53 of file healpixSkyMap.py.