deblend¶
- lsst.meas.extensions.scarlet.deblend(mExposure, footprint, config, spectrumInit)¶
- 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. 
- spectrumInitbool
- Whether or not to initialize the spectrum. 
 
- mExposure
- Returns:
- blendDatalsst.meas.extensions.scarlet.io.ScarletBlendData
- The persistable representation of a - scarlet.Blend.
- skippedlistofint
- The indices of any children that failed to initialize and were skipped. 
 
- blendData