ClassificationDipoleConfig#
- class lsst.ip.diffim.ClassificationDipoleConfig(*args, **kw)#
Bases:
SingleFramePluginConfigConfiguration for classification of detected diaSources as dipole or not
Attributes Summary
whether to run this plugin in single-object mode (
bool, defaultTrue)Maximum flux ratio in either lobe to be considered a dipole (
float, default0.65)Minimum quadrature sum of positive+negative lobe S/N to be considered a dipole (
float, defaultnp.float64(7.0710678118654755))Attributes Documentation
- doMeasure#
whether to run this plugin in single-object mode (
bool, defaultTrue)
- maxFluxRatio#
Maximum flux ratio in either lobe to be considered a dipole (
float, default0.65)
- minSn#
Minimum quadrature sum of positive+negative lobe S/N to be considered a dipole (
float, defaultnp.float64(7.0710678118654755))