lsst.pipe.tasks
21.0.0-40-gd3a68701+d6de81238f
|
Static Public Attributes | |
nBandsSufficient | |
rankSufficient | |
rankConsidered | |
rankNormalizedConsidered | |
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 175 of file multiBandUtils.py.
|
static |
Definition at line 198 of file multiBandUtils.py.
|
static |
Definition at line 202 of file multiBandUtils.py.
|
static |
Definition at line 205 of file multiBandUtils.py.
|
static |
Definition at line 200 of file multiBandUtils.py.