nmrglue.process.proc_base.qmix

nmrglue.process.proc_base.qmix(data, carr)[source]

Mix input and output channels provided coefficient array.

Parameters
data2D ndarray

Array of NMR data.

carrarray_liek

Array of coefficients for mixing. The size of carr must evenly divide qmix.

Returns
ndatandarray

Array of NMR data with channels mixed.