DipoleDeblender¶
-
class
lsst.ip.diffim.
DipoleDeblender
¶ Bases:
object
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.
Methods Summary
__call__
(source, exposure)Call self as a function. Methods Documentation
-
__call__
(source, exposure)¶ Call self as a function.
-