Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sezelt committed Sep 25, 2024
1 parent 8e72e7f commit 4e89904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py4D_browser/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ def reconstruct(self):
# unrotated shifts in scan pixels
shifts_pix_x = pix_coord_x / np.max(q_pix * mask) * max_shift
shifts_pix_y = pix_coord_y / np.max(q_pix * mask) * max_shift
# shifts_pix = np.

R = np.array(
[
Expand Down

0 comments on commit 4e89904

Please sign in to comment.