added some lines to execute on ra

This commit is contained in:
2023-05-16 16:34:26 +02:00
parent 5f5f1ad7b3
commit ad37234371
2 changed files with 12 additions and 2 deletions

View File

@@ -200,8 +200,11 @@ class mesh_maker:
ncpath = '/das/home/fische_r/DASCOELY/processing/04_membrane_ML/3II/3IImembrane_segmentation.nc'
outpath = '/das/home/fische_r/DASCOELY/processing/04_membrane_ML/3II/crack'
MM = mesh_maker(nc_path=ncpath, out_path=outpath)
MM.load_data()
MM.run2(2, 'crack', clean=True, remove_small=True)

7
surfacescript.py Normal file
View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Tue May 16 16:31:03 2023
@author: fische_r
"""