-
Notifications
You must be signed in to change notification settings - Fork 169
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
Comments
Is this specific to eye-tracking? Because there's a BEP working on that: #1128 |
It is in the current BIDS standard https://github.com/bids-standard/bids-specification/blob/master/src/modality-specific-files/physiological-recordings.md |
@effigies |
OK |
thanks 😉 🙏🏾 |
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
The text was updated successfully, but these errors were encountered: