Skip to content

Commit 8647b82

Browse files
Update derotation/analysis/incremental_derotation_pipeline.py
Co-authored-by: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com>
1 parent 25381ae commit 8647b82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

derotation/analysis/incremental_derotation_pipeline.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,7 @@ def find_center_of_rotation(self) -> Tuple[int, int]:
486486
mean_images = self.calculate_mean_images(self.image_stack)
487487

488488
logging.info("Finding blobs...")
489-
if self.debugging_plots:
490-
bd = BlobDetection(self.debugging_plots, self.debug_plots_folder)
491-
else:
492-
bd = BlobDetection(debugging_plots=False)
489+
bd = BlobDetection(self.debugging_plots, self.debug_plots_folder)
493490

494491
coord_first_blob_of_every_image = bd.get_coords_of_largest_blob(
495492
mean_images

0 commit comments

Comments
 (0)