Centroid

class lsst.afw.table.Centroid

Bases: SlotDefinition

Methods Summary

getAlias(self)

getErrKey(self)

getFlagKey(self)

getMeasKey(self)

getName(self)

isValid(self)

setKeys(self, alias, schema)

Methods Documentation

getAlias(self: lsst.afw.table.SlotDefinition) str
getErrKey(self: lsst.afw.table.Centroid) lsst.afw.table.CovarianceMatrix2fKey
getFlagKey(self: lsst.afw.table.Centroid) lsst.afw.table.KeyFlag
getMeasKey(self: lsst.afw.table.Centroid) lsst.afw.table.Point2DKey
getName(self: lsst.afw.table.SlotDefinition) str
isValid(self: lsst.afw.table.Centroid) bool
setKeys(self: lsst.afw.table.Centroid, alias: str, schema: lsst.afw.table.Schema) None