Skip to content

Commit

Permalink
Removed unnecessary print call in tilt_maximage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Mar 21, 2024
1 parent 0ff5f47 commit 9b6889e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tomotools/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ def tilt_maximage(stack, limit=10, delta=0.1, plot_results=False):

# Calculate average angle from detected lines
rotation_angle = np.degrees(np.mean(angles))
print(rotation_angle)

if plot_results:
fig, ax = plt.subplots(1)
Expand Down

0 comments on commit 9b6889e

Please sign in to comment.