nmrglue.process.pipe_proc.coadd

nmrglue.process.pipe_proc.coadd(dic, data, cList=[1, 1], axis='x', time=False)[source]

Co-addition of data

Parameters
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

cListlist

List of co-addition coefficients.

axis{‘x’, ‘y’}

Axis to co-add to and from.

timebool

True will adjust time-domain parameters in dic to account for the size reduction.

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Array of NMR data after co-addition.