#include "OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h"
Go to the source code of this file.
Namespaces |
| namespace | OpenSwath |
Functions |
| OPENSWATHALGO_DLLAPI bool | integrateWindow (const OpenSwath::SpectrumPtr spectrum, double mz_start, double mz_end, double &mz, double &intensity, bool centroided=false) |
| | Integrate intensity in a spectrum from start to end.
|
| OPENSWATHALGO_DLLAPI void | integrateWindows (const OpenSwath::SpectrumPtr spectrum, const std::vector< double > &windowsCenter, double width, std::vector< double > &integratedWindowsIntensity, std::vector< double > &integratedWindowsMZ, bool remZero=false) |
| | Integrate intensities in a spectrum from start to end.
|