File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -524,13 +524,13 @@ def _get_first(in_list):
524
524
# StructuralReference is fs.RobustTemplate if > 1 volume, copying otherwise
525
525
t1_merge = pe .Node (
526
526
StructuralReference (auto_detect_sensitivity = True ,
527
- initial_timepoint = 1 , # For deterministic behavior
528
- intensity_scaling = True , # 7-DOF (rigid + intensity)
529
- subsample_threshold = 200 ,
530
- fixed_timepoint = not longitudinal ,
531
- no_iteration = not longitudinal ,
532
- transform_outputs = True ,
533
- ),
527
+ initial_timepoint = 1 , # For deterministic behavior
528
+ intensity_scaling = True , # 7-DOF (rigid + intensity)
529
+ subsample_threshold = 200 ,
530
+ fixed_timepoint = not longitudinal ,
531
+ no_iteration = not longitudinal ,
532
+ transform_outputs = True ,
533
+ ),
534
534
mem_gb = 2 * num_t1w - 1 ,
535
535
name = 't1_merge' )
536
536
You can’t perform that action at this time.
0 commit comments