mne-tools / mne-bids

MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
https://mne.tools/mne-bids/
BSD 3-Clause "New" or "Revised" License
126 stars 83 forks source link

Template versus True digitization data #264

Open sappelhoff opened 4 years ago

sappelhoff commented 4 years ago

related to #89 and #263

In BIDS, we should not write template data, such as position/digitization data from electrodes.

In our last call @agramfort @jasmainak @massich and I agreed to deal with this in the following way:

jasmainak commented 4 years ago

so bottom line is we need a new param dig_is_template and transform to head coordinates before writing to BIDS?

sappelhoff commented 4 years ago

yes, and potentially checking if points fit on a sphere ... and IF they do, send a warning that we probably deal with template data