Closedown

This commit is contained in:
sfop
2016-06-16 08:27:54 +02:00
parent 485905c8f8
commit e4ee4ae5c0

View File

@@ -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())