nmrglue.process.proc_base.cs

nmrglue.process.proc_base.cs(data, pts=0.0, neg=False)[source]

Circular shift

Parameters :

data : ndarray

Array of NMR data.

pts : int

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

neg : bool

True to negate the shifted points.

Returns :

ndata : ndarray

Array of shifted NMR data.

Previous topic

nmrglue.process.proc_base.ls

Next topic

nmrglue.process.proc_base.roll

This Page