aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/Measure_Shoulders.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-26 17:47:51 +0200
committerandreas128 <Andreas>2017-09-26 17:47:51 +0200
commit80ae5c80144451706ba00b24046b31d89a7c0165 (patch)
treeab83a80569c1a0c2450349dba2e986dcc4babc26 /dpd/src/Measure_Shoulders.py
parentdd757ee779fde3a2d2a9694675de117bde4d62b4 (diff)
downloaddabmod-80ae5c80144451706ba00b24046b31d89a7c0165.tar.gz
dabmod-80ae5c80144451706ba00b24046b31d89a7c0165.tar.bz2
dabmod-80ae5c80144451706ba00b24046b31d89a7c0165.zip
Move plot config in const.py
Diffstat (limited to 'dpd/src/Measure_Shoulders.py')
-rw-r--r--dpd/src/Measure_Shoulders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Measure_Shoulders.py b/dpd/src/Measure_Shoulders.py
index 1417613..acb05b4 100644
--- a/dpd/src/Measure_Shoulders.py
+++ b/dpd/src/Measure_Shoulders.py
@@ -69,7 +69,7 @@ class Measure_Shoulder:
c,
plot=False):
self.c = c
- self.plot = plot
+ self.plot = c.MS_plot
def _plot(self, signal):
dt = datetime.datetime.now().isoformat()