diff --git a/script/Alignment/Gun_solenoid_alignment.py b/script/Alignment/Gun_solenoid_alignment.py index b2f6010..58d83d5 100755 --- a/script/Alignment/Gun_solenoid_alignment.py +++ b/script/Alignment/Gun_solenoid_alignment.py @@ -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())