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.
2 parents c012e72 + 60576fa commit 8465bb2Copy full SHA for 8465bb2
dmriprep/workflows/base.py
@@ -326,7 +326,7 @@ def init_single_subject_wf(subject_id):
326
327
# SDC Step 0: Determine whether fieldmaps can/should be estimated
328
fmap_estimators = None
329
- if "fieldmap" not in config.workflow.ignore:
+ if "fieldmaps" not in config.workflow.ignore:
330
from sdcflows import fieldmaps as fm
331
from sdcflows.utils.wrangler import find_estimators
332
from sdcflows.workflows.base import init_fmap_preproc_wf
0 commit comments