Skip to content

Commit

Permalink
Return maps for Saenopy GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Dec 5, 2024
1 parent 344a441 commit 5f8dd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompactionAnalyzer/CompactionFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def StuctureAnalysisMain(fiber_list,
plt.close("all")

if mode_saenopy == True: # only evaluates a single item at each call and returns the arrays
return excel_total, excel_angles, excel_distance
return angle_no_reference, orientation_dev, ori, min_evec, excel_total, excel_angles, excel_distance
return


Expand Down

0 comments on commit 5f8dd3c

Please sign in to comment.