Definition at line 32 of file packers.py.
◆ 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 33 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 43 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 58 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 51 of file packers.py.
The documentation for this class was generated from the following file: