fslpyΒΆ

The fslpy package is a collection of utilities and data abstractions used within FSL and by FSLeyes.

The top-level Python package for fslpy is called fsl. 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.transform

This module contains functions for working with linear and non-linear FSL transformations.

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.