Two functions have undefined variables:
x and y in these two lines:
|
img[:,:,ii] = interpolate.interp2d(img[:,:,ii], -x[ii] + np.arange(Ny), -y[ii] + np.arange(Nx), kind=method) |
and
|
img[:,:,ii] = interpolate.interp2d(img[:,:,ii], -x[ii] + np.arange(Ny), -y[ii] + np.arange(Nx), kind=method) |
Two functions have undefined variables:
xandyin these two lines:projection_refinement/tomoalign/shifts_cpu.py
Line 400 in d457439
and
projection_refinement/tomoalign/shifts_cpu.py
Line 425 in d457439