From 2fc724d32dcfd06554891fd1ee0d5ea7ecbb4fca Mon Sep 17 00:00:00 2001 From: x12sa Date: Tue, 15 Sep 2026 16:52:06 +0200 Subject: [PATCH] docs(flomni): fix stale example call in flomni_fermat_scan doc The Example: line was left out of sync with the parameter table fix in 5141854 - argument order didn't match, and burst_at_each_point was missing. Now mirrors the code docstring's example. Co-Authored-By: Claude Sonnet 5 --- docs/user/ptychography/flomni.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/ptychography/flomni.md b/docs/user/ptychography/flomni.md index 12369515..9c3ebab7 100644 --- a/docs/user/ptychography/flomni.md +++ b/docs/user/ptychography/flomni.md @@ -231,7 +231,7 @@ The basic scan function can be called by `scans.flomni_fermat_scan()` and offers | burst_at_each_point (int) | Number of triggers and readouts at each point | Example: -`scans.flomni_fermat_scan(fovx=20, fovy=25, cenx=0.02, ceny=0, zshift=0, angle=0, step=0.5, exp_time=0.01, frames_per_trigger=1)` +`scans.flomni_fermat_scan(fovx=10, fovy=10, cenx=0, ceny=0, step=1, zshift=0, angle=0, exp_time=0.1, frames_per_trigger=1, burst_at_each_point=1)` `frames_per_trigger` controls burst acquisition for detectors generally. Separately, the OMNY PandABox is configured as one of two distinct devices in