Restore what should work

This commit is contained in:
2024-05-23 02:34:40 +02:00
parent fbdb2393a9
commit 7970c8d601

View File

@@ -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)