-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update model example and added ref to standalone release
- Loading branch information
1 parent
f212e0f
commit aa60f40
Showing
7 changed files
with
492 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,37 @@ | ||
Getting Fabber | ||
============== | ||
|
||
From FSL | ||
-------- | ||
|
||
Fabber is distributed as part of `FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki>`_, | ||
and this is the easiest way to get Fabber if you want to use existing | ||
models for fMRI data . This documentation describes the | ||
version of Fabber included with FSL v6.0.1 and above. | ||
version of Fabber included with *FSL v6.0.1 and above*. | ||
|
||
Addition tools that can use Fabber will work with a correctly installed | ||
FSL distribution although currently not all models we have developed are | ||
available in FSL. | ||
|
||
Standalone Fabber distribution | ||
------------------------------ | ||
|
||
Standalone versions of Fabber including a selection of model libraries are available | ||
for a number of platforms. These may be useful if you don't want the rest of FSL | ||
or if you need a more up to date version of Fabber than the one included with FSL. | ||
|
||
The current standalone release can be found at `https://github.com/ibme-qubic/fabber_core/releases`_. | ||
|
||
This distribution can be used with tools requiring a Fabber installation such as | ||
the `Python API <https://github.com/ibme-qubic/pyfab/>`_, or Fabber-based plugins | ||
for `Quantiphyse <quantiphyse.readthedocs.io>`_. You should set the environment | ||
variable ``FABBERDIR`` to the unpacked distribution directory to ensure these tools | ||
can find Fabber. | ||
|
||
If you want to build your own models, or if you need a more up to date | ||
version of Fabber than the one included with FSL, you can build Fabber from | ||
the source code available in the `Github repository <https://github.com/ibme-qubic/fabber.git>`_. | ||
Pre-built binaries may be available for some platforms. | ||
Building from source code | ||
------------------------- | ||
|
||
To build the source code, see `Building Fabber`_. | ||
You can build Fabber from the source code available in the `Github repository <https://github.com/ibme-qubic/fabber_core.git>`_. | ||
You will need an FSL installation for this. For instructions see `Building Fabber`_. | ||
|
||
.. _Building Fabber: building |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.