lsst.skymap g93973518b8+3a3be4ea02
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.skymap.packers.SkyMapDimensionPackerConfig Class Reference
Inheritance diagram for lsst.skymap.packers.SkyMapDimensionPackerConfig:

Static Public Attributes

 bands
 
 n_bands
 
 n_tracts
 
 n_patches
 

Detailed Description

Definition at line 33 of file packers.py.

Member Data Documentation

◆ bands

lsst.skymap.packers.SkyMapDimensionPackerConfig.bands
static
Initial value:
= DictField(
"Mapping from band name to integer to use in the packed ID. "
"The default (None) is to use a hard-coded list of common bands; "
"pipelines that can enumerate the set of bands they are likely to see "
"should override this.",
keytype=str,
itemtype=int,
default=None,
optional=True,
)

Definition at line 34 of file packers.py.

◆ n_bands

lsst.skymap.packers.SkyMapDimensionPackerConfig.n_bands
static
Initial value:
= Field(
"Number of bands to reserve space for. "
"If zero, bands are not included in the packed integer at all. "
"If `None`, the size of 'bands' is used.",
dtype=int,
optional=True,
default=0,
)

Definition at line 44 of file packers.py.

◆ n_patches

lsst.skymap.packers.SkyMapDimensionPackerConfig.n_patches
static
Initial value:
= Field(
"Number of patches per tract, or, more precisely, one greater than the maximum patch ID."
"Default (None) obtains this value from the skymap dimension record.",
dtype=int,
optional=True,
default=None,
)

Definition at line 59 of file packers.py.

◆ n_tracts

lsst.skymap.packers.SkyMapDimensionPackerConfig.n_tracts
static
Initial value:
= Field(
"Number of tracts, or, more precisely, one greater than the maximum tract ID."
"Default (None) obtains this value from the skymap dimension record.",
dtype=int,
optional=True,
default=None,
)

Definition at line 52 of file packers.py.


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