From 7269e3ad3aaea20e90488f59443629035ab0eafe Mon Sep 17 00:00:00 2001 From: Fischer Robert Date: Wed, 1 Feb 2023 10:52:36 +0100 Subject: [PATCH] add minsize to run2 --- 01_extract_surfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_extract_surfaces.py b/01_extract_surfaces.py index 6c33c30..9912d32 100644 --- a/01_extract_surfaces.py +++ b/01_extract_surfaces.py @@ -115,7 +115,7 @@ class mesh_maker: self.dyn_data.close() self.dyn_data.close() - def run2(self, phase, name, clean=False, remove_small=False, fp=ball(1)): + def run2(self, phase, name, clean=False, remove_small=False, fp=ball(1), minsize=20): # laod the data self.load_data() # TODO:close ncfile if error