fix in synchronization, add padding frames for JF
This commit is contained in:
@@ -84,9 +84,9 @@ class Jungfrau:
|
||||
run=cfg.value(AppCfg.DAQ_RUN)
|
||||
self._pulse_id_start=int(self._pv_pulse_id.value)
|
||||
if self._daq is not None:
|
||||
self._daq.acquire(run['prefix'], n_pulses=n_pulses, wait=False)
|
||||
self._daq.acquire(run['prefix'], n_pulses=n_pulses+run['padding'], wait=False)
|
||||
pass
|
||||
run['id']+=1
|
||||
#run['id']+=1
|
||||
cfg.setValue(AppCfg.DAQ_RUN,run)
|
||||
|
||||
def gather_upload(self):
|
||||
|
||||
Reference in New Issue
Block a user