From e6a5568fafca771f3095c56d17a9b77c76146e39 Mon Sep 17 00:00:00 2001 From: x12sa Date: Fri, 3 Jul 2026 11:29:35 +0200 Subject: [PATCH] fix in writing reconstruction file --- csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py | 1 + 1 file changed, 1 insertion(+) diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py index 2dbca15..2e1c766 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py @@ -2583,6 +2583,7 @@ class Flomni( # --- acquire --- n_frames = frames_per_trigger if frames_per_trigger is not None else self.frames_per_trigger + self._current_scan_list = [bec.queue.next_scan_number] scans.acquire(exp_time=self.tomo_countingtime, frames_per_trigger=n_frames) self.tomo_reconstruct(probe_propagation=probe_propagation)