mirror of https://github.com/jlizier/jidt
Adding header comment to spk_to_pk.py and changing filename
This commit is contained in:
parent
bcefd900c4
commit
a040cde6da
|
|
@ -1,3 +1,6 @@
|
|||
# This script converts CSV files of spike times (e.g. from the Wagenaar data set) into
|
||||
# pickle files of spike times in the format that the net_inf.py script expects
|
||||
|
||||
import numpy as np
|
||||
import pickle
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Reference in New Issue