Adin Aberbach
Adin Aberbach
The problem is that the spike times are confined within the tstart and tstop. Therefore, given that spike times are interpreted as ms in the virtual cell instead of as...
If you go to tutorial 2 where the spikes are generated, the dataframe of spike times is printed out. You can see there that all of the times are between...
That is strange because I don't get that. ``` from bmtk.utils.reports.spike_trains import PoissonSpikeGenerator psg = PoissonSpikeGenerator(population='mthalamus') psg.add(node_ids=range(10), # Have 10 nodes to match mthalamus firing_rate=10, # 10 Hz, we can...