Script execution

This commit is contained in:
voulot_d
2017-02-14 11:31:40 +01:00
parent 202f4104b2
commit 04a1509d2b

View File

@@ -29,7 +29,7 @@ phase.initialize()
#x = camtool.getValue("x_com")
#dx = camtool.getValue("x_rms")
x = phase
dx = (phase - 85)**2
dx = (phase - 85) * (phase - 85)
try: