Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

IsotopeFitter1D Class Reference

Isotope distribution fitter (1-dim.) approximated using linear interpolation. More...

#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeFitter1D.h>

Inheritance diagram for IsotopeFitter1D:
MaxLikeliFitter1D Fitter1D DefaultParamHandler FeatureFinderDefs

List of all members.

Public Member Functions

 IsotopeFitter1D ()
 Default constructor.
 IsotopeFitter1D (const IsotopeFitter1D &source)
 copy constructor
virtual ~IsotopeFitter1D ()
 destructor
virtual IsotopeFitter1Doperator= (const IsotopeFitter1D &source)
 assignment operator
QualityType fit1d (const RawDataArrayType &range, InterpolationModel *&model)
 return interpolation model

Static Public Member Functions

static Fitter1Dcreate ()
 create new IsotopeFitter1D object (function needed by Factory)
static const String getProductName ()
 name of the model (needed by Factory)

Protected Member Functions

void updateMembers_ ()

Protected Attributes

CoordinateType charge_
 isotope charge
CoordinateType isotope_stdev_
 standard derivation in isotope
Int max_isotope_
 maximum isotopic rank to be considered

Detailed Description

Isotope distribution fitter (1-dim.) approximated using linear interpolation.

Parameters of this class are:

NameTypeDefaultRestrictionsDescription
interpolation_step float0.1  Sampling rate for the interpolation of the model function.
tolerance_stdev_bounding_box float3  Bounding box has range [minimim of data, maximum of data] enlarged by tolerance_stdev_bounding_box times the standard deviation of the data.
charge int1  Charge state of the model.
statistics:mean float1  Centroid position of the model.
statistics:variance float1  Variance of the model.
isotope:stdev float1  Standard deviation of gaussian applied to the averagine isotopic pattern to simulate the inaccuracy of the mass spectrometer.
isotope:maximum int100  Maximum isotopic rank to be considered.

Note:

Constructor & Destructor Documentation

IsotopeFitter1D (  ) 

Default constructor.

IsotopeFitter1D ( const IsotopeFitter1D source  ) 

copy constructor

virtual ~IsotopeFitter1D (  )  [virtual]

destructor


Member Function Documentation

static Fitter1D* create (  )  [inline, static]

create new IsotopeFitter1D object (function needed by Factory)

QualityType fit1d ( const RawDataArrayType range,
InterpolationModel *&  model 
) [virtual]

return interpolation model

Reimplemented from Fitter1D.

static const String getProductName (  )  [inline, static]

name of the model (needed by Factory)

virtual IsotopeFitter1D& operator= ( const IsotopeFitter1D source  )  [virtual]

assignment operator

void updateMembers_ (  )  [protected, virtual]

Reimplemented from MaxLikeliFitter1D.


Member Data Documentation

CoordinateType charge_ [protected]

isotope charge

standard derivation in isotope

Int max_isotope_ [protected]

maximum isotopic rank to be considered


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1