IdFactory¶
- class lsst.afw.table.IdFactory¶
Bases:
pybind11_objectMethods Summary
__call__(self)clone(self)computeReservedFromMaxBits(maxBits)makeSource(expId, reserved)notify(self, id)Methods Documentation
- __call__(self: lsst.afw.table.IdFactory) int¶
- clone(self: lsst.afw.table.IdFactory) lsst.afw.table.IdFactory¶
- static computeReservedFromMaxBits(maxBits: SupportsInt | SupportsIndex) int¶
- static makeSimple() lsst.afw.table.IdFactory¶
- static makeSource(expId: SupportsInt | SupportsIndex, reserved: SupportsInt | SupportsIndex) lsst.afw.table.IdFactory¶
- notify(self: lsst.afw.table.IdFactory, id: SupportsInt | SupportsIndex) None¶