OpenMS
2.7.0
|
The SpectrumAddition is used to add up individual spectra. More...
#include <OpenMS/ANALYSIS/OPENSWATH/SpectrumAddition.h>
Static Public Member Functions | |
static OpenSwath::SpectrumPtr | addUpSpectra (const std::vector< OpenSwath::SpectrumPtr > all_spectra, double sampling_rate, bool filter_zeros) |
adds up a list of Spectra by resampling them and then addition of intensities More... | |
static OpenMS::MSSpectrum | addUpSpectra (const std::vector< OpenMS::MSSpectrum > all_spectra, double sampling_rate, bool filter_zeros) |
adds up a list of Spectra by resampling them and then addition of intensities More... | |
The SpectrumAddition is used to add up individual spectra.
It uses the given sampling rate to resample the spectra in m/z domain and then add them up. This may lead to a certain inaccuracy, especially if a inappropriate resampling rate is chosen.
|
static |
adds up a list of Spectra by resampling them and then addition of intensities
|
static |
adds up a list of Spectra by resampling them and then addition of intensities