Restore what should work

This commit is contained in:
Benjamin Loison 2024-05-23 02:34:40 +02:00
parent fbdb2393a9
commit 7970c8d601
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

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)