Skip to content

Commit

Permalink
Merge pull request #801 from hpc4cmb/AERAdler-patch-1
Browse files Browse the repository at this point in the history
bugfix error message in sim_ground_utils elevation modulation
  • Loading branch information
AERAdler authored Nov 19, 2024
2 parents 1985fff + 22cede1 commit fb57958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toast/ops/sim_ground_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
)
Expand Down

0 comments on commit fb57958

Please sign in to comment.