lsst.ip.diffim  13.0-26-g703d095+1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

tuple minSn
 
tuple maxFluxRatio
 

Detailed Description

Configuration for classification of detected diaSources as dipole or not

Definition at line 43 of file dipoleMeasurement.py.

Member Data Documentation

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

Definition at line 49 of file dipoleMeasurement.py.

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

Definition at line 45 of file dipoleMeasurement.py.


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