lsst.pipe.tasks  20.0.0-8-g7eef53f7+8
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 169 of file multiBandUtils.py.

Member Data Documentation

◆ nBandsSufficient

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

Definition at line 192 of file multiBandUtils.py.

◆ rankConsidered

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

Definition at line 196 of file multiBandUtils.py.

◆ rankNormalizedConsidered

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

Definition at line 199 of file multiBandUtils.py.

◆ rankSufficient

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

Definition at line 194 of file multiBandUtils.py.


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