nmrglue.process.proc_base.zf_auto

nmrglue.process.proc_base.zf_auto(data, mid=False)[source]

Zero fill to next largest power of two.

Parameters :

data : ndarray

Array of NMR data.

mid : bool

True to zero fill in the middle of data.

Returns :

ndata : ndarray

Zero filled array of NMR data.

Previous topic

nmrglue.process.proc_base.zf_size

Next topic

nmrglue.process.proc_base.add

This Page