Recording and saving to file
Posted: Tue Jul 22, 2014 5:20 pm
Hi,
I am currently investigating how to record results from NEURON to file (eventually, I want to write the contents of such files to another file format).
So far, I have found the options to store vectors ...
1) via GUI plots to a text file
2) via printf to a text file
3) via vwrite to a binary file
My questions:
- Are there any other methods to store simulation data?
- Is there a standard way to store big amounts of simulation data? For example, the second option above (printf) allows to store in pretty much every format - is there kind of a "standard" format that's adopted by most users?
- In your experience, how often do NEURON users store their raw simulation data (in terms of voltage time series etc) vs directly storing plots or analyzed results?
Thanks in advance!
Johannes Rieke
OpenWorm
I am currently investigating how to record results from NEURON to file (eventually, I want to write the contents of such files to another file format).
So far, I have found the options to store vectors ...
1) via GUI plots to a text file
2) via printf to a text file
3) via vwrite to a binary file
My questions:
- Are there any other methods to store simulation data?
- Is there a standard way to store big amounts of simulation data? For example, the second option above (printf) allows to store in pretty much every format - is there kind of a "standard" format that's adopted by most users?
- In your experience, how often do NEURON users store their raw simulation data (in terms of voltage time series etc) vs directly storing plots or analyzed results?
Thanks in advance!
Johannes Rieke
OpenWorm