-
Notifications
You must be signed in to change notification settings - Fork 53
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] example motion data in BIDS format for work on implementing motion data in MNE #114
Conversation
42 MB for a .tsv file is huge. Is another file format supported? It would be much smaller is binary format. |
Hi, currently Motion BIDS only supports |
it seems you can use a GZIPed of the .TSV see https://bids-specification.readthedocs.io/en/stable/modality-specific-files/physiological-and-other-continuous-recordings.html |
For physio yes, officially not for motion. But we will include this in the next release. Should I change it to GZIPed? |
if you think it will be added very shortly I would say yes.
…On Fri, May 24, 2024 at 10:13 AM jwelzel ***@***.***> wrote:
it seems you can use a GZIPed
For physio yes, officially not for motion. But we will include this in the
next release. Should I change it to GZIPed?
—
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHKHHRL3X6JDT5O2YEMBTZD3ZBRAVCNFSM6AAAAABIDSA5POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRYHA3TKNZQGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Has this been merged so I can start adding motion data to MNE and MNE-BIDS? |
I would say so !
… Message ID: ***@***.***>
|
…ion data in MNE (mne-tools#114) * [ADD] example motion data in BIDS format for work on mne-tools/mne-python#12141 (comment) * remove tsv file and add parquet using snappy compression * [ADD] GZiped .tsv * make `.tsv` GZIped
Hi, this is the BIDS formatted motion data to work on mne-tools/mne-python#12141 (comment). I have drafted a 'RawMotion' reader.
Additionally, I have EEG and EMG data (in BIDS) from this same subject to create meaningful examples.