lsst.meas.algorithms  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
lsst.meas.algorithms.indexerRegistry.HtmIndexerConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.indexerRegistry.HtmIndexerConfig:

Static Public Attributes

tuple depth
 

Detailed Description

Definition at line 35 of file indexerRegistry.py.

Member Data Documentation

tuple lsst.meas.algorithms.indexerRegistry.HtmIndexerConfig.depth
static
Initial value:
1 = Field(
2  doc = """Depth of the HTM tree to make. Default is depth=7 which gives ~ 0.3 sq. deg. per trixel.""",
3  dtype = int,
4  default = 7,
5  )

Definition at line 36 of file indexerRegistry.py.


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