Script execution

This commit is contained in:
gac-x03da
2023-06-07 15:14:44 +02:00
parent f53c7866bc
commit 16cddc5d8c
@@ -9,12 +9,22 @@ ranges = []
# -------------- VB peaks --------------set G1 600---------------
# Zn 3d
rs = RangeSelection(90.0,106.0) # Done! Zn3d!!!
rs.setVars([0.4, 0.05, 2, 110.,"Zn 3d",50.]) #Time, Size, Iteration, photon energy
#rs = RangeSelection(90.0,106.0) # Done! Zn3d!!!
#rs.setVars([0.4, 0.05, 2, 110.,"Zn 3d",50.]) #Time, Size, Iteration, photon energy
#ranges.append(rs)
#Co 3s, E_bin = 101eV
rs = RangeSelection(100.0, 129.0)
rs.setVars([0.5, 0.05, 3, 225., "Co 3s", 50.])
ranges.append(rs)
#Co 3p
rs = RangeSelection(100.0, 134.)
rs.setVars([0.5, 0.05, 3, 185., "Co 3p", 50.])
# Zn 3d Homo region near Fermi level
# Zn 3d Homo region near Fermi level, CoPc peak ~ 1eV
rs = RangeSelection(103.5,106.)
rs.setVars([0.5, 0.01, 5, 110.,"Homo", 20.]) #Time, Size, Iteration, photon energy
ranges.append(rs)