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.

ptsint

Number of points to left shift.

Returns
ndatandarray

Array of NMR data left shifted and zero filled.

See also

roll

shift without zero filling.