[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:
|
robertoostenveld
left a comment
There was a problem hiding this comment.
the suggestec changes look good to me
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
Co-authored-by: Stefan Appelhoff <stefan.appelhoff@mailbox.org>
|
@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:
.datbecomes a valid extension for MEG data ... but ONLY ifacq-crosstalkis part of the file name*_acq-calibration_meg.fifDisclaimer: I never worked with Neuromag/Elekta/MEGIN data
Attention needed:
@bids-standard/raw-electrophys-meg @agramfort @larsoner @guiomar