lsst.skymap ga8c6da7877+acd47f83f4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
lsst.skymap.discreteSkyMap.DiscreteSkyMap Class Reference
Inheritance diagram for lsst.skymap.discreteSkyMap.DiscreteSkyMap:
lsst.skymap.cachingSkyMap.CachingSkyMap lsst.skymap.baseSkyMap.BaseSkyMap

Public Member Functions

 __init__ (self, config, version=0)
 
 generateTract (self, index)
 
 updateSha1 (self, sha1)
 

Static Public Attributes

 ConfigClass = DiscreteSkyMapConfig
 

Protected Attributes

 _tractBuilder
 

Static Protected Attributes

tuple _version = (1, 0)
 

Detailed Description

Discrete sky map pixelization.

We put a square Tract at each of the nominated coordinates.

Parameters
----------
config : `lsst.skyMap.BaseSkyMapConfig`
    The configuration for this SkyMap; if None use the default config.
version : `int` or `tuple` of `int` (optional)
    Software version of this class, to retain compatibility with old
    instances.

Definition at line 50 of file discreteSkyMap.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.skymap.discreteSkyMap.DiscreteSkyMap.__init__ ( self,
config,
version = 0 )

Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.

Definition at line 66 of file discreteSkyMap.py.

Member Function Documentation

◆ generateTract()

lsst.skymap.discreteSkyMap.DiscreteSkyMap.generateTract ( self,
index )
Generate TractInfo for the specified tract index.

Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.

Definition at line 70 of file discreteSkyMap.py.

◆ updateSha1()

lsst.skymap.discreteSkyMap.DiscreteSkyMap.updateSha1 ( self,
sha1 )
Add subclass-specific state or configuration options to the SHA1.

Reimplemented from lsst.skymap.baseSkyMap.BaseSkyMap.

Definition at line 78 of file discreteSkyMap.py.

Member Data Documentation

◆ _tractBuilder

lsst.skymap.discreteSkyMap.DiscreteSkyMap._tractBuilder
protected

Definition at line 75 of file discreteSkyMap.py.

◆ _version

tuple lsst.skymap.discreteSkyMap.DiscreteSkyMap._version = (1, 0)
staticprotected

Definition at line 64 of file discreteSkyMap.py.

◆ ConfigClass

lsst.skymap.discreteSkyMap.DiscreteSkyMap.ConfigClass = DiscreteSkyMapConfig
static

Definition at line 63 of file discreteSkyMap.py.


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