lsst.meas.deblender gf9afb8a27f+bc0304fe05
Public Member Functions | Public Attributes | List of all members
lsst.meas.deblender.baseline.MultiColorPeak Class Reference

Public Member Functions

def __init__ (self, peaks, pki, parent)
 

Public Attributes

 filters
 
 deblendedPeaks
 
 parent
 
 pki
 
 skip
 
 deblendedAsPsf
 
 x
 
 y
 

Detailed Description

Collection 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 ``peaks`` is 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.

Definition at line 224 of file baseline.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.deblender.baseline.MultiColorPeak.__init__ (   self,
  peaks,
  pki,
  parent 
)

Definition at line 238 of file baseline.py.

Member Data Documentation

◆ deblendedAsPsf

lsst.meas.deblender.baseline.MultiColorPeak.deblendedAsPsf

Definition at line 250 of file baseline.py.

◆ deblendedPeaks

lsst.meas.deblender.baseline.MultiColorPeak.deblendedPeaks

Definition at line 240 of file baseline.py.

◆ filters

lsst.meas.deblender.baseline.MultiColorPeak.filters

Definition at line 239 of file baseline.py.

◆ parent

lsst.meas.deblender.baseline.MultiColorPeak.parent

Definition at line 241 of file baseline.py.

◆ pki

lsst.meas.deblender.baseline.MultiColorPeak.pki

Definition at line 248 of file baseline.py.

◆ skip

lsst.meas.deblender.baseline.MultiColorPeak.skip

Definition at line 249 of file baseline.py.

◆ x

lsst.meas.deblender.baseline.MultiColorPeak.x

Definition at line 251 of file baseline.py.

◆ y

lsst.meas.deblender.baseline.MultiColorPeak.y

Definition at line 252 of file baseline.py.


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