Previous topic

nmrglue.process.pipe_proc.tp

Next topic

nmrglue.process.pipe_proc.base

This Page

nmrglue.process.pipe_proc.zf

nmrglue.process.pipe_proc.zf(dic, data, zf=1, pad='auto', size='auto', mid=False, inter=False, auto=False, inv=False)

Zero Fill

Parameters:

  • dic Dictionary of NMRPipe parameters.
  • data array of spectral data.

One (and only one) of the following should be defined: * zf Number of times to double the size. * pad Number of zeros to add. * size Desired final size.

Set these to True for desired operation (some override other parameters): * mid Zero fill in middle. * inter Zero fill between points. * auto Round final size to power of 2. * inv Extract time domain data points.