nmrglue.process.pipe_proc.rs

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

Right shift and zero pad.

Parameters
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

rsfloat

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

swbool

True to update chemical shift calibration parameters.

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Array of NMR data which has been right shifted.