NMRPipe:POLY and BASE baseline correction

From NMR Wiki

Revision as of 05:54, 2 February 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 fitting selected points on the vector. Values of that polynomial are then substracted from the data vector thus giving the baseline-corrected spectrum. Function accepts additional optional parameters that are listed in the "options" section below.

Concepts

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

node points can be defined in different units:

unitexamplemeaning
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
-nwintegerdetermines number of points in nodes as 2*nw + 1

Examples

Personal tools