Skip to content

Commit 19ecda3

Browse files
Update derotation/analysis/full_derotation_pipeline.py
Co-authored-by: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com>
1 parent 964c124 commit 19ecda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derotation/analysis/full_derotation_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ def derotate_frames_line_by_line(self) -> np.ndarray:
11081108
plotting_hook_image_completed=self.hooks.get(
11091109
"plotting_hook_image_completed"
11101110
),
1111-
use_homography=True if self.rotation_plane_angle != 0 else False,
1111+
use_homography=self.rotation_plane_angle != 0,
11121112
rotation_plane_angle=self.rotation_plane_angle,
11131113
rotation_plane_orientation=self.rotation_plane_orientation,
11141114
)

0 commit comments

Comments
 (0)