Working out NIPY
For a web interface to the code tree: http://projects.scipy.org/neuroimaging/ni/browser/ni/trunk
Useful examples (not quite quick start): http://projects.scipy.org/neuroimaging/ni/browser/ni/trunk/examples/quickstart
For a basic introduction to setting up designs:
http://projects.scipy.org/neuroimaging/ni/browser/ni/trunk/examples/quickstart/design_models.py
http://projects.scipy.org/neuroimaging/ni/browser/ni/trunk/examples/quickstart/design_regressors.py
To run an example script where we are, start ipython --pylab, then:
run /home/ian/devel_trees/nipy/examples/quickstart/design_models.py
(you need the ipython --pylab option to allow matplotlib to keep producing figures without locking the console).
See:
- God Knows - to be updated
