Skip to content
Snippets Groups Projects
Commit 8ca6ed3a authored by Kai Schleicher's avatar Kai Schleicher
Browse files

fix: removes unused function

parent c63f03eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment