From df60bcb6e4ec611d99296ee0d0c7196a64613982 Mon Sep 17 00:00:00 2001 From: Plasmatree Date: Thu, 7 Jun 2018 23:14:11 +0200 Subject: [PATCH] Fixed noise plot scale with option for auto - Fixed noise plot scale with option for auto - chagenged s/n in wiener deconvolution to gauss --- PID-Analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PID-Analyzer.py b/PID-Analyzer.py index a95f72b..5e1e1a6 100755 --- a/PID-Analyzer.py +++ b/PID-Analyzer.py @@ -1000,7 +1000,7 @@ def clean_path(path): try: time.sleep(0.1) - raw_path = sinput('Balckbox log file path (type or drop here): ') + raw_path = sinput('Blackbox log file path (type or drop here): ') if raw_path == 'close': logging.info('Goodbye!')