nmrglue.process.proc_base.fsh

nmrglue.process.proc_base.fsh(data, pts)[source]

Frequency shift by Fourier transform. Negative signed phase correction.

Parameters :

data : ndarray

Array of NMR data.

pts : float

Number of points to frequency shift the data. Positive value will shift the spectrum to the right, negative values to the left.

Returns :

ndata : ndarray

Array of NMR data with last axis rolled.

Previous topic

nmrglue.process.proc_base.roll

Next topic

nmrglue.process.proc_base.rft

This Page