Script execution

This commit is contained in:
2016-09-23 08:46:41 +02:00
parent 1c41bb4953
commit aa4c727875

View File

@@ -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]