DetectorVisitIdGeneratorConfig#
- class lsst.meas.base.DetectorVisitIdGeneratorConfig(*args, **kw)#
Bases:
BaseIdGeneratorConfigConfiguration class for generating integer IDs from
{visit, detector}data IDs.See
IdGeneratorfor usage.Attributes Summary
Number of (contiguous, starting from zero)
release_idvalues to reserve space for.How to pack visit+detector or exposure+detector data IDs into integers.
Identifier for a data release or other version to embed in generated IDs.
Attributes Documentation
- n_releases#
Number of (contiguous, starting from zero)
release_idvalues to reserve space for. One (not zero) is used to reserve no space. (int, default64)
- packer#
How to pack visit+detector or exposure+detector data IDs into integers. The default (None) is to delegate to the Instrument class for which registered implementation to use (but still use the nested configuration for that implementation). (
RegistryInstanceDict, defaultNone)
- release_id#
Identifier for a data release or other version to embed in generated IDs. Zero is reserved for IDs with no embedded release identifier. (
int, default0)