Skip to content

Commit

Permalink
Drop B0Field fields from fmaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 12, 2024
1 parent 2815590 commit ee8c38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ def find_estimators(
... bids_filters={'session': '2'},
... ) # doctest: +ELLIPSIS
[FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'),
bids_id='auto_...'),
FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'),
bids_id='auto_...'),
FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
bids_id='auto_...')]
"""
Expand Down

0 comments on commit ee8c38a

Please sign in to comment.