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 cd9dbda commit a2f78c8Copy full SHA for a2f78c8
nipype/interfaces/fsl/base.py
@@ -57,7 +57,7 @@ class Info(PackageInfo):
57
"NIFTI_PAIR": ".img",
58
"NIFTI_GZ": ".nii.gz",
59
"NIFTI_PAIR_GZ": ".img.gz",
60
- "GIFTI": ".func.gii"
+ "GIFTI": ".func.gii",
61
}
62
63
if os.getenv("FSLDIR"):
0 commit comments