fsl.data
fsl.scripts
fsl.transform
fsl.utils
fsl.wrappers
fsl.wrappers.avwutils
fsl.wrappers.bedpostx
fsl.wrappers.bet
fsl.wrappers.bianca
fsl.wrappers.cluster_commands
fsl.wrappers.dtifit
fsl.wrappers.eddy
fsl.wrappers.epi_reg
fsl.wrappers.fast
fsl.wrappers.feat
fsl.wrappers.first
fsl.wrappers.flirt
fsl.wrappers.fnirt
fsl.wrappers.fsl_anat
fsl.wrappers.fsl_sub
fsl.wrappers.fslmaths
fsl.wrappers.fslstats
fsl.wrappers.fugue
fsl.wrappers.melodic
fsl.wrappers.misc
fslreorient2std()
fslorient()
fslswapdim()
fslroi()
slicer()
gps()
fsl.wrappers.oxford_asl
fsl.wrappers.randomise
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 fslorient tool.
fslorient
Wrapper for the fslswapdim tool.
fslswapdim
Wrapper for the fslroi tool.
fslroi
Wrapper for the slicer command.
slicer
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']