default njobs to 16, worki in progres for animation script

This commit is contained in:
Fischer Robert
2023-02-01 16:24:11 +01:00
parent 73122da99d
commit 5ead9f0ab7
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class mesh_maker:
z_boundaries = (0,-1),
use_gpu = False, #stub to call either cupy/cucim or not,
cpu_parallel = True,
njobs = 8,
njobs = 16,
):
self.nc_path = nc_path
self.out_path = out_path

View File

@@ -2,7 +2,7 @@ import bpy
import os
baseFolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack_smaller_200_removed/" #for stl
outfolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack_smalelr_200_removed_png/" #for png
outfolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack_anode_camera_png/" #for png
material = 'Crack'