From fd0c1a746ecf1bbebdbef3089dd1e77524defbe0 Mon Sep 17 00:00:00 2001 From: David Meunier Date: Thu, 8 Feb 2024 11:45:54 +0100 Subject: [PATCH] wrap_afni_IsoSurface --- skullTo3d/pipelines/skull_pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skullTo3d/pipelines/skull_pipe.py b/skullTo3d/pipelines/skull_pipe.py index fa6a85e..bf1e06a 100644 --- a/skullTo3d/pipelines/skull_pipe.py +++ b/skullTo3d/pipelines/skull_pipe.py @@ -441,7 +441,7 @@ def create_skull_ct_pipe(name="skull_ct_pipe", params={}): mesh_ct_skull = pe.Node( interface=niu.Function(input_names=["nii_file"], output_names=["stl_file"], - function=wrap_nii2mesh_old), + function=wrap_afni_IsoSurface), name="mesh_ct_skull") skull_ct_pipe.connect(ct_skull_erode, "out_file",