Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:ras

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
manual:ras [2013/10/08 15:37] – created zenkemanual:ras [2015/08/27 21:14] – [Merging ras files from multiple ranks] zenke
Line 1: Line 1:
-The file extension "RAS" is used for spiking data files created by the [[SpikeMonitor]]. The format is a space separated list containing "time  neuronnumber" pairs:+====== ras format definition ====== 
 + 
 +The file extension "ras" is used for spiking data files created by the [[SpikeMonitor]]. The format is a space separated list containing "time  neuronnumber" pairs:
  
 <code> <code>
Line 11: Line 13:
  
 Time is as usual given in units of seconds. The neuron number refers to the [[NeuronID]] within a [[SpikingGroup]].  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 [[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 ''sort'' program
 +<code shell>
 +sort -g -m output.*.ras > output.ras
 +</code>
manual/ras.txt · Last modified: 2016/08/08 20:22 by zenke