default njobs to 16, worki in progres for animation script
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user