Script execution
This commit is contained in:
@@ -22,7 +22,8 @@ def get_vector(ephot_lo, ephot_hi, ephot_step, ekin_lo, ekin_hi):
|
||||
ekin_lo = [ekin_lo + eshift[i] for i in range(NSTEPS)]
|
||||
ekin_hi = [ekin_hi + eshift[i] for i in range(NSTEPS)]
|
||||
|
||||
VECTOR = [[ephot[i], ekin_lo[i], ekin_hi[i]] for i in range(NSTEPS)]
|
||||
v = [[ephot[i], ekin_lo[i], ekin_hi[i]] for i in range(NSTEPS)]
|
||||
return v
|
||||
|
||||
Scienta.setAcquisitionMode(ch.psi.pshell.epics.Scienta.AcquisitionMode.Swept)
|
||||
writables = (Eph, Scienta.lowEnergy, Scienta.highEnergy)
|
||||
|
||||
Reference in New Issue
Block a user