Shape¶
-
class
lsst.afw.table.
Shape
¶ Bases:
lsst.afw.table.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.Shape) → lsst.afw.table.CovarianceMatrix3fKey¶
-
getFlagKey
(self: lsst.afw.table.Shape) → lsst.afw.table.KeyFlag¶
-
getMeasKey
(self: lsst.afw.table.Shape) → lsst.afw.table.QuadrupoleKey¶
-
getName
(self: lsst.afw.table.SlotDefinition) → str¶
-
isValid
(self: lsst.afw.table.Shape) → bool¶
-
setKeys
(self: lsst.afw.table.Shape, alias: str, schema: lsst.afw.table.Schema) → None¶
-