Script execution

This commit is contained in:
gac-x03da
2023-06-07 16:04:26 +02:00
parent 16cddc5d8c
commit 4079272e5c

View File

@@ -15,14 +15,14 @@ ranges = []
#Co 3s, E_bin = 101eV
rs = RangeSelection(100.0, 129.0)
rs.setVars([0.5, 0.05, 3, 225., "Co 3s", 50.])
rs = RangeSelection(100.0, 130.0)
rs.setVars([0.5, 0.05, 5, 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.])
ranges.append(rs)
# Zn 3d Homo region near Fermi level, CoPc peak ~ 1eV
rs = RangeSelection(103.5,106.)