LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.ip.diffim.dipoleMeasurement.DipoleClassificationConfig Class Reference

Classification of detected diaSources as dipole or not. More...

Inheritance diagram for lsst.ip.diffim.dipoleMeasurement.DipoleClassificationConfig:

Static Public Attributes

tuple minSn
 
tuple maxFluxRatio
 

Detailed Description

Classification of detected diaSources as dipole or not.

Definition at line 36 of file dipoleMeasurement.py.

Member Data Documentation

tuple lsst.ip.diffim.dipoleMeasurement.DipoleClassificationConfig.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 42 of file dipoleMeasurement.py.

tuple lsst.ip.diffim.dipoleMeasurement.DipoleClassificationConfig.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 38 of file dipoleMeasurement.py.


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