Skip to content

Commit

Permalink
Fixed noise plot scale with option for auto
Browse files Browse the repository at this point in the history
- Fixed noise plot scale with option for auto
- chagenged s/n in wiener deconvolution to gauss
  • Loading branch information
Plasmatree committed Jun 7, 2018
1 parent 5387768 commit df60bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PID-Analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!')
Expand Down

0 comments on commit df60bcb

Please sign in to comment.