-
Notifications
You must be signed in to change notification settings - Fork 186
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
Add IO tutorial #3098
Comments
Also the structure of analyzers folders/part paths! |
This sounds great!! I am not so familiar with |
|
I do think but I forget where this was stated (I think it was @JoeZiminski ), our docstring formatting injection really fails for |
Great so just to review, ATM there is:
It's awesome that so many file writing methods are supported. I wonder if these is some room for API optimisation, although it is certainly not simple. It is complicated by the fact that 1) There are different (all useful) ways to save the data, as a standalone file (binary, h5) or in "spikienterface-format", and that these functions all require different kwarg sets. Initially I thought it would be nice to route everything through Some ways to streamline might be: make a distinction between spikeinterface-style saving (e.g. I'm not 100% sure on the above, the number 1 thing to help make all this clear will be this IO tutorial, it will be super useful! |
Related to here: |
OK, I have been very busy but been meaning to this since #3053 and #2958
We should add an IO tutorial were we explain was is the way that we intended for spikeinterface objects to be saved.
This is a discussion post to discuss the details.
My opinion:
save_to_binary
andsave_to_zarr
and what kind of arguments it supports.how to
(on the slow makings by me!).Probably some of this information is distributed in the modules documentation. I will need to fish was already there and just add structure to it.
The text was updated successfully, but these errors were encountered: