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 d6b27a2 commit 377cacdCopy full SHA for 377cacd
examples/rsfmri_preprocessing.py
@@ -699,7 +699,7 @@ def create_workflow(files,
699
"""
700
701
702
-def create_resting_workflow(args):
+def create_resting_workflow(args, name='resting'):
703
TR = args.TR
704
slice_times = args.slice_times
705
slice_thickness = None
@@ -722,7 +722,8 @@ def create_resting_workflow(args):
722
slice_thickness=slice_thickness,
723
lowpass_freq=args.lowpass_freq,
724
highpass_freq=args.highpass_freq,
725
- sink_directory=os.path.abspath(args.sink))
+ sink_directory=os.path.abspath(args.sink),
726
+ name=name)
727
if args.field_maps:
728
kwargs.update(**dict(fieldmap_images=args.field_maps,
729
FM_TEdiff=args.TE_diff,
0 commit comments