diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py index 7d72049..d9e3de0 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py @@ -3500,6 +3500,12 @@ class Flomni( print(f"Single point instead of fermat = {self.single_point_instead_of_fermat_scan}") if self.single_point_instead_of_fermat_scan: print(f"Single point random shift max = {self.single_point_random_shift_max}") + print( + "\x1b[93mNote: with single-point mode on, acquire a single projection " + "(including inside a custom at_each_angle hook) with " + "tomo_acquire_at_angle(angle), not tomo_scan_projection(angle) -- the " + "latter always runs a full Fermat scan regardless of this setting.\x1b[0m" + ) if self.at_each_angle_hook: print(f"At-each-angle hook = {self.at_each_angle_hook}") print("")