ProteoWizard
|
Namespaces | |
utilities | |
Classes | |
struct | Bin1D |
struct | Bucket1D |
struct | Convert2Dense |
struct | DaCompFunctor |
Da Comparator - constant mass error. More... | |
struct | FTMSCompFunctor |
FTMS Comparator. More... | |
struct | PPMCompFunctor |
TODO Do checking on TReal thats a real. More... | |
struct | SamplingWith |
struct | SquareRoot |
Typedefs | |
typedef boost::int32_t | int32_t |
typedef boost::int64_t | int64_t |
typedef boost::uint32_t | uint32_t |
Functions | |
template<typename TMassComparator > | |
void | breaks (double minMass, double maxMass, TMassComparator tmassComp, std::vector< double > &breaks, bool exact=false) |
Segment mass range according to Mass Compare functor could be used to histogram a dataset or to compute minima for each segment in order to perform baseline subtraction. More... | |
template<typename TInputIterator , typename TOutputIterator > | |
TOutputIterator | getMids (TInputIterator breaksBeg, TInputIterator breaksEnd, TOutputIterator midsBeg) |
void | getMids (const std::vector< double > &breaks, std::vector< double > &mids) |
Dummy version of getMids. More... | |
double | resolution2ppm (double resolution) |
typedef boost::int32_t ralab::base::resample::int32_t |
typedef boost::int64_t ralab::base::resample::int64_t |
typedef boost::uint32_t ralab::base::resample::uint32_t |
breaks and data compute frequencies in bins
Definition at line 37 of file bucket1d.hpp.
void ralab::base::resample::breaks | ( | double | minMass, |
double | maxMass, | ||
TMassComparator | tmassComp, | ||
std::vector< double > & | breaks, | ||
bool | exact = false |
||
) |
Segment mass range according to Mass Compare functor could be used to histogram a dataset or to compute minima for each segment in order to perform baseline subtraction.
Definition at line 41 of file breakspec.hpp.
Referenced by ralab::base::resample::Bucket1D::Bucket1D(), ralab::base::resample::Convert2Dense::defBreak(), and ralab::base::resample::Bucket1D::set().
TOutputIterator ralab::base::resample::getMids | ( | TInputIterator | breaksBeg, |
TInputIterator | breaksEnd, | ||
TOutputIterator | midsBeg | ||
) |
Definition at line 79 of file breakspec.hpp.
Referenced by getMids(), and ralab::base::resample::Convert2Dense::getMids().
|
inline |
Dummy version of getMids.
Definition at line 98 of file breakspec.hpp.
References getMids().
|
inline |
Definition at line 42 of file masscomparefunctors.hpp.
Referenced by ralab::base::ms::PeakPicker< TReal, TIntegrator >::PeakPicker().