PeakTable#

class lsst.afw.detection.PeakTable#

Bases: BaseTable

Methods Summary

checkSchema(schema)

clone(self)

copyRecord(*args, **kwargs)

Overloaded function.

getFxKey()

getFyKey()

getIdFactory(self)

getIdKey()

getIxKey()

getIyKey()

getPeakValueKey()

make(schema[, forceNew])

makeMinimalSchema()

makeRecord(self)

setIdFactory(self, factory)

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.

  1. copyRecord(self: lsst.afw.detection.PeakTable, arg0: lsst.afw.table.BaseRecord) -> lsst.afw.detection.PeakRecord

  2. 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#