Skip to content

Commit 4558fec

Browse files
doc: add docstring for anat_suffix [skip ci]
1 parent 4305e11 commit 4558fec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdcflows/utils/wrangler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def find_estimators(
7474
bids_filters
7575
Optional dictionary of key/values to filter the entities on.
7676
This allows lower level file inclusion/exclusion.
77+
anat_suffix : :obj:`str` or :obj:`list`
78+
String or list of strings to filter anatomical images for fieldmap-less
79+
approaches. If not provided, ``T1w`` is used.
7780
7881
Returns
7982
-------

0 commit comments

Comments
 (0)