nmrglue.process.proc_base.add_ri

nmrglue.process.proc_base.add_ri(data)[source]

Add real and imaginary components.

Parameters :

data : ndarray

Array of complex NMR data.

Returns :

ndata : ndarray

Sum of real and imaginary component of NMR data.

Previous topic

nmrglue.process.proc_base.add

Next topic

nmrglue.process.proc_base.dx

This Page