frankyeh / TinyFSL

A minimal distribution of the FSL package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny FSL

A simplified patched recompiled version of the FSL package

  • Available in Windows version
  • Download-and-run. No installation required
  • ~20 MB
  • Improved multi-core supports

License

TinyFSL follows the original FSL license https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence

Parent package: FMRIB Software Library v6.0 (version 2111)

Currently Available Programs

The eddy in TinyFSL has more multi-core support than the original eddy_openmp version. There are four places in the original eddy_openmp version that cannot be parallelized due to free() error. The eddy in TinyFSL solved this limitation and was potentially faster than eddy_openmp.

The topup in TinyFSL is modified to support multi-core partially. (The one in original FSL does not). Mot topup calculation is sequential, but some computation bottlenecks can be handled by parallel processing.

Same as the original package

Same as the original package

  • more will be added...

Installation

No installation is needed. Download the zip file from the release, unzip it, and run

About

A minimal distribution of the FSL package

License:Other


Languages

Language:C++ 88.4%Language:Cuda 7.8%Language:C 2.0%Language:Shell 0.9%Language:CMake 0.4%Language:Makefile 0.2%Language:QMake 0.2%Language:Tcl 0.1%Language:Dockerfile 0.1%Language:Batchfile 0.0%