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

Forcing .gz compression on physio files not optimal #1788

Closed
arnodelorme opened this issue Apr 16, 2024 · 5 comments
Closed

Forcing .gz compression on physio files not optimal #1788

arnodelorme opened this issue Apr 16, 2024 · 5 comments
Labels

Comments

@arnodelorme
Copy link

arnodelorme commented Apr 16, 2024

I was reviewing the format specifications for physio files. Forcing ".gz" compression of the .tsv file makes little sense to me. Some physio files (eye-tracking files, for example) have low channels and low sampling frequency, so raw .tsv files should be allowed because they are usually not that big anyway. Also, ".gz" compression is problematic. This is not a standard compression scheme on Windows. BIDS is supposed to be easy to use. The ".gz" compression may force some users (including naive users who only want to open the file in Excel) to install specific software. Preparing a physio file on Windows will be nearly impossible for naive users who do not master the DOS command line or install Cygwin or another similar tool. Forcing people to use a Unix compression scheme on Windows decreases adoption. Let's allow standard .tsv in addition to compressed .tsv files for increased ease of use. @robertoostenveld @CPernet

@effigies
Copy link
Collaborator

Is this specific to eye-tracking? Because there's a BEP working on that: #1128

@arnodelorme
Copy link
Author

@Remi-Gau
Copy link
Collaborator

Remi-Gau commented Apr 16, 2024

@arnodelorme

@effigies
I think that the eyetracking BEP is high-lighting how this could be an issue but to me it looks like that compression issue is partly orthogonal to the eyetracking content.

@arnodelorme
Copy link
Author

OK

@Remi-Gau
Copy link
Collaborator

thanks 😉 🙏🏾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants