Script execution

This commit is contained in:
gac-x03da
2018-10-15 17:31:22 +02:00
parent 4a5463ad13
commit d4197d0075

View File

@@ -14,7 +14,7 @@ time.sleep(2)
###### starting the O1s scans
for posnum in range(5):
for posnum in range(1,6):
mprint("___prepare O1s position "+str(posnum)+" measure___")
pos_file = "pos_"+str(posnum)+".txt"
copyFile(pearlU_path+"settings/",pos_file ,"actual_GE_pos.txt")
@@ -26,8 +26,8 @@ for posnum in range(5):
###### starting the C1s scans
for posnum in range(5):
mprint("___prepare C1s position "+str(4-posnum)+" measure___")
pos_file = "pos_"+str(4-posnum)+".txt"
mprint("___prepare C1s position "+str(5-posnum)+" measure___")
pos_file = "pos_"+str(5-posnum)+".txt"
time.sleep(2)
copyFile(pearlU_path+"settings/",pos_file ,"actual_GE_pos.txt")
execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/ManipulatorScan_C1s.py")