lsst.pipe.tasks
14.0-19-g29094cd5+1
|
Configuration for culling garbage peaks after merging footprints. More...
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 520 of file multiBand.py.
|
static |
Definition at line 543 of file multiBand.py.
|
static |
Definition at line 547 of file multiBand.py.
|
static |
Definition at line 550 of file multiBand.py.
|
static |
Definition at line 545 of file multiBand.py.