Previous topic

nmrglue.process.pipe_proc.mir

Next topic

nmrglue.process.pipe_proc.rev

This Page

nmrglue.process.pipe_proc.mult

nmrglue.process.pipe_proc.mult(dic, data, r=1.0, i=1.0, c=1.0, inv=False, hdr=False, x1=1.0, xn='default')

Multiple by a Constant

Parameter c is used even when r and i are defined. NMRPipe ignores c when r or i are defined.

Parameters:

  • dic Dictionary of NMRPipe parameters.

  • data array of spectral data.

  • r Constant to multply real data by.

  • i Constant to multiply imaginary data by.

  • c Constant to multiply both real and imaginary data by.

  • inv Multiply by inverse of Constant (both real and imaginary)

  • hdr Use constant value from header.

  • x1 First point of region to multiply constant by.

  • xn Last point of region to multiply constant by. ‘default’ specifies

    the end of the vector.