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 32055f9 commit 4930202Copy full SHA for 4930202
dmriprep/workflows/base.py
@@ -310,7 +310,10 @@ def init_single_subject_wf(subject_id):
310
from sdcflows.workflows.base import init_fmap_preproc_wf
311
312
# SDC Step 1: Run basic heuristics to identify available data for fieldmap estimation
313
- fmap_estimators = find_estimators(config.execution.layout)
+ fmap_estimators = find_estimators(
314
+ layout=config.execution.layout,
315
+ subject=subject_id,
316
+ )
317
318
# Add fieldmap-less estimators
319
if not fmap_estimators and config.workflow.use_syn:
0 commit comments