Linear Resampling of raw data with alignment. More...
#include <OpenMS/FILTERING/TRANSFORMERS/LinearResamplerAlign.h>
Public Member Functions | |
| template<template< typename > class SpecT, typename PeakType > | |
| void | raster (SpecT< PeakType > &spectrum) |
| Applies the resampling algorithm to an MSSpectrum. | |
| template<template< typename > class SpecT, typename PeakType > | |
| void | raster_align (SpecT< PeakType > &spectrum, double start_pos, double end_pos) |
| Applies the resampling algorithm to an MSSpectrum but it will be aligned between start_pos and end_pos. | |
| template<typename PeakTypeIterator , typename ConstPeakTypeIterator > | |
| void | raster (ConstPeakTypeIterator raw_it, ConstPeakTypeIterator raw_end, PeakTypeIterator resample_it, PeakTypeIterator resample_end) |
| Applies the resampling algorithm to an MSSpectrum. | |
| template<typename PeakTypeIterator > | |
| void | raster_interpolate (PeakTypeIterator raw_it, PeakTypeIterator raw_end, PeakTypeIterator it, PeakTypeIterator resampled_end) |
| Applies the resampling algorithm using a linear interpolation. | |
Linear Resampling of raw data with alignment.
This class can be used to generate uniform data from non-uniform raw data (e.g. ESI-TOF or MALDI-TOF experiments). Therefore the intensity at every position x in the input raw data is spread to the two adjacent resampling points. This method preserves the area of the input signal and also the centroid position of a peak. Therefore it is recommended for quantitation as well as for ProteinIdentification experiments.
In addition to the LinearResampler, this class also allows to fix the points at which resampling will occur. This is useful if the resampling points are known in advance, e.g. if one needs to resample a chromatogram at the positions of another chromatogram.
| void raster | ( | SpecT< PeakType > & | spectrum | ) | [inline] |
Applies the resampling algorithm to an MSSpectrum.
References LinearResampler::spacing_.
Referenced by LinearResamplerAlign::raster_align(), and MRMTransitionGroupPicker::resampleChromatogram_().
| void raster | ( | ConstPeakTypeIterator | raw_it, | |
| ConstPeakTypeIterator | raw_end, | |||
| PeakTypeIterator | resample_it, | |||
| PeakTypeIterator | resample_end | |||
| ) | [inline] |
Applies the resampling algorithm to an MSSpectrum.
Applies the resampling algorithm to an MSSpectrum but it will be aligned between start_pos and end_pos.
References LinearResamplerAlign::raster(), and LinearResampler::spacing_.
| void raster_interpolate | ( | PeakTypeIterator | raw_it, | |
| PeakTypeIterator | raw_end, | |||
| PeakTypeIterator | it, | |||
| PeakTypeIterator | resampled_end | |||
| ) | [inline] |
Applies the resampling algorithm using a linear interpolation.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |