From 9df9253c840ee4890535f44b5e1b06d5d343d5c4 Mon Sep 17 00:00:00 2001 From: x01dc Date: Mon, 13 Jul 2026 22:28:07 +0200 Subject: [PATCH] docs(flomni): add test step 36 for the single-point warning label/print Co-Authored-By: Claude Sonnet 5 --- .../plugins/flomni/AI_docs/TOMO_QUEUE_GUI_TESTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/AI_docs/TOMO_QUEUE_GUI_TESTING.md b/csaxs_bec/bec_ipython_client/plugins/flomni/AI_docs/TOMO_QUEUE_GUI_TESTING.md index f756ede..9426bab 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/AI_docs/TOMO_QUEUE_GUI_TESTING.md +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/AI_docs/TOMO_QUEUE_GUI_TESTING.md @@ -314,6 +314,15 @@ file is exactly how a regression sneaks in. webpage shows no "At-each-angle hook" row anywhere once nothing has it set — this feature should be invisible on the page unless actually in use. +36. Click **Edit**. Confirm the yellow-ish note under "Random shift max" + ("use `tomo_acquire_at_angle`, not `tomo_scan_projection`...") is + **hidden** while "Single-point scan" is unchecked. Check the + **"Single-point scan"** checkbox — confirm the note **appears** + immediately (no need to Submit first). Uncheck it — confirm it + disappears again. Cross-check the CLI side: `flomni.single_point_instead_of_fermat_scan = True` + should print the same reminder immediately (not just when you next + call `flomni.tomo_parameters()`), and setting it to `True` again right + after should stay silent (only the off→on transition prints). ## 7. Known limitations of this first iteration (by design, not bugs)