lsst.ip.diffim g40c9b15c53+9752a2df40
Loading...
Searching...
No Matches
lsst.ip.diffim.dipoleMeasurement.DipoleDeblender Class Reference
Inheritance diagram for lsst.ip.diffim.dipoleMeasurement.DipoleDeblender:

Public Member Functions

 __init__ (self)
 
 __call__ (self, source, exposure)
 

Public Attributes

 psfChisqCut1 = np.inf
 
 log = getLogger('lsst.ip.diffim.DipoleDeblender')
 
int sigma2fwhm = 2. * np.sqrt(2. * np.log(2.))
 
 psfChisqCut2
 
 psfChisqCut2b
 

Detailed Description

Functor to deblend a source as a dipole, and return a new source with deblended footprints.

   This necessarily overrides some of the functionality from
   meas_algorithms/python/lsst/meas/algorithms/deblend.py since we
   need a single source that contains the blended peaks, not
   multiple children sources.  This directly calls the core
   deblending code deblendBaseline.deblend (optionally _fitPsf for
   debugging).

   Not actively being used, but there is a unit test for it in
   dipoleAlgorithm.py.

Definition at line 292 of file dipoleMeasurement.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.__init__ ( self)

Definition at line 306 of file dipoleMeasurement.py.

Member Function Documentation

◆ __call__()

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.__call__ ( self,
source,
exposure )

Definition at line 314 of file dipoleMeasurement.py.

Member Data Documentation

◆ log

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.log = getLogger('lsst.ip.diffim.DipoleDeblender')

Definition at line 311 of file dipoleMeasurement.py.

◆ psfChisqCut1

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.psfChisqCut1 = np.inf

Definition at line 310 of file dipoleMeasurement.py.

◆ psfChisqCut2

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.psfChisqCut2

Definition at line 362 of file dipoleMeasurement.py.

◆ psfChisqCut2b

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.psfChisqCut2b

Definition at line 362 of file dipoleMeasurement.py.

◆ sigma2fwhm

int lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.sigma2fwhm = 2. * np.sqrt(2. * np.log(2.))

Definition at line 312 of file dipoleMeasurement.py.


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