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 :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

cList : list

List of co-addition coefficients.

axis : {‘x’, ‘y’}

Axis to co-add to and from.

time : bool

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

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data after co-addition.

Previous topic

nmrglue.process.pipe_proc.sign

Next topic

nmrglue.process.pipe_proc.coad

This Page