lsst.meas.deblender  20.0.0+25
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.

Definition at line 227 of file baseline.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.deblender.baseline.MultiColorPeak.__init__ (   self,
  peaks,
  pki,
  parent 
)
Create a collection for deblender results in each band.

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.

Returns
-------
None

Definition at line 233 of file baseline.py.

Member Data Documentation

◆ deblendedAsPsf

lsst.meas.deblender.baseline.MultiColorPeak.deblendedAsPsf

Definition at line 261 of file baseline.py.

◆ deblendedPeaks

lsst.meas.deblender.baseline.MultiColorPeak.deblendedPeaks

Definition at line 251 of file baseline.py.

◆ filters

lsst.meas.deblender.baseline.MultiColorPeak.filters

Definition at line 250 of file baseline.py.

◆ parent

lsst.meas.deblender.baseline.MultiColorPeak.parent

Definition at line 252 of file baseline.py.

◆ pki

lsst.meas.deblender.baseline.MultiColorPeak.pki

Definition at line 259 of file baseline.py.

◆ skip

lsst.meas.deblender.baseline.MultiColorPeak.skip

Definition at line 260 of file baseline.py.

◆ x

lsst.meas.deblender.baseline.MultiColorPeak.x

Definition at line 262 of file baseline.py.

◆ y

lsst.meas.deblender.baseline.MultiColorPeak.y

Definition at line 263 of file baseline.py.


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