PeakTable#
- class lsst.afw.detection.PeakTable#
Bases:
BaseTableMethods Summary
checkSchema(schema)clone(self)copyRecord(*args, **kwargs)Overloaded function.
getFxKey()getFyKey()getIdFactory(self)getIdKey()getIxKey()getIyKey()make(schema[, forceNew])makeRecord(self)setIdFactory(self, factory)Methods Documentation
- static checkSchema(schema: lsst.afw.table.Schema) bool#
- copyRecord(*args, **kwargs)#
Overloaded function.
copyRecord(self: lsst.afw.detection.PeakTable, arg0: lsst.afw.table.BaseRecord) -> lsst.afw.detection.PeakRecord
copyRecord(self: lsst.afw.detection.PeakTable, arg0: lsst.afw.table.BaseRecord, arg1: lsst.afw.table.SchemaMapper) -> lsst.afw.detection.PeakRecord
- static getFxKey() lsst.afw.table.KeyF#
- static getFyKey() lsst.afw.table.KeyF#
- getIdFactory(self: lsst.afw.detection.PeakTable) lsst.afw.table.IdFactory#
- static getIdKey() lsst.afw.table.KeyL#
- static getIxKey() lsst.afw.table.KeyI#
- static getIyKey() lsst.afw.table.KeyI#
- static getPeakValueKey() lsst.afw.table.KeyF#
- static make(schema: lsst.afw.table.Schema, forceNew: bool = False) lsst.afw.detection.PeakTable#
- static makeMinimalSchema() lsst.afw.table.Schema#
- makeRecord(self: lsst.afw.detection.PeakTable) lsst.afw.detection.PeakRecord#
- setIdFactory(self: lsst.afw.detection.PeakTable, factory: lsst.afw.table.IdFactory) None#