From f202930ed32d4dc81f2b1b6ef62373cf00a808cb Mon Sep 17 00:00:00 2001 From: schlda00 <kai.schleicher@unibas.ch> Date: Tue, 15 Apr 2025 16:41:26 +0200 Subject: [PATCH] Run Garbage Collector at the end of the script --- 2d_spots_in_fibers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py index 2bbd1e5..9fd778b 100644 --- a/2d_spots_in_fibers.py +++ b/2d_spots_in_fibers.py @@ -514,4 +514,5 @@ for index, channel in enumerate(processing_channels): results_table.show("Spots") save_results_table(results_table, filename, "Spots", parent_dir) +IJ.run("Collect Garbage", ""); IJ.log("DONE") \ No newline at end of file -- GitLab