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

Incorporate data compression #161

Open
JoeZiminski opened this issue Dec 13, 2023 · 0 comments
Open

Incorporate data compression #161

JoeZiminski opened this issue Dec 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JoeZiminski
Copy link
Member

This will fall into two parts

  1. use compressed format for all intermediate data (potential problem with this is that some intermediate data e.g. written for kilo sort cannot be compressed as KS cannot read it. So actually, this doesn't really world. It is better to instead delete it outright. But other intermediary steps can probably be compressed e.g. waveforms
  2. Compression of input data. spike wrap could automatically compress input data. This is the best approach for compressing as much data as possible but will have to be a user-set switch
@JoeZiminski JoeZiminski added the enhancement New feature or request label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant