nmrglue.process.proc_base.zf_size

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

Zero fill to given size.

Parameters
datandarray

Array of NMR data.

sizeint

Size of data after zero filling.

midbool

True to zero fill in the middle of data.

Returns
ndatandarray

Zero filled array of NMR data.