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.
1 parent 510ed0e commit 60576faCopy full SHA for 60576fa
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