aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-17 17:45:40 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-17 17:45:40 -0400
commitf69d022552ed65a5f0e3548d864d1a68b1d22927 (patch)
treec779b85c96ada638373f1f843827fc516be8c4ed
parente737987b15a74b5f817e92c612cf7d510a4763cb (diff)
downloadpyExpControl-f69d022552ed65a5f0e3548d864d1a68b1d22927.tar.gz
pyExpControl-f69d022552ed65a5f0e3548d864d1a68b1d22927.zip
added more experimental channels
-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={}