I am trying to write spikedetector data into .gdf files in binary format, but I cannot.
I am setting the binary
param of the spikedetector to True
(I checked it using nest.GetStatus
) but files are written in ASCII:
neurons = nest.Create('iaf_psc_alpha', 5)
sr = nest.Create('spike_recorder')
nest.Connect(neurons, sr)
sr.SetStatus({'binary': True})
I am using NEST 2.18