fslΒΆ

The fsl package is a library which contains convenience classes and functions for use by FSL python tools. It is broadly split into the following sub-packages:

fsl.data This module contains various data types and associated I/O routines, models, constants, and other data-like things used throughout fslpy.
fsl.utils This module contains a collection of small utility modules for doing random things.
fsl.scripts The fsl.scripts package contains all of the executable scripts provided by fslpy.
fsl.version The primary purpose of this module is as a container for the fslpy version number.
fsl.wrappers This package contains wrappers for various FSL command line tools, allowing them to be called from Python.

Note

The fsl namespace is a pkgutil-style namespace package - it can be used across different projects - see https://packaging.python.org/guides/packaging-namespace-packages/ for details.