HSUPipeline / convnwb

A module of helper code for converting data files to NWB.
https://hsupipeline.github.io/convnwb/
MIT License
0 stars 1 forks source link

[?] Unit times file names #22

Closed maestapereira closed 5 months ago

maestapereira commented 5 months ago

Currently the function save_units saves the h5 times files adding a ch before the channel name. However, because the channel names are already chan_\d\d\d, for example, the units spike times h5 files end up saved as times_chan_chan_\d\d\d_u\d.h5.

https://github.com/HSUPipeline/convnwb/blob/142c8f8fb17d13eb8c350571923714d794cd242a/convnwb/sorting/io.py#L139

TomDonoghue commented 5 months ago

Fixed in this commit: https://github.com/HSUPipeline/convnwb/commit/11415d866af726d84cf78b80b61dc83f988efe45