Skip to content

Commit

Permalink
FIX: another latent rad vs deg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 28, 2025
1 parent ea413ce commit 0512e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bad_tools/xrt/endstation.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def from_configs(
skipinitialspace=True,
index_col=False,
)
delta_phi = source.delta_phi
delta_phi = np.deg2rad(source.delta_phi)
beamLine.geometricSource01 = XrdSource(
bl=beamLine,
center=[0, 0, 0],
Expand Down

0 comments on commit 0512e40

Please sign in to comment.