Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:auryn_binary_extract

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
manual:auryn_binary_extract [2015/08/30 18:29] – created zenkemanual:auryn_binary_extract [2016/06/16 17:01] (current) – deleted zenke
Line 1: Line 1:
-====== Auryn Binary Extract (aube) ====== 
  
-This command line tool extracts spike information from [[bras|binary spike raster files]] and converts them in the more digestible [[ras]] format. Binary files provide a significant simulation speed advantage over the old [[ras]] file format and allow random access to spike information. ''aube'' is capable of efficiently merging multiple [[bras]] files and export select temporal ranges from it to the more digestible [[ras]] format. It can be efficiently incorporated into Linux command-line and pipe based work flow and works flawlessly with [[gnuplot]]. The tool included with Auryn releases (ver. >0.6.1) and can be found in the ''tools'' directory. 
- 
- 
-===== Usage examples ===== 
- 
-Suppose you have the bras file ''/tmp/coba.0.e.bras'' and want to extract all spikes from it and write them to stdout. All you need to do is to call: 
-<code> 
-aube --input /tmp/coba.0.e.bras 
-</code> 
-Note, you find an example program generating binary spike output at ''examples/sim_coba_binmon.cpp''. 
- 
-Suppose you ran your simulation in parallel (you end up with multiple files /tmp/coba.*.e.bras) and you would like the write spikes from 7s to 10s to a file ''output.ras''. The aube call for you is: 
-<code> 
-aube --inputs /tmp/coba.*.e.bras --from 7 --to 10 --output output.ras 
-</code> 
- 
-You can use ''aube'' in pipes which for instance allows you calling it from without [[gnuplot]]. To plot the last 1s of spikes from a simulation from within gnuplot run: 
-<code> 
-plot '< aube --inputs /tmp/coba.*.e.bras --last 1' with dots 
-</code> 
manual/auryn_binary_extract.1440959395.txt.gz · Last modified: 2015/08/30 18:29 by zenke