From aa4c727875ff23cb6fb1dc14d417591a5ca529d5 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Fri, 23 Sep 2016 08:46:41 +0200 Subject: [PATCH] Script execution --- script/Correlation/Correlation_dv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Correlation/Correlation_dv.py b/script/Correlation/Correlation_dv.py index 661d778..7a663e2 100644 --- a/script/Correlation/Correlation_dv.py +++ b/script/Correlation/Correlation_dv.py @@ -4,8 +4,8 @@ from mathutils import fit_polynomial, PolynomialFunction from plotutils import plot_line if get_context().source == CommandSource.ui: - dx = "SINEG01-MSOL130:X" - dy = "SINEG01-MSOL130:Y" + dx = "SINEG01-DICT215:B1_CHARGE" + dy = "SINEG01-DICT210:GUN_CHARGE" interval = 0.10 window = 20 p = plot(None, "Data")[0]