juliencarponcy / trialexp

MIT License
2 stars 4 forks source link

Sorting fix #58

Closed teristam closed 9 months ago

teristam commented 9 months ago

This fixes bugs related to how spikeinterface handles loading different blocks of recordings in read_openephys. Previously it was based on the experiment number, which is not always reliable (e.g. when some experiments are deleted). Now it is switched to based on the block_index as returned by the Neo package. It is much more reliable.