diff --git a/docs/user/ptychography/flomni.md b/docs/user/ptychography/flomni.md index fd3d8da..3b05b02 100644 --- a/docs/user/ptychography/flomni.md +++ b/docs/user/ptychography/flomni.md @@ -476,8 +476,10 @@ Use whichever matches how `tomo_parameters()` has this job configured (`single_point_instead_of_fermat_scan`) — calling the wrong one for the job's mode produces the wrong kind of data, and calling `tomo_scan_projection()` directly while single-point mode is on prints a warning and asks for confirmation, which will hang -an unattended queue run. Both `flomni.tomo_parameters()` (CLI) and the params panel -(GUI) show a reminder of which one to use whenever single-point mode is enabled. +an unattended queue run. A reminder of which one to use fires the moment you switch +single-point mode on (`flomni.single_point_instead_of_fermat_scan = True`), and again +any time you check `flomni.tomo_parameters()` while it's on; the params panel (GUI) +shows the same reminder as a visible note whenever "Single-point scan" is checked. **GUI:** the tomo parameters panel has an "At-each-angle hook" dropdown, listing whatever is currently registered from the CLI (`register_at_each_angle_hook()`) —