Script execution
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user