NaiveDipoleCentroid¶
- class lsst.ip.diffim.NaiveDipoleCentroid¶
- Bases: - _DipoleCentroidAlgorithm- Attributes Summary - Methods Summary - fail(self, measRecord[, error])- getCenterKeys(self)- getLogName(self)- getNegativeKeys(self)- getPositiveKeys(self)- measure(self, measRecord, exposure)- measureForced(self, measRecord, exposure, ...)- mergeCentroids(self, source, posValue, negValue)- Attributes Documentation - FAILURE = <lsst.meas.base.FlagDefinition object>¶
 - NEG_FLAG = <lsst.meas.base.FlagDefinition object>¶
 - POS_FLAG = <lsst.meas.base.FlagDefinition object>¶
 - Methods Documentation - fail(self: lsst.ip.diffim.NaiveDipoleCentroid, measRecord: lsst.afw.table.SourceRecord, error: lsst.meas.base.MeasurementError = None) None¶
 - getCenterKeys(self: lsst.ip.diffim.NaiveDipoleCentroid) lsst.meas.base.CentroidResultKey¶
 - static getFlagDefinitions() lsst.meas.base.FlagDefinitionList¶
 - getLogName(self: lsst.meas.base.BaseAlgorithm) str¶
 - getNegativeKeys(self: lsst.ip.diffim.NaiveDipoleCentroid) lsst.meas.base.CentroidResultKey¶
 - getPositiveKeys(self: lsst.ip.diffim.NaiveDipoleCentroid) lsst.meas.base.CentroidResultKey¶
 - measure(self: lsst.ip.diffim.NaiveDipoleCentroid, measRecord: lsst.afw.table.SourceRecord, exposure: lsst.afw.image._exposure.ExposureF) None¶
 - measureForced(self: lsst.meas.base.SimpleAlgorithm, measRecord: lsst.afw.table.SourceRecord, exposure: lsst.afw.image._exposure.ExposureF, refRecord: lsst.afw.table.SourceRecord, refWcs: lsst.afw.geom.SkyWcs) None¶
 - mergeCentroids(self: lsst.ip.diffim.NaiveDipoleCentroid, source: lsst.afw.table.SourceRecord, posValue: float, negValue: float) None¶