Skip to content

Commit 5b1678b

Browse files
committed
dbgs
1 parent a969741 commit 5b1678b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

picasso_workflow/analyse.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,9 +2423,6 @@ def resolution_analysis(self, i, parameters, results):
24232423
results["fit_quality"] = analysis_results["fit_quality"]
24242424
results["autocorr_map"] = autocorr_map
24252425

2426-
# Create visualization
2427-
import matplotlib.pyplot as plt
2428-
24292426
fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(12, 5))
24302427

24312428
# Plot autocorrelation map
@@ -2496,6 +2493,8 @@ def gaussian_2d_plot(
24962493

24972494
results["fig_resolution"] = plot_path
24982495

2496+
return parameters, results
2497+
24992498
@profile_resource_usage
25002499
@module_decorator
25012500
def smlm_clusterer(self, i, parameters, results):

0 commit comments

Comments
 (0)