fix in writing reconstruction file

This commit is contained in:
x12sa
2026-07-03 11:29:35 +02:00
parent 65c2d5e080
commit e6a5568faf
@@ -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)