File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -366,12 +366,13 @@ cifti_metric_types:
366
366
- curvature.dscalar
367
367
368
368
# params for detecting and removing outlier vertices
369
- outlierSmoothDist :
370
- unfoldiso : 15
371
- 0p5mm : 7
372
- 1mm : 3
373
- 2mm : 1
374
- vertexOutlierThreshold : 3
369
+ outlier_opts :
370
+ outlierSmoothDist :
371
+ unfoldiso : 15
372
+ 0p5mm : 7
373
+ 1mm : 3
374
+ 2mm : 1
375
+ vertexOutlierThreshold : 3
375
376
376
377
377
378
@@ -627,7 +628,7 @@ unfold_vol_ref:
627
628
unfold_crop_epsilon_fractions :
628
629
- 0
629
630
- 0
630
- - 1
631
+ - 1 # in unfolded space voxels
631
632
632
633
# space for uniform unfolded grid:
633
634
# currently only used for interpolating hipp subfields on surface
Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ rule correct_bad_vertices1:
214
214
** config ["subj_wildcards" ]
215
215
),
216
216
params :
217
- dist = lambda wildcards : config ["outlierSmoothDist" ][wildcards .density ],
218
- threshold = config ["vertexOutlierThreshold" ],
217
+ dist = lambda wildcards : config ["outlier_opts" ][ " outlierSmoothDist" ][wildcards .density ],
218
+ threshold = config ["outlier_opts" ][ " vertexOutlierThreshold" ],
219
219
output :
220
220
gii = bids (
221
221
root = work ,
@@ -764,8 +764,8 @@ rule correct_bad_vertices2:
764
764
** config ["subj_wildcards" ]
765
765
),
766
766
params :
767
- dist = lambda wildcards : config ["outlierSmoothDist" ][wildcards .density ],
768
- threshold = config ["vertexOutlierThreshold" ],
767
+ dist = lambda wildcards : config ["outlier_opts" ][ " outlierSmoothDist" ][wildcards .density ],
768
+ threshold = config ["outlier_opts" ][ " vertexOutlierThreshold" ],
769
769
output :
770
770
gii = bids (
771
771
root = work ,
You can’t perform that action at this time.
0 commit comments