ptypy.utils.array_utils.zoom#

ptypy.utils.array_utils.zoom(c, *arg, **kwargs)#

Deprecated, kept for backward compatibility only.

Wrapper scipy.ndimage.zoom function and shares the same input arguments.

It performs a complex overlaod if the input is complex.

Parameters:

c (numpy.ndarray) – Array to shiftzoom. Can be float or complex

Returns:

Zoomed array

Return type:

numpy.ndarray