Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
2658 commits behind the upstream repository.
user avatar
Paul McCarthy authored
Bugfix in ImageWrapper.calcExpansion - could not handle slice outside of
coverage, but overlapping with some dimensions.

Initial support in Image class for data editing.
e5e0cc96
History

fslpy

The fslpy project is a FSL programming library written in Python. It is used by FSLeyes.

Documentation

Take a look at the Documentation for developers if you want to program with fslpy.

Dependencies

fslpy depends upon the following libraries:

Library Version
props Latest
numpy 1.8.1
scipy 0.14.0
matplotlib 1.4.3
nibabel 1.3.0
six 1.10.0
Sphinx 1.3.5
wxPython 3.0.2.0

Notes:

  • Sphinx is only needed for building the documentation.

  • If you are installing fslpy manually, don't worry too much about having the exact version of each of the packages - just try with the latest version, and roll-back if you have problems.