Restore what should work
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user