Streak Finder algorithm for CBD experiment #2

Merged
augustin_s merged 46 commits from ext-dorofe_e/dap:chapman into main 2025-07-14 11:18:07 +02:00
Showing only changes of commit 2bd3e875e3 - Show all commits

View File

@@ -160,7 +160,7 @@ def _calc_streakfinder_analysis(results, cryst_data: CrystData):
# Adjust to crop region
if crop_roi is not None:
shift = [crop_roi[2], crop_roi[0], crop_roi[0], crop_roi[2]]
shift = [crop_roi[0], crop_roi[2], crop_roi[0], crop_roi[2]]
streak_lines = streak_lines + shift
if x_center is not None and y_center is not None: