我正在尝试将尖峰检测器数据以二进制格式写入 .gdf 文件,但我不能。
我binary
将spikedetector的参数设置为True
(我使用检查过nest.GetStatus
),但文件是用ASCII编写的:
neurons = nest.Create('iaf_psc_alpha', 5)
sr = nest.Create('spike_recorder')
nest.Connect(neurons, sr)
sr.SetStatus({'binary': True})
我正在使用 NEST 2.18