aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eitControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eitControl.py b/eitControl.py
index a84eb1d..7bf22de 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -41,7 +41,7 @@ class Experiment:
if args.test:
self.channelsNames2plot={'adc0', 'adc1', 'adc2', 'adc3'}
else:
- self.channelsNames2plot={'adc0'}
+ self.channelsNames2plot={'adc0', 'adc1', 'adc2'}
self.xChannelName='rfFreq' # can be also 'tic' or any of above
self.xlabel=''
self.channelGraph={}