Ticket #23 (new task)

Opened 2 years ago

Last modified 1 year ago

Implement/test writing spikes/voltage to HDF5 format

Reported by: apdavison Assigned to: somebody
Priority: major Milestone: 0.5.0
Component: unspecified Version: trunk
Keywords: Cc:

Description

Formats should be those used in NeuroTools.

My preference would be to allow printX() functions/methods to accept an open file-like object instead of a filename, so the file could be opened in user code and passed as an argument.

The alternative is to explicitly support HDF5 in PyNN by importing NeuroTools or PyTables. I would prefer to avoid this to minimise the number of dependencies PyNN has. It should at least be a soft dependency (i.e., if you have PyTables, you can have HDF5, if not, you can only have ASCII).

Change History

10/05/07 16:34:44 changed by apdavison

  • milestone changed from Release 0.4.0 to Release 0.5.0.