lsst.ip.diffim  21.0.0-13-g5daad6e+7dae8f3107
Static Public Attributes | List of all members
lsst.ip.diffim.dipoleMeasurement.ClassificationDipoleConfig Class Reference
Inheritance diagram for lsst.ip.diffim.dipoleMeasurement.ClassificationDipoleConfig:

Static Public Attributes

 minSn
 
 maxFluxRatio
 

Detailed Description

Configuration for classification of detected diaSources as dipole or not

Definition at line 38 of file dipoleMeasurement.py.

Member Data Documentation

◆ maxFluxRatio

lsst.ip.diffim.dipoleMeasurement.ClassificationDipoleConfig.maxFluxRatio
static
Initial value:
= pexConfig.Field(
doc="Maximum flux ratio in either lobe to be considered a dipole",
dtype=float, default=0.65
)

Definition at line 44 of file dipoleMeasurement.py.

◆ minSn

lsst.ip.diffim.dipoleMeasurement.ClassificationDipoleConfig.minSn
static
Initial value:
= pexConfig.Field(
doc="Minimum quadrature sum of positive+negative lobe S/N to be considered a dipole",
dtype=float, default=np.sqrt(2) * 5.0,
)

Definition at line 40 of file dipoleMeasurement.py.


The documentation for this class was generated from the following file: