aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/phase_align.py
diff options
context:
space:
mode:
Diffstat (limited to 'dpd/src/phase_align.py')
-rw-r--r--dpd/src/phase_align.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/phase_align.py b/dpd/src/phase_align.py
index f8e38c4..7f82392 100644
--- a/dpd/src/phase_align.py
+++ b/dpd/src/phase_align.py
@@ -28,7 +28,7 @@ def phase_align(sig, ref_sig, plot=False):
if logging.getLogger().getEffectiveLevel() == logging.DEBUG and plot:
dt = datetime.datetime.now().isoformat()
- fig_path = logging_path + "/" + dt + "_phase_align.pdf"
+ fig_path = logging_path + "/" + dt + "_phase_align.svg"
plt.subplot(511)
plt.hist(angle_diff, bins=60, label="Angle Diff")