deblend_lite¶
- lsst.meas.extensions.scarlet.deblend_lite(mExposure, modelPsf, footprint, config, spectrumInit, wavelets=None)¶
- Deblend a parent footprint - Parameters:
- mExposurelsst.image.MultibandExposure
- The multiband exposure containing the image, mask, and variance data 
 
- footprintlsst.detection.Footprint
- The footprint of the parent to deblend 
 
- configScarletDeblendConfig
- Configuration of the deblending task 
 
 
- mExposure