nmrglue.process.proc_base.rs

nmrglue.process.proc_base.rs(data, pts=0.0)[source]

Right shift and zero fill.

Parameters :

data : :

Array of NMR data.

pts : int

Number of points to right shift.

Returns :

ndata : ndarray

Array of NMR data right shifted and zero filled.

See also

roll
shift without zero filling.

Previous topic

nmrglue.process.proc_base.tri

Next topic

nmrglue.process.proc_base.ls

This Page