ClassificationDipoleConfig#

class lsst.ip.diffim.ClassificationDipoleConfig(*args, **kw)#

Bases: 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 np.float64(7.0710678118654755))

Attributes Documentation

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 np.float64(7.0710678118654755))