nmrglue.process.proc_base.zf_pad

nmrglue.process.proc_base.zf_pad(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_inter

Next topic

nmrglue.process.proc_base.zf

This Page