nmrglue.process.pipe_proc.rs

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

Right shift and zero pad.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

rs : float

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

sw : bool

True to update chemical shift calibration parameters.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data which has been right shifted.

Previous topic

nmrglue.process.pipe_proc.tri

Next topic

nmrglue.process.pipe_proc.ls

This Page