Skip to content

Commit

Permalink
wrap_afni_IsoSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Feb 8, 2024
1 parent 6e8e3e9 commit fd0c1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skullTo3d/pipelines/skull_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fd0c1a7

Please sign in to comment.