nmrglue.process.proc_base.zf_size

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

Zero fill to given size.

Parameters :

data : ndarray

Array of NMR data.

size : int

Size of data after zero filling.

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_double

Next topic

nmrglue.process.proc_base.zf_auto

This Page