SpikeInterface / MEArec

Fast and customizable of extracellular recordings on MEA
GNU General Public License v3.0
42 stars 19 forks source link

Bursting spikes code #155

Closed ZiadAli closed 1 year ago

ZiadAli commented 1 year ago

Hello - in line 451 of the recordinggenerator.py file, shouldn’t the params key be “n_burst_spikes”, not “exp_decay”? 3DB70193-E6D7-44E0-81B1-35E92A7D4140

alejoe91 commented 1 year ago

Indeed! It's fixed here #156

Note that normally this is never a problem since the n_burst_spikes is defined in the default parameters. The only way that one could "reach" the bug is to provide a custom dictionary made from scratch without that parameter, or to manually delete it ;)