Previous topic

nmrglue.process.proc_base.sign

Next topic

nmrglue.process.proc_base.coad

This Page

nmrglue.process.proc_base.coadd

nmrglue.process.proc_base.coadd(data, clist, axis=-1)

Coadd data

Reduce data along axis by applying blocks after multiplying by coefficients in clist. Incomplete blocks are discarded.

Parameters:

  • data Array of spectral data.
  • clist List of Coefficients
  • axis Axis to reduce (0=y,1=-1=x)