On Wed, Feb 24, 2010 at 12:32 AM, Ariel Rokem
<arokem@berkeley.edu> wrote:
Hi everyone,
Gokhan is referring to this:
http://nipy.sourceforge.net/nitime/
For an exposition, see our Scipy conference proceedings paper (a pdf of which can be found here: http://argentum.ucbso.berkeley.edu/papers/Rokem2009Nitime.pdf).
We are still working on it. The intention of the library is to support analysis of data from neuroscience experiments, because we are neuroscientists, but so far, I don't think that we have made any design decisions that would preclude other scientists from using our time-series objects. In fact, the time-series objects we have designed support temporal resolutions as fast as picoseconds (the representation of time is done in int64, in order to avoid float-precision issues). It is still under development and we have yet to make a release of this, but the code (in development) is already available on github and the tests therein can direct you on the possible usage:
http://github.com/fperez/nitime
Cheers,
Ariel