Skip to content

Commit

Permalink
bug in depth plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Oct 30, 2023
1 parent 0c8c576 commit 27a1c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ def show_depth(

rotated_object = np.roll(
rotate(ms_obj, np.rad2deg(angle), reshape=False, axes=(-1, -2)),
int(x1_0),
-int(x1_0),
axis=1,
)

Expand Down

0 comments on commit 27a1c96

Please sign in to comment.