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 3f48d93 commit 2815590Copy full SHA for 2815590
sdcflows/utils/wrangler.py
@@ -328,8 +328,12 @@ def find_estimators(
328
... force_fmapless=False,
329
... bids_filters={'session': '2'},
330
... ) # doctest: +ELLIPSIS
331
- [FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
332
- bids_id='auto_...')]
+ [FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
+ bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'),
333
+ FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
334
+ bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'),
335
+ FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
336
+ bids_id='auto_...')]
337
"""
338
from .misc import create_logger
339
from bids.layout import Query
0 commit comments