![]() |
OpenMS
|
#include <OpenMS/CONCEPT/Exception.h>#include <OpenMS/CONCEPT/Types.h>#include <OpenMS/DATASTRUCTURES/StringUtils.h>#include <OpenMS/IMAGING/IonImage.h>#include <OpenMS/IMAGING/MSImagingGeometry.h>#include <OpenMS/KERNEL/MSSpectrum.h>#include <cmath>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| namespace | OpenMS::Internal |
| Namespace used to hide implementation details from users. | |
Functions | |
| template<typename GetSpectrum > | |
| IonImage | extractIonImage (const MSImagingGeometry &geom, double mz, double tolerance_ppm, const std::vector< Size > &pixel_indices, Size n_spectra, GetSpectrum &&get_spectrum) |
| Build an IonImage by summing peak intensities in an m/z window over a pixel subset. | |