MultiColorPeak¶
- class lsst.meas.deblender.MultiColorPeak(peaks, pki, parent)¶
 Bases:
objectCollection of single peak deblender results in multiple bands.
There is one of these objects for each Peak in the footprint.
- Parameters:
 - peaks: `dict` of `afw.detection.PeakRecord`
 Each entry in
peaksis a peak record for the same peak in a different band- pki: int
 Index of the peak in
parent.peaks- parent: `DeblendedParent`
 DeblendedParent object that contains the peak as a child.