diff --git a/dap/algos/streakfind.py b/dap/algos/streakfind.py index 200b568..05ed131 100644 --- a/dap/algos/streakfind.py +++ b/dap/algos/streakfind.py @@ -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: