From 22cede12dcc40a8c91e39f882ee73fbc3b703fdc Mon Sep 17 00:00:00 2001 From: Alexandre Adler <54265924+AERAdler@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:10:40 -0800 Subject: [PATCH] bugfix error message in sim_ground_utils elevation modulation --- src/toast/ops/sim_ground_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toast/ops/sim_ground_utils.py b/src/toast/ops/sim_ground_utils.py index a86e61d97..0ea2bb187 100644 --- a/src/toast/ops/sim_ground_utils.py +++ b/src/toast/ops/sim_ground_utils.py @@ -258,6 +258,7 @@ def oscillate_el( "Cannot perform {:.2f} deg elevation oscillation in {:.2f} s " "with {:.2f} deg/s^2 acceleration".format( np.degrees(el_mod_amplitude * 2), + t_mod, np.degrees(el_accel), ) )