ClassificationDipoleConfig¶
- 
class lsst.ip.diffim.ClassificationDipoleConfig¶
- Bases: - lsst.meas.base.sfm.SingleFramePluginConfig- Configuration for classification of detected diaSources as dipole or not - Attributes Summary - doMeasure- whether to run this plugin in single-object mode ( - bool, default- True)- maxFluxRatio- Maximum flux ratio in either lobe to be considered a dipole ( - float, default- 0.65)- minSn- Minimum quadrature sum of positive+negative lobe S/N to be considered a dipole ( - float, default- 7.0710678118654755)- Attributes Documentation