Skip to content

Commit a3dcc8a

Browse files
authored
Update post_fmriprep.py
Define scrub_tag for the case that users want to compute scrub stats but without removing volumes
1 parent 41a8eef commit a3dcc8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

post_fmriprep.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@ def fmripop_save_params(args, params_dict):
419419
args = parser.parse_args()
420420
out_img = fmripop_remove_confounds(args)
421421
params_dict = vars(args)
422-
422+
423+
scrub_tag = ''
423424
if args.scrubbing:
424425
scrub_mask = fmripop_calculate_scrub_mask(args)
425426
scbper, scbl, ol = frmipop_calculate_scrub_stats(scrub_mask, args)

0 commit comments

Comments
 (0)