lsst.ip.diffim  13.0-19-g373a351+2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
lsst.ip.diffim.dipoleMeasurement.DipoleDeblender Class Reference

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

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

Public Member Functions

def __init__
 
def __call__
 

Public Attributes

 psfChisqCut1
 
 psfChisqCut2
 
 psfChisqCut2b
 
 log
 
 sigma2fwhm
 

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 443 of file dipoleMeasurement.py.

Constructor & Destructor Documentation

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

Definition at line 457 of file dipoleMeasurement.py.

Member Function Documentation

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

Definition at line 465 of file dipoleMeasurement.py.

Member Data Documentation

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.log

Definition at line 462 of file dipoleMeasurement.py.

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.psfChisqCut1

Definition at line 461 of file dipoleMeasurement.py.

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.psfChisqCut2

Definition at line 461 of file dipoleMeasurement.py.

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.psfChisqCut2b

Definition at line 461 of file dipoleMeasurement.py.

lsst.ip.diffim.dipoleMeasurement.DipoleDeblender.sigma2fwhm

Definition at line 463 of file dipoleMeasurement.py.


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