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.
2 parents 7b1e91d + ba7d191 commit f93aba7Copy full SHA for f93aba7
nibabies/utils/misc.py
@@ -20,6 +20,7 @@ def fix_multi_source_name(in_files):
20
'/path/to/sub-045_T1w.nii.gz'
21
"""
22
import re
23
+ from pathlib import Path
24
25
from nipype.utils.filemanip import filename_to_list
26
0 commit comments