Closedown
This commit is contained in:
@@ -28,10 +28,10 @@ class CameraImage(ReadableMatrix):
|
||||
return ret
|
||||
|
||||
def getWidth(self):
|
||||
return 480
|
||||
return 640
|
||||
|
||||
def getHeight(self):
|
||||
return 640
|
||||
return 480
|
||||
|
||||
cam_img = CameraImage()
|
||||
|
||||
@@ -76,8 +76,8 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
|
||||
"SINEG01-MQUA320" ]
|
||||
for m in mag:
|
||||
caput(m + ":I-SET", 0.0)
|
||||
for m in mag:
|
||||
ccr(m)
|
||||
#for m in mag:
|
||||
# ccr(m)
|
||||
|
||||
laser_on()
|
||||
# Scan using the screen
|
||||
@@ -96,4 +96,4 @@ p = plot(r.getReadable(2), xdata=r.getReadable(1), title = "Centroid excursion")
|
||||
msg = str(r)
|
||||
msg = msg + "\nFile: " + get_context().path
|
||||
#msg = msg + "\n\n" + r.print()
|
||||
elog("Gun solenoid current scan", msg , get_plot_snapshots())
|
||||
#elog("Gun solenoid current scan", msg , get_plot_snapshots())
|
||||
|
||||
Reference in New Issue
Block a user