-
Notifications
You must be signed in to change notification settings - Fork 161
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
[ENH] Specify how to share cross-talk and fine-calibration for Neuromag/Elekta/MEGIN data #581
Conversation
I'm wondering if ".dat" file should be a special case for fif files or whether fif files should also be stored in "father level" directories like KIT or 4D. That way you can add any other files that go with the recording. I realize this would break backwards compatibility though. |
Thanks for writing up this proposal, @sappelhoff!
I'd like to point out that the fine-calibration file is really just an ASCII text file with columns. So if one has to rename the file anyway to adhere to the proposed BIDS naming scheme, one might as well change the extension to something that's already considered valid? The file I have here consists of multiple columns (without a column header); the first column is separated from the second via a single tab character; and all other columns are separated using a single space. So unfortunately this doesn't qualify as a TSV :(
That's quite a long name, maybe
Yes, there are no cross-references embedded in those files. For using them, one points the processing software to the exact location of either file, and that's sufficient.
Yes I believe this should be sufficient. Since the files won't change within sessions (i.e., they'll be the same for all tasks & runs), the full names could be:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the suggestec changes look good to me
Co-authored-by: Alexandre Gramfort <[email protected]>
Co-authored-by: Alexandre Gramfort <[email protected]>
Co-authored-by: Stefan Appelhoff <[email protected]>
@hoechenberger just a note that we typically wait for 5 days until merging a PR so to give everybody a chance to review. See also decision-making Just as a friendly note for the future. :) If @jasmainak or @guiomar disagree with the changes we'll have to make adjustments post-merge. |
Oh. Whoops. I'm sorry, I just waited for the Merge button to turn green :< |
This is a proposal on how cross-talk and fine-calibration files can be shared using BIDS.
Both files are necessary to make Neuromag/Elekta/MEGIN data usable, more information can be found in these threads:
The proposed solution would require validator adjustments:
.dat
becomes a valid extension for MEG data ... but ONLY ifacq-crosstalk
is part of the file name*_acq-calibration_meg.fif
Disclaimer: I never worked with Neuromag/Elekta/MEGIN data
Attention needed:
@bids-standard/raw-electrophys-meg @agramfort @larsoner @guiomar