aboutsummaryrefslogtreecommitdiff
path: root/eitControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'eitControl.py')
-rw-r--r--eitControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eitControl.py b/eitControl.py
index 536cf37..3fe1519 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -24,7 +24,7 @@ class Experiment:
self.root = root
self.tic = 0
self.channelsNames2grab={'tic', 'x','rfFreq','dac0', 'dac1', 'adc0', 'adc1', 'adc2', 'adc3'}
- self.channelsColor = { 'adc0': 'k', 'adc1': 'c', 'adc2': 'm', 'adc3': 'b', 'dac0': 'w', 'dac1': 'g'}
+ self.channelsColor = { 'adc0': 'k', 'adc1': (85,170,255), 'adc2': 'm', 'adc3': 'b', 'dac0': 'w', 'dac1': 'g'}
#self.channelsNames2plot={'dac0', 'dac1', 'adc0', 'adc1', 'adc2', 'adc3'}
if args.test:
self.channelsNames2plot={'adc0', 'adc1', 'adc2', 'adc3'}