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 6380a1c commit cea2ceeCopy full SHA for cea2cee
sdcflows/utils/wrangler.py
@@ -21,6 +21,7 @@
21
# https://www.nipreps.org/community/licensing/
22
#
23
"""Find fieldmaps on the BIDS inputs for :abbr:`SDC (susceptibility distortion correction)`."""
24
+from __future__ import annotations
25
import logging
26
from functools import reduce
27
from itertools import product
0 commit comments