fsl
fsl.data
fsl.scripts
fsl.utils
fsl.transform
fsl.version
fsl.wrappers
fsl.wrappers.bet
fsl.wrappers.eddy
fsl.wrappers.fast
fsl.wrappers.flirt
fsl.wrappers.fnirt
fsl.wrappers.fslmaths
fsl.wrappers.fslstats
fsl.wrappers.fsl_anat
fsl.wrappers.fugue
fsl.wrappers.melodic
fsl.wrappers.misc
fsl.wrappers.tbss
fsl.wrappers.wrapperutils
fslpy
This module contains wrapper functions for various FSL command-line tools.
fsl.wrappers.misc.
fslreorient2std
Wrapper for the fsreorient2std tool.
fsreorient2std
fslroi
Wrapper for the fslroi tool.
slicer
Wrapper for the slicer command.
cluster
Wrapper for the cluster command.
gps
Wrapper of the gps command
Usage example to get 128 gradient orientations on the whole sphere:
from fsl.wrappers import gps, LOAD bvecs = gps(LOAD, 128, optws=True)['out']