The fslpy project is a FSL programming library written in Python. It is used by FSLeyes.
Installation
Install fslpy and its core dependencies via pip:
pip install fslpy
Dependencies
All of the core dependencies of fslpy are listed in the requirements.txt file.
Some extra dependencies are listed in requirements.txt which provide addditional functionality:
wxPython: The fsl.utils.idle module has functionality to schedule functions on the wx idle loop.
indexed_gzip: The fsl.data.image.Image class can use indexed_gzip to keep large compressed images on disk instead of decompressing and loading them into memory..
trimesh/rtree: The fsl.data.mesh.TriangleMesh class has some methods which use trimesh to perform geometric queries on the mesh.
If you are using Linux, need to install wxPython first, as binaries are not available on PyPI. Change the URL for your specific platform:
pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython
The rtree library also assumes that libspatialindex is installed on your system.
Once wxPython has been installed, you can simply type the following to install the rest of the extra dependencies:
pip install fslpy[extras]
Documentation
fslpy is documented using sphinx. You can build the API documentation by running:
python setup.py doc
The HTML documentation will be generated and saved in the doc/html/ directory.
If you are interested in contributing to fslpy, check out the contributing guide.
Tests
Run the test suite via:
python setup.py test
A test report will be generated at report.html, and a code coverage report will be generated in htmlcov/.
Credits
The fsl.data.dicom module is little more than a thin wrapper around Chris Rorden’s dcm2niix program.
The example.mgz file, used for testing, originates from the nibabel test data set.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fslpy-1.10.3.tar.gz.
File metadata
- Download URL: fslpy-1.10.3.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfc5e999d3c190f9e367c48910f8d71473c8756980ae9be5826394a2eb935960
|
|
| MD5 |
faa5d399bc4f3bd47048ebfb4dcafec3
|
|
| BLAKE2b-256 |
ca651c811cbd0950a06b2494aab913d1a2d9d1eb8273d1fac233daabc8a2414e
|
File details
Details for the file fslpy-01.10.3-py2.py3-none-any.whl.
File metadata
- Download URL: fslpy-01.10.3-py2.py3-none-any.whl
- Upload date:
- Size: 176.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2138b7ba9f28b38fe256e31ecd91813c23b590acd55b0c00839bd4c3eb36e1c5
|
|
| MD5 |
4dae141768a89adf3cdc66a76624aea9
|
|
| BLAKE2b-256 |
371b5fea5c65c67f7f7274205ee335295e98b608b1e9296810be54d760c32624
|