manual:ras
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
manual:ras [2014/01/13 13:26] – adds howto merge zenke | manual:ras [2016/08/08 22:22] (current) – [ras file format definition] zenke | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The file extension " | + | ====== ras file format definition ====== |
+ | |||
+ | The ras file format | ||
< | < | ||
Line 9: | Line 11: | ||
5.716600 | 5.716600 | ||
</ | </ | ||
+ | The neuron number refers to the [[NeuronID]] within a [[SpikingGroup]]. The suggested file extension " | ||
+ | |||
+ | The format can be easily visualized with gnuplot, matplotlib or another function plotter, by plotting it as scatterplot: | ||
+ | {{ : | ||
- | Time is as usual given in units of seconds. The neuron number refers to the [[NeuronID]] within a [[SpikingGroup]]. | + | ===== Merging ras files from multiple ranks ===== |
- | When running in parallel you will often encounter having to merge the ras files from multiple ranks (e.g. output.X.ras). This can be done efficiently using linux '' | + | When [[parallel execution|running in parallel]] you will often encounter having to merge the ras files from multiple ranks (e.g. output.X.ras). This can be done efficiently using linux '' |
<code shell> | <code shell> | ||
sort -g -m output.*.ras > output.ras | sort -g -m output.*.ras > output.ras | ||
</ | </ |
manual/ras.1389615962.txt.gz · Last modified: 2014/01/13 13:26 by zenke