#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerSH.h>
Public Member Functions | |
| PeakPickerSH () | |
| virtual | ~PeakPickerSH () |
| template<typename PeakType > | |
| void | pick (const MSSpectrum< PeakType > &input, MSSpectrum< PeakType > &output, float fWindowWidth) |
| Picks one peak. | |
| void | pickExperiment (const MSExperiment<> &input, MSExperiment<> &output) |
| Applies the peak-picking algorithm to a map (MSExperiment). This method picks peaks for each scan in the map consecutively. The resulting picked peaks are written to the output map. | |
| PeakPickerSH | ( | ) |
| virtual ~PeakPickerSH | ( | ) | [virtual] |
| void pick | ( | const MSSpectrum< PeakType > & | input, | |
| MSSpectrum< PeakType > & | output, | |||
| float | fWindowWidth | |||
| ) |
Picks one peak.
| void pickExperiment | ( | const MSExperiment<> & | input, | |
| MSExperiment<> & | output | |||
| ) |
Applies the peak-picking algorithm to a map (MSExperiment). This method picks peaks for each scan in the map consecutively. The resulting picked peaks are written to the output map.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |