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 4558fec commit 0b3a768Copy full SHA for 0b3a768
sdcflows/utils/wrangler.py
@@ -42,7 +42,7 @@ def find_estimators(
42
force_fmapless: bool = False,
43
logger: Optional[logging.Logger] = None,
44
bids_filters: Optional[dict] = None,
45
- anat_suffix: Union[str, list] = 'T1w',
+ anat_suffix: Union[str, List[str]] = 'T1w',
46
) -> list:
47
"""
48
Apply basic heuristics to automatically find available data for fieldmap estimation.
0 commit comments