Script execution

This commit is contained in:
gac-x03da
2018-05-17 17:09:31 +02:00
parent e423612c8e
commit dfd312ca96

View File

@@ -37,7 +37,7 @@ MANIP_END = 116.6
### do not edit below
NSTEPS = round((EPHOT_HI - EPHOT_LO) / EPHOT_STEP) + 1
NSTEPS = int(round((EPHOT_HI - EPHOT_LO) / EPHOT_STEP) + 1)
EPHOT_STEP = (EPHOT_HI - EPHOT_LO) / (NSTEPS - 1)
ephot = [EPHOT_LO + EPHOT_STEP * i for i in range(NSTEPS)]