nmrglue.process.proc_bl.calc_bl_linear

nmrglue.process.proc_bl.calc_bl_linear(x, nl, nw=0)[source]

Calculate a baseline using linear approximation between nodes

Parameters :

x : 1D ndarray

One-dimensional NMR data.

nl : list

List of baseline nodes

nw : float

Node half-width in points

Returns :

baseline : ndarray

Base calculated using linear approximation between nodes.

Previous topic

nmrglue.process.proc_bl.sol_gaussian

Next topic

nmrglue.process.proc_bl.calc_bl_med

This Page