We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaf10f commit fe23060Copy full SHA for fe23060
nibabies/workflows/bold/boldref.py
@@ -71,7 +71,7 @@ def init_infant_epi_reference_wf(
71
# fmt:on
72
if not is_sbref:
73
select_frames = pe.Node(
74
- niu.Function(function=_select_frames, output_names=['t_mask']),
+ niu.Function(function=_select_frames, output_names=['t_masks']),
75
name='select_frames',
76
)
77
select_frames.inputs.start_frame = start_frame
0 commit comments