From 8ca6ed3ab4ecb13cb7a28213fa1e71e5835c587f Mon Sep 17 00:00:00 2001 From: "kai.schleicher@unibas.ch" <kai.schleicher@unibas.ch> Date: Mon, 12 Oct 2020 17:37:42 +0200 Subject: [PATCH] fix: removes unused function --- myosoft-imcf_identify_fibers.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/myosoft-imcf_identify_fibers.py b/myosoft-imcf_identify_fibers.py index 1951368..40bfad0 100644 --- a/myosoft-imcf_identify_fibers.py +++ b/myosoft-imcf_identify_fibers.py @@ -118,17 +118,6 @@ def fix_BF_czi_imagetitle(imp): return image_title -def clear_ij_roi_manager(rm): - """delete all ROIs from the RoiManager - - Parameters - ---------- - rm : RoiManager - a reference of the IJ-RoiManager - """ - rm.runCommand('reset') - - def preprocess_membrane_channel(imp): """apply myosoft pre-processing steps for the membrane channel -- GitLab