nmrglue.process.pipe_proc.base

nmrglue.process.pipe_proc.base(dic, data, nl=None, nw=0, first=False, last=False)[source]

Linear baseline correction.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

nl : list

List of baseline node points.

nw : int

Node width in points.

first : bool

True to include the first point in the node list.

last : bool

True to include the last point in the node list.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data with a linear baseline correction applied.

Previous topic

nmrglue.process.pipe_proc.zf

Next topic

nmrglue.process.pipe_proc.cbf

This Page