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]