From ca8178fff3c8bf907c50a5569877caf3319fda1f Mon Sep 17 00:00:00 2001 From: x01dc Date: Mon, 13 Jul 2026 22:07:31 +0200 Subject: [PATCH] docs(flomni): note the single-point warning fires on the off->on transition Co-Authored-By: Claude Sonnet 5 --- docs/user/ptychography/flomni.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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()`) —