nmrglue.process.proc_base.rs

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

Right shift and zero fill.

Parameters
data :

Array of NMR data.

ptsint

Number of points to right shift.

Returns
ndatandarray

Array of NMR data right shifted and zero filled.

See also

roll

shift without zero filling.