Skip to content

Commit

Permalink
Delete unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraporta committed Nov 21, 2024
1 parent 204f83f commit 54ebcd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion derotation/simulate/basic_rotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def rotate_by_line(self) -> np.ndarray:
i.e. (num_frames, num_lines_per_frame, num_pixels_per_line).
"""
rotated_image_stack = copy.deepcopy(self.image_stack)
self.get_blank_pixels_value()

for i, image in enumerate(self.image_stack):
is_this_frame_rotating = not np.all(
Expand Down

0 comments on commit 54ebcd4

Please sign in to comment.