libpappsomspp
Library for mass spectrometry
|
#include <peakpickerqtof.hpp>
Public Types | |
typedef TReal | value_type |
Public Member Functions | |
LocalMinPeakArea (TReal integwith, TReal threshold=.1) | |
template<typename Tzerocross , typename Tintensity , typename Tout > | |
void | operator() (Tzerocross beginZ, Tzerocross endZ, Tintensity intensity, Tintensity resampled, Tout area) const |
intagrates the peak intesnities More... | |
Public Attributes | |
TReal | integwith_ |
TReal | threshold_ |
Private Member Functions | |
template<typename TInt > | |
void | mextend (TInt &start, TInt &end, TInt idx) const |
exend peak to left and rigth More... | |
extends peak to the left and to the right to the next local minimum or a predefined threshol or a maximum allowed extension.
Definition at line 75 of file peakpickerqtof.hpp.
typedef TReal ralab::base::ms::LocalMinPeakArea< TReal >::value_type |
Definition at line 76 of file peakpickerqtof.hpp.
|
inline |
integwith | maximal allowed peak width +- in pixel |
Definition at line 80 of file peakpickerqtof.hpp.
|
inlineprivate |
exend peak to left and rigth
Definition at line 118 of file peakpickerqtof.hpp.
References ralab::base::ms::LocalMinPeakArea< TReal >::threshold_.
Referenced by ralab::base::ms::LocalMinPeakArea< TReal >::operator()().
|
inline |
intagrates the peak intesnities
Definition at line 88 of file peakpickerqtof.hpp.
References ralab::base::ms::LocalMinPeakArea< TReal >::integwith_, and ralab::base::ms::LocalMinPeakArea< TReal >::mextend().
TReal ralab::base::ms::LocalMinPeakArea< TReal >::integwith_ |
Definition at line 77 of file peakpickerqtof.hpp.
Referenced by ralab::base::ms::LocalMinPeakArea< TReal >::operator()().
TReal ralab::base::ms::LocalMinPeakArea< TReal >::threshold_ |
Definition at line 78 of file peakpickerqtof.hpp.
Referenced by ralab::base::ms::LocalMinPeakArea< TReal >::mextend().