Script execution

This commit is contained in:
gac-x03da
2018-09-30 23:30:53 +02:00
parent d06e3f056b
commit d7741487a2

View File

@@ -10,7 +10,7 @@ MOTORS = [Eph]
#200eV : KE = 70eV for Ge 3p
POSITIONS_B = [200]
for nn in range(62):
for nn in range(56):
POSITIONS_B.append(POSITIONS_B[-1]+4)
# BORON 1s
REGION_B = {'name': 'Ge 1s peak+tail', 'elo': 60., 'ehi': 85., 'estep': 0.12, 'epass': 50, 'tstep': 0.5, 'iter': 1, 'cis': True}