I find in the source code
try: import scipy.ndimage have_scipy = True except ImportError: have_scipy = False have_scipy = False
so I think the params passed to the function to change the interpolation method will not work. Thanks