File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ sections:
78
78
static : false
79
79
subtitle : Susceptibility distortion correction
80
80
- bids : {datatype: figures, desc: forcedsyn, suffix: bold}
81
- caption : The dataset contained some fieldmap information, but the argument <code>--force- syn</code>
81
+ caption : The dataset contained some fieldmap information, but the argument <code>--force syn-sdc </code>
82
82
was used. The higher-priority SDC method was used. Here, we show the results
83
83
of performing SyN-based SDC on the EPI for comparison.
84
84
static : false
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ sections:
104
104
static : false
105
105
subtitle : Susceptibility distortion correction
106
106
- bids : {datatype: figures, desc: forcedsyn, suffix: bold}
107
- caption : The dataset contained some fieldmap information, but the argument <code>--force- syn</code>
107
+ caption : The dataset contained some fieldmap information, but the argument <code>--force syn-sdc </code>
108
108
was used. The higher-priority SDC method was used. Here, we show the results
109
109
of performing SyN-based SDC on the EPI for comparison.
110
110
static : false
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ def map_fieldmap_estimation(
846
846
# In the case where fieldmaps are ignored and `--use-syn-sdc` is requested,
847
847
# SDCFlows `find_estimators` still receives a full layout (which includes the fmap modality)
848
848
# and will not calculate fmapless schemes.
849
- # Similarly, if fieldmaps are ignored and `--force- syn` is requested,
849
+ # Similarly, if fieldmaps are ignored and `--force syn-sdc ` is requested,
850
850
# `fmapless` should be set to True to ensure BOLD targets are found to be corrected.
851
851
fmap_estimators = find_estimators (
852
852
layout = layout ,
@@ -870,7 +870,7 @@ def map_fieldmap_estimation(
870
870
if ignore_fieldmaps and any (f .method == fm .EstimatorType .ANAT for f in fmap_estimators ):
871
871
config .loggers .workflow .info (
872
872
'Option "--ignore fieldmaps" was set, but either "--use-syn-sdc" '
873
- 'or "--force- syn" were given, so fieldmap-less estimation will be executed.'
873
+ 'or "--force syn-sdc " were given, so fieldmap-less estimation will be executed.'
874
874
)
875
875
fmap_estimators = [f for f in fmap_estimators if f .method == fm .EstimatorType .ANAT ]
876
876
You can’t perform that action at this time.
0 commit comments