Script execution

This commit is contained in:
gac-x03da
2018-10-15 17:10:11 +02:00
parent e1d6190406
commit b2b3e40583

View File

@@ -0,0 +1,36 @@
#importing pearlUtils
execfile("/sls/X03DA/data/gac-x03da/Data1/2018/10/Granas/XPSstuff/commands/pearlUtils.py")
###### measureing the Zn2p as reference
global znsearchname
znsearchname ="bad_Zn2p.txt"
copyFile(pearlU_path+"settings/","pos_1.txt","actual_GE_pos.txt")
execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/curved/ManipulatorScan_Zn2p.py")
###### starting the O1s scans
for posnum in range(5):
mprint("___prepare O1s position "+str(posnum)+" measure___")
pos_file = "pos_"+str(posnum)+".txt"
copyFile(pearlU_path+"settings/",pos_file ,"actual_GE_pos.txt")
execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/ManipulatorScan_O1s.py")
###### starting the C1s scans
for posnum in range(5):
mprint("___prepare C1s position "+str(4-posnum)+" measure___")
pos_file = "pos_"+str(4-posnum)+".txt"
copyFile(pearlU_path+"settings/",pos_file ,"actual_GE_pos.txt")
execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/ManipulatorScan_C1s.py")
###### measureing the Zn2p as reference, finally
global znsearchname
znsearchname ="final_Zn2p.txt"
copyFile(pearlU_path+"settings/","pos_1.txt","actual_GE_pos.txt")
execfile("/sls/X03DA/data/gac-x03da/pshell/home/script/users/Granas/curved/ManipulatorScan_Zn2p.py")