Script execution
This commit is contained in:
@@ -10,16 +10,39 @@ copyFile(pearlU_path+"settings/","pos_1.txt","actual_GE_pos.txt")
|
||||
time.sleep(2)
|
||||
#execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/curved/ManipulatorScan_Zn2p.py")
|
||||
|
||||
###### starting the O1s scans
|
||||
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")
|
||||
time.sleep(2)
|
||||
execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/ManipulatorScan_O1s.py")
|
||||
|
||||
|
||||
|
||||
|
||||
###### starting the C1s scans
|
||||
for posnum in range(1,6):
|
||||
mprint("___prepare C1s position "+str(posnum)+" measure___")
|
||||
pos_file = "pos_"+str(posnum)+".txt"
|
||||
for posnum in range(5):
|
||||
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")
|
||||
|
||||
|
||||
|
||||
###### starting the alternative C1s scans with 2x3 slits
|
||||
setVal("X03DA-FE-DSAPER","2") # set slits to 2x3
|
||||
for posnum in range(1,6):
|
||||
mprint("___prepare alternative C1s position "+str(posnum)+" measure___")
|
||||
pos_file = "pos_a_"+str(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")
|
||||
|
||||
setVal("X03DA-FE-DSAPER","1") # set slits back to 1x1
|
||||
|
||||
|
||||
###### measureing the Zn2p as reference, finally
|
||||
#global znsearchname
|
||||
#znsearchname ="final_Zn2p.txt"
|
||||
|
||||
Reference in New Issue
Block a user