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
datandarray

Array of NMR data.

midbool

True to zero fill in the middle of data.

Returns
ndatandarray

Zero filled array of NMR data.