lsst.meas.base g4fadbfc174+6ac8e69508
|
Public Member Functions | |
None | __post_init__ (self) |
Public Attributes | |
n_data_ids | |
counter_bits | |
n_counters | |
Static Public Attributes | |
DimensionPacker | packer |
int | n_releases = dataclasses.field(default=0) |
int | n_data_ids = dataclasses.field(init=False) |
int | counter_bits = dataclasses.field(init=False) |
int | n_counters = dataclasses.field(init=False) |
A private helper struct that manages the allocation of bits between the packed data ID, the release ID, and a per-catalog counter.
Definition at line 508 of file _id_generator.py.
None lsst.meas.base._id_generator._IdGeneratorBits.__post_init__ | ( | self | ) |
Definition at line 533 of file _id_generator.py.
|
static |
Definition at line 526 of file _id_generator.py.
lsst.meas.base._id_generator._IdGeneratorBits.counter_bits |
Definition at line 536 of file _id_generator.py.
Definition at line 529 of file _id_generator.py.
lsst.meas.base._id_generator._IdGeneratorBits.n_counters |
Definition at line 537 of file _id_generator.py.
Definition at line 521 of file _id_generator.py.
lsst.meas.base._id_generator._IdGeneratorBits.n_data_ids |
Definition at line 534 of file _id_generator.py.
|
static |
Definition at line 518 of file _id_generator.py.
|
static |
Definition at line 513 of file _id_generator.py.