PeakTable¶
- 
class lsst.afw.detection.PeakTable¶
- Bases: - lsst.afw.table.BaseTable- Attributes Summary - schema- Methods Summary - checkSchema(schema)- clone(self)- copyRecord(*args, **kwargs)- Overloaded function. - getBufferSize(self)- getFxKey()- getFyKey()- getIdFactory(self)- getIdKey()- getIxKey()- getIyKey()- getMetadata(self)- getPeakValueKey()- getSchema(self)- make(schema, forceNew)- makeMinimalSchema()- makeRecord(self)- popMetadata(self)- preallocate(self, arg0)- setIdFactory(self, factory)- setMetadata(self, metadata)- Attributes Documentation - 
schema¶
 - Methods Documentation - 
static checkSchema(schema: lsst.afw.table.Schema) → bool¶
 - 
clone(self: lsst.afw.detection.PeakTable) → lsst.afw.detection.PeakTable¶
 - 
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
 
 - 
getBufferSize(self: lsst.afw.table.BaseTable) → int¶
 - 
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¶
 - 
getMetadata(self: lsst.afw.table.BaseTable) → lsst.daf.base.propertyContainer.propertyList.PropertyList¶
 - 
static getPeakValueKey() → lsst.afw.table.KeyF¶
 - 
getSchema(self: lsst.afw.table.BaseTable) → lsst.afw.table.Schema¶
 - 
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¶
 - 
popMetadata(self: lsst.afw.table.BaseTable) → lsst.daf.base.propertyContainer.propertyList.PropertyList¶
 - 
preallocate(self: lsst.afw.table.BaseTable, arg0: int) → None¶
 - 
setIdFactory(self: lsst.afw.detection.PeakTable, factory: lsst.afw.table.IdFactory) → None¶
 - 
setMetadata(self: lsst.afw.table.BaseTable, metadata: lsst.daf.base.propertyContainer.propertyList.PropertyList) → None¶
 
-