Script execution
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user