fsl.data
fsl.scripts
fsl.transform
fsl.utils
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
fsl.version
fslpy
This module contains wrapper functions for various FSL command-line tools.
Wrapper for the fsreorient2std tool.
fsreorient2std
Wrapper for the fslroi tool.
fslroi
Wrapper for the slicer command.
slicer
Wrapper for the cluster command.
cluster
Wrapper of the gps command
gps
Usage example to get 128 gradient orientations on the whole sphere:
from fsl.wrappers import gps, LOAD bvecs = gps(LOAD, 128, optws=True)['out']