Restore what should work
This commit is contained in:
parent
fbdb2393a9
commit
7970c8d601
@ -53,7 +53,6 @@ realFixedImage = removePeriodicPatterns(np.real(fft1).copy())
|
||||
imaginaryFixedImage = removePeriodicPatterns(np.imag(fft1).copy())
|
||||
fixedImage = realFixedImage + 1j * imaginaryFixedImage
|
||||
#plt.imsave('second_image.png', np.log10(1 + abs(fixedImage)))
|
||||
fixedImage = removePeriodicPatterns(abs(fft1))
|
||||
|
||||
figure, axes = plt.subplots(1, 2, sharex = True, sharey = True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user