nmrglue.process.proc_base.zf

nmrglue.process.proc_base.zf(data, pad=0, mid=False)[source]

Zero fill by padding with zeros.

Parameters :

data : ndarray

Array of NMR data.

pad : int

Number of zeros to pad data with.

mid : bool

True to zero fill in middle of data.

Returns :

ndata : ndarray

Array of NMR data to which pad zeros have been appended to the end or middle of the data.

Previous topic

nmrglue.process.proc_base.zf_pad

Next topic

nmrglue.process.proc_base.zf_double

This Page