Configuration for culling garbage peaks after merging footprints. More...
Static Public Attributes | |
tuple | nBandsSufficient |
tuple | rankSufficient |
tuple | rankConsidered |
tuple | 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 nBandsSafe=1.
Definition at line 510 of file multiBand.py.
|
static |
Definition at line 533 of file multiBand.py.
|
static |
Definition at line 537 of file multiBand.py.
|
static |
Definition at line 540 of file multiBand.py.
|
static |
Definition at line 535 of file multiBand.py.