removed gaussian filter. Now result data is more noisy but object is visible!

This commit is contained in:
2025-11-14 01:44:42 +03:00
parent cfce8adce1
commit 0645b7d0c5

View File

@ -1067,7 +1067,8 @@ class DataAnalyzerApp:
center = len(sig_cut) // 2
if center < len(Fshift):
Fshift[max(center - 0, 0):min(center + 1, len(Fshift))] = 0
self.FshiftS = gaussian_filter1d(Fshift, 5)
self.FshiftS = Fshift
#self.FshiftS = gaussian_filter1d(Fshift, 5)
# ============================================================================
# ОБНОВЛЕНИЕ GUI