Peak filter that removes peaks weaker than a given number of sigmas
|
Methods
|
|
__call__ __init__
|
|
|
__call__
|
__call__ ( self, peaks )
Filter a peak list given in peaks, returning a new list |
|
|
__init__
|
__init__ ( self, sigmamin=5.0 )
Specify the minimal intensity.
|
|