diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-25 10:51:38 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-25 10:51:38 -0400 |
commit | 3a93dd6adec47f9d76ad4ef3a9b415683e3eecb2 (patch) | |
tree | 4a2e829a2aa1efa5a48954566a7813bd909f58cf | |
parent | 47eaa89f1deb366f3d3202eea8c99197ac109406 (diff) | |
download | pyExpControl-3a93dd6adec47f9d76ad4ef3a9b415683e3eecb2.tar.gz pyExpControl-3a93dd6adec47f9d76ad4ef3a9b415683e3eecb2.zip |
clean up, removed unused varables
-rw-r--r-- | eitControl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eitControl.py b/eitControl.py index 4deaea2..7efccdd 100644 --- a/eitControl.py +++ b/eitControl.py @@ -87,8 +87,6 @@ class Experiment: self.save_cnt = 0 self.tic = 0 self.newDataIsReady = False - alpha=100 - self.xChannelName='rfFreq' # can be also 'tic' or any of above self.xlabel='' self.channelGraph={} self.clearData() |