diff --git a/dap/algos/streakfind.py b/dap/algos/streakfind.py index 1409f61..b55dd4e 100644 --- a/dap/algos/streakfind.py +++ b/dap/algos/streakfind.py @@ -172,7 +172,7 @@ def _calc_streakfinder_analysis(results, cryst_data: CrystData): return streaks = det_obj.to_streaks(detected) - detected_streaks = np.asarray(detected.streaks) + detected_streaks = np.array(detected.streaks) streak_lines = streaks.lines # Adjust to crop region