ProteoWizard
|
#include <boost/math/special_functions.hpp>
#include "pwiz/utility/findmf/base/resample/convert2dense.hpp"
#include "pwiz/utility/findmf/base/filter/filter.hpp"
#include "pwiz/utility/findmf/base/ms/simplepicker.hpp"
#include "pwiz/utility/findmf/base/filter/gaussfilter.hpp"
#include "pwiz/utility/findmf/base/base/interpolate.hpp"
#include "pwiz/utility/findmf/base/resample/determinebinwidth.hpp"
#include "pwiz/utility/findmf/base/base/copyif.hpp"
Go to the source code of this file.
Classes | |
struct | ralab::base::ms::SimplePeakArea< TReal > |
resamples spectrum, apply smoothing, determines zero crossings, integrates peaks. More... | |
struct | ralab::base::ms::LocalMinPeakArea< TReal > |
extends peak to the left and to the right to the next local minimum or a predefined threshol or a maximum allowed extension. More... | |
struct | ralab::base::ms::PeakPicker< TReal, TIntegrator > |
resamples spectrum, apply smoothing, determines zero crossings, integrates peaks. More... | |
Namespaces | |
ralab | |
EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid. | |
ralab::base | |
ralab::base::ms | |