inincs / pyNCS

pyNCS is a python library that allows easy access to Neuromorphic Chips and Systems (NCS),
http://inincs.github.com/pyNCS/
GNU General Public License v2.0
16 stars 10 forks source link

input spikeList format #15

Closed aamirsyed closed 11 years ago

aamirsyed commented 11 years ago

So one issue we just solved was some confusion about the input spike list, when passed to the function: input_pop.soma.spiketrains

So, in the spikelist:: list of tuples (id, time), id were the logical addresses.

Thanks for confirmation!

sheiksadique commented 11 years ago

The documentation is missing the fact that in AddrGroup.spiketrains() function requires tuples with ID as the logical address of the group (ie. AddrGroup.laddr) and not the standard indexing of the population or the address group.

Documentation will be updated soon.