Closed maestapereira closed 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.
save_units
ch
chan_\d\d\d
times_chan_chan_\d\d\d_u\d.h5
https://github.com/HSUPipeline/convnwb/blob/142c8f8fb17d13eb8c350571923714d794cd242a/convnwb/sorting/io.py#L139
Fixed in this commit: https://github.com/HSUPipeline/convnwb/commit/11415d866af726d84cf78b80b61dc83f988efe45
Currently the function
save_units
saves the h5 times files adding ach
before the channel name. However, because the channel names are alreadychan_\d\d\d
, for example, the units spike times h5 files end up saved astimes_chan_chan_\d\d\d_u\d.h5
.https://github.com/HSUPipeline/convnwb/blob/142c8f8fb17d13eb8c350571923714d794cd242a/convnwb/sorting/io.py#L139