Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve information displayed on the table #1

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Conversation

h-mayorquin
Copy link
Collaborator

This PR adds more information to the info table of each of the templates. This is a request from Alessio.

This took a bit longer than I expected. The zarr library that is efficient to extract the data does not support reading strings (such as brain area) or big ints (such as unit_ids sometimes). I could hack the extractor of the library to use variable length encoding or msgpack and that works well but bigint is too deep. Moreover, this would require me to modify some of the zarr code in spikeinterface and probeinterface which I was recluctant to do. At the end I decided to use another library for extracting the string and big int info.

@h-mayorquin h-mayorquin merged commit 6c415c8 into main Apr 26, 2024
@h-mayorquin h-mayorquin deleted the use-zarrita branch April 26, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant