lsst.pipe.tasks  20.0.0-39-gbdec61e6+2040cb0b94
Static Public Attributes | List of all members
lsst.pipe.tasks.multiBandUtils.CullPeaksConfig Class Reference

Configuration for culling garbage peaks after merging footprints. More...

Inheritance diagram for lsst.pipe.tasks.multiBandUtils.CullPeaksConfig:

Static Public Attributes

 nBandsSufficient
 
 rankSufficient
 
 rankConsidered
 
 rankNormalizedConsidered
 

Detailed Description

Configuration for culling garbage peaks after merging footprints.

Peaks may also be culled after detection or during deblending; this configuration object only deals with culling after merging Footprints.

These cuts are based on three quantities:

The formula that identifie peaks to cull is:

nBands < nBandsSufficient AND (rank >= rankSufficient) AND (rank >= rankConsider OR rank >= rankNormalizedConsider)

To disable peak culling, simply set nBandsSufficient=1.

Definition at line 168 of file multiBandUtils.py.

Member Data Documentation

◆ nBandsSufficient

lsst.pipe.tasks.multiBandUtils.CullPeaksConfig.nBandsSufficient
static

Definition at line 191 of file multiBandUtils.py.

◆ rankConsidered

lsst.pipe.tasks.multiBandUtils.CullPeaksConfig.rankConsidered
static

Definition at line 195 of file multiBandUtils.py.

◆ rankNormalizedConsidered

lsst.pipe.tasks.multiBandUtils.CullPeaksConfig.rankNormalizedConsidered
static

Definition at line 198 of file multiBandUtils.py.

◆ rankSufficient

lsst.pipe.tasks.multiBandUtils.CullPeaksConfig.rankSufficient
static

Definition at line 193 of file multiBandUtils.py.


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