Closedown

This commit is contained in:
gobbo_a
2017-01-09 18:35:46 +01:00
parent 5c6f0e39ad
commit 71db608d95
11 changed files with 20 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ import datetime
use_bpm = False
if get_context().source == CommandSource.ui:
if get_exec_pars().source == CommandSource.ui:
I1 = 95.0
I2 = 100.0
dI = 1.0
@@ -116,7 +116,7 @@ else:
hx.append(hx[0]); hy.append(hy[0])
# save the entry in the logbook
gsa_log_msg = "Data file: " + get_context().path
gsa_log_msg = "Data file: " + get_exec_pars().path
gsa_log_msg = gsa_log_msg + "\nImages: " + str(number_images)
gsa_log_msg = gsa_log_msg + "\nBackground: enabled=" + str(use_background) + " multiple=" + str(multiple_background) + " number=" + str(number_backgrounds)
gsa_log_msg = gsa_log_msg + "\n\n" + r.print()

View File

@@ -12,7 +12,7 @@ import datetime
use_bpm = False
if get_context().source == CommandSource.ui:
if get_exec_pars().source == CommandSource.ui:
phi1= 95.0
phi2 = 100.0
dphi = 1.0
@@ -116,7 +116,7 @@ else:
# save the entry in the logbook
gsa_log_msg = "Data file: " + get_context().path
gsa_log_msg = "Data file: " + get_exec_pars().path
gsa_log_msg = gsa_log_msg + "\nImages: " + str(number_images) + " Background: enabled=" + str(use_background) + " multiple=" + str(multiple_background) + " number=" + str(number_backgrounds)
gsa_log_msg = gsa_log_msg + "\nPhase range: " + str(phi1) + " to " + str(phi2)
gsa_log_msg = gsa_log_msg + "\nLaser position on cathod: " + str(caget("SLG-LCAM-C103:FIT-XPOS")) + "/" + str(caget("SLG-LCAM-C103:FIT-YPOS"))