~nipy-developers/nipy/fff2

12 by Alexis Roche
Modified README
1
GSL-free version of fff (fff is a silly name that could temporarily stand for 
2
"Fast and Furious fMRI" until we pick up another name). 
2 by stefan
List bzr branch in README.
3
4
Bzr branch: https://code.launchpad.net/~nipy-developers/nipy/fff2
11 by AR203069
Just a stupid edit
5
12 by Alexis Roche
Modified README
6
This fff version can be distributed under the terms of the BSD license. This 
7
will soon become the main development branch for fff (currently versioned on 
8
scipy.org) and, possibly quite  soon, be integrated into nipy's trunk. 
9
10
Please note that the package is temporarily named "fff2" for fff users to be
11
able to run both versions for a while. From python, you will have to: 
12
13
import fff2 
14
15
16
-----------------------------------
17
DIRECTORIES
18
-----------------------------------
19
20
doc/ : documentation. See INSTALL.txt for installation instruction
21
core/ : fff pure C library (GSL-free, optionally links with LAPACK)
22
python/ : root of the fff Python package
23
matlab/ : Matlab(tm) bindings
24
examples/ : example scripts to get inspired
25
tools/ : devel tools
26