add minsize to run2

This commit is contained in:
2023-02-01 10:52:36 +01:00
parent 639a6ba2f8
commit 7269e3ad3a

View File

@@ -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