nmrglue.process.pipe_proc.ls

nmrglue.process.pipe_proc.ls(dic, data, ls=0.0, sw=False)[source]

Left Shift and Zero Pad

Parameters
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

lsfloat

Number of points to left shift. Negative values will right shift.

swbool

True to update chemical shift calibration parameters.

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Array of NMR data which has been left shifted.