Skip to content

Commit 75aaadc

Browse files
committed
fix bug Duplicate node name
1 parent 6d549ae commit 75aaadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/func_preproc/func_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ def create_func_preproc(skullstrip_tool, motion_correct_tool,
13121312
if config.n4_correct_func_reg_input :
13131313

13141314
get_func_volume_n4_corrected = pe.Node(interface = ants.N4BiasFieldCorrection(dimension=3, copy_header=True, bspline_fitting_distance=200), shrink_factor=2,
1315-
name='func_mean_n4_corrected')
1315+
name='get_func_volume_n4_corrected')
13161316
get_func_volume_n4_corrected.inputs.args = '-r True'
13171317

13181318
preproc.connect(get_func_volume, 'out_file',

0 commit comments

Comments
 (0)