docs(flomni): note the single-point warning fires on the off->on transition
CI for csaxs_bec / test (push) Successful in 1m32s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
x01dc
2026-07-13 22:07:31 +02:00
co-authored by Claude Sonnet 5
parent 13ad8bbf7a
commit ca8178fff3
+4 -2
View File
@@ -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()`) —