From f69d022552ed65a5f0e3548d864d1a68b1d22927 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 17 Jun 2021 17:45:40 -0400 Subject: added more experimental channels --- eitControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eitControl.py') 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={} -- cgit v1.2.3