Streak Finder algorithm for CBD experiment #2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user