diff --git a/script/local.py b/script/local.py index d1bbd37..09252fd 100644 --- a/script/local.py +++ b/script/local.py @@ -305,7 +305,7 @@ def hyst_step_mult(forward, ranges, ramp_speed, energies): run("HistScanMult",{"FIELD":field, "RANGES":ranges, "ENERGIES":energies, "ENERGY_CHANGE_SLEEP":0.5, "FIELD_CHANGE_SLEEP":22.0, "MODE":None, "OFFSET":None}) def scan_e(start, end, step, settling_time = 0, accumulation_time = None): - wait_beam() + #wait_beam() acc = Accumulator([signal_tey, signal_i0, signal_trans], accumulation_time) detectors = acc.getSensors() + [pol_mode, pol_angle, temperature, current] lscan(energy, detectors, float(start), float(end), float(step), latency = settling_time)