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