nmrglue.process.proc_base.ls

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

Left shift and fill with zero

Parameters :

data : :

Array of NMR data.

pts : int

Number of points to left shift.

Returns :

ndata : ndarray

Array of NMR data left shifted and zero filled.

See also

roll
shift without zero filling.

Previous topic

nmrglue.process.proc_base.rs

Next topic

nmrglue.process.proc_base.cs

This Page