#include <OpenMS/KERNEL/MSSpectrum.h>
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeWavelet.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/KERNEL/MSExperiment.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/MATH/STATISTICS/LinearRegression.h>
#include <math.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_statistics_double.h>
#include <vector>
#include <map>
#include <sstream>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | IsotopeWaveletTransform |
A class implementing the isotope wavelet transform. If you just want to find features using the isotope wavelet, take a look at the IsotopeWaveletFF class. Usually, you only have to consider the class at hand if you plan to change the basic implementation of the transform. More... | |
struct | IsotopeWaveletTransform::BoxElement_ |
Internally used data structure. More... | |
Defines | |
#define | DEFAULT_NUM_OF_INTERPOLATION_POINTS 3 |
#define | EPSILON_ION_COUNTS 0 |
Functions | |
template<typename PeakType> | |
bool | comparator (const PeakType &a, const PeakType &b) |
#define DEFAULT_NUM_OF_INTERPOLATION_POINTS 3 |
#define EPSILON_ION_COUNTS 0 |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |