aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/MER.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-25 12:20:09 +0200
committerandreas128 <Andreas>2017-09-25 12:20:09 +0200
commitdf1173a69c6cee61bd76d0f2c6331508e81b453c (patch)
treeba7076e1bdd44080d7811c13a9296bd3281202cd /dpd/src/MER.py
parentf560e40a6af21d6f3026e8b8319476f27b3153e6 (diff)
downloaddabmod-df1173a69c6cee61bd76d0f2c6331508e81b453c.tar.gz
dabmod-df1173a69c6cee61bd76d0f2c6331508e81b453c.tar.bz2
dabmod-df1173a69c6cee61bd76d0f2c6331508e81b453c.zip
Change filename of MER plot
Diffstat (limited to 'dpd/src/MER.py')
-rw-r--r--dpd/src/MER.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpd/src/MER.py b/dpd/src/MER.py
index 9c72dfb..7aea38f 100644
--- a/dpd/src/MER.py
+++ b/dpd/src/MER.py
@@ -69,7 +69,7 @@ class MER:
return x_mean, y_mean, U_RMS, U_ERR, MER
- def calc_mer(self, tx, debug=False):
+ def calc_mer(self, tx, debug=False, debug_name=""):
assert tx.shape[0] == self.c.T_U,\
"Wrong input length"
@@ -77,7 +77,7 @@ class MER:
if debug:
dt = datetime.datetime.now().isoformat()
- fig_path = logging_path + "/" + dt + "_MER.svg"
+ fig_path = logging_path + "/" + dt + "_MER" + debug_name + ".svg"
MERs = []
for i, (x, y) in enumerate(self._split_in_carrier(