File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,11 @@ def init_single_subject_wf(subject_id):
310
310
from sdcflows .workflows .base import init_fmap_preproc_wf
311
311
312
312
# SDC Step 1: Run basic heuristics to identify available data for fieldmap estimation
313
- fmap_estimators = find_estimators (config .execution .layout )
313
+ fmap_estimators = find_estimators (
314
+ layout = config .execution .layout ,
315
+ subject = subject_id ,
316
+ fmapless = False ,
317
+ )
314
318
315
319
# Add fieldmap-less estimators
316
320
if not fmap_estimators and config .workflow .use_syn :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ install_requires =
29
29
numpy
30
30
pybids >= 0.11.1
31
31
pyyaml
32
- sdcflows > = 2.0.0rc5, < 3 .0
32
+ sdcflows ~ = 2.0.0
33
33
smriprep >= 0.8.0rc0
34
34
svgutils != 0.3.2
35
35
templateflow ~= 0.6
You can’t perform that action at this time.
0 commit comments