Diff for "WorkingOutNipy" - Methods
location: Diff for "WorkingOutNipy"
Differences between revisions 2 and 3
Revision 2 as of 2007-07-24 17:03:19
Size: 815
Editor: devel06
Comment:
Revision 3 as of 2007-07-24 17:06:51
Size: 1018
Editor: devel06
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
See: The generic models code is in scipy.sandbox.models - to find where this is on the system (ipython):

{{{
import scipy.sandbox.models
scipy.sandbox.models.__file__
}}}

How to estimate a model on data:

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:

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).

The generic models code is in scipy.sandbox.models - to find where this is on the system (ipython):

import scipy.sandbox.models
scipy.sandbox.models.__file__

How to estimate a model on data:

  • God Knows - to be updated

None: WorkingOutNipy (last edited 2013-03-08 10:28:28 by localhost)