Closedown
This commit is contained in:
@@ -41,7 +41,6 @@ class CameraImage(ReadableMatrix):
|
||||
def getHeight(self):
|
||||
return self._height
|
||||
|
||||
|
||||
cam_img = CameraImage()
|
||||
cam_img._width = len(profile_x.read())
|
||||
cam_img._height = len(profile_y.read())
|
||||
@@ -106,7 +105,7 @@ p = plot(r.getReadable(2), xdata=r.getReadable(1), title = "Centroid excursion")
|
||||
# save the entry in the logbook
|
||||
msg = str(r)
|
||||
msg = msg + "\nFile: " + get_context().path
|
||||
#msg = msg + "\n\n" + r.print()
|
||||
msg = msg + "\n\n" + r.print()
|
||||
elog("Gun solenoid current scan", msg , get_plot_snapshots())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user