-
Notifications
You must be signed in to change notification settings - Fork 19
Description
[This is a nice-to-have and not high priority but a nice opportunity for external contributions]
Neo (http://neuralensemble.org/neo/) is becoming the standard for the representation of electrophysiological data in the Python/neuroscience community. Recently, the neurotools project (http://neuralensemble.org/NeuroTools/) has been restarted with the goal of bundling existing analysis functions, using neo as the data representation format. I think it would be useful if Brian results (e.g. from a StateMonitor and SpikeMonitor) could be easily converted into neo objects to make use of these tools.
neo objects are basically numpy arrays with additional metadata (such as physical units), so generating them shouldn't be too difficult. The conversion would have to include a conversion from Brian's unit system to the unit system provided by quantities (http://pythonhosted.org/quantities/) but that should be quite straightforward.
I guess having this would make the tools.statistic package in brian1 obsolete?