NMRPipe:POLY and BASE baseline correction

From NMR Wiki

Revision as of 00:36, 19 January 2008 by Evgeny Fadeev (Talk | contribs)
Jump to: navigation, search

Relevant functions: POLY (polynomial baseline correction) and BASE (linear baseline correction)

Contents

Function POLY

Function POLY calculates a polynomial best fitting selected points on the vector. After that values of that polynomial at corresponding points are substracted from the data vector thus giving the baseline-corrected spectrum.

Concepts

node - group of adjacent data points from data vector selected for the fitting of baseline

Ways to define node points:

optionexamplemeaning
pts5ptscoordinate (point number) of the data point in data vector
%5.5%by percent offset from the beginning of data vector
ppm10.35ppmby ppm coordinate
hz1603.5hzby offset of the point in hertz from the beginning of the data vector

Options

optionvaluemeaning
-sx1 x1 [1]Subtract Region
-sxn xn [SIZE]Subtract Region
-fx1 y1 [1]Initial Fit Region
-fxn yn [SIZE] Initial Fit Region
-x1 y1 [1] Sets -sx1 and -fx1
-xn yn [SIZE] Sets -sxn and -fxn
-nlnode list
-nwintegerdetermines number of points in nodes as 2*nw + 1

Examples

Personal tools