lsst.skymap  13.0-5-g2a40766+26
Public Member Functions | Static Public Attributes | List of all members
lsst.skymap.healpixSkyMap.HealpixSkyMap Class Reference
Inheritance diagram for lsst.skymap.healpixSkyMap.HealpixSkyMap:
lsst.skymap.cachingSkyMap.CachingSkyMap lsst.skymap.baseSkyMap.BaseSkyMap

Public Member Functions

def __init__ (self, config, version=0)
 
def findTract (self, coord)
 
def generateTract (self, index)
 
- Public Member Functions inherited from lsst.skymap.cachingSkyMap.CachingSkyMap
def __init__ (self, numTracts, config=None, version=0)
 
def __reduce__ (self)
 
def __iter__ (self)
 
def __len__ (self)
 
def __getitem__ (self, index)
 
def generateTract (self, index)
 
- Public Member Functions inherited from lsst.skymap.baseSkyMap.BaseSkyMap
def __init__ (self, config=None)
 
def findTract (self, coord)
 
def findTractPatchList (self, coordList)
 
def findClosestTractPatchList (self, coordList)
 
def __getitem__ (self, ind)
 
def __iter__ (self)
 
def __len__ (self)
 

Static Public Attributes

 ConfigClass = HealpixSkyMapConfig
 
int numAngles = 4
 
- Static Public Attributes inherited from lsst.skymap.baseSkyMap.BaseSkyMap
 ConfigClass = BaseSkyMapConfig
 

Additional Inherited Members

- Public Attributes inherited from lsst.skymap.baseSkyMap.BaseSkyMap
 config
 

Detailed Description

HEALPix-based sky map pixelization.

We put a Tract at the position of each HEALPixel.

Definition at line 87 of file healpixSkyMap.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.skymap.healpixSkyMap.HealpixSkyMap.__init__ (   self,
  config,
  version = 0 
)
Constructor

@param[in] config: an instance of self.ConfigClass; if None the default config is used
@param[in] version: software version of this class, to retain compatibility with old instances

Definition at line 96 of file healpixSkyMap.py.

Member Function Documentation

◆ findTract()

def lsst.skymap.healpixSkyMap.HealpixSkyMap.findTract (   self,
  coord 
)
Find the tract whose inner region includes the coord.

Definition at line 106 of file healpixSkyMap.py.

◆ generateTract()

def lsst.skymap.healpixSkyMap.HealpixSkyMap.generateTract (   self,
  index 
)
Get the TractInfo for a particular index

Definition at line 112 of file healpixSkyMap.py.

Member Data Documentation

◆ ConfigClass

lsst.skymap.healpixSkyMap.HealpixSkyMap.ConfigClass = HealpixSkyMapConfig
static

Definition at line 92 of file healpixSkyMap.py.

◆ numAngles

int lsst.skymap.healpixSkyMap.HealpixSkyMap.numAngles = 4
static

Definition at line 94 of file healpixSkyMap.py.


The documentation for this class was generated from the following file: