-
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
Clarifications needed for EEG coordinate system #416
Comments
If I remember correctly, the reasoning was as follows:
What I currently cannot explain is why we permit a |
correct, electrodes (positions) and coordinates (in which they are expressed) are required to remain constant in a session. If not, then the data must be represented over multiple sessions (which can be on the same day). Also, if multiple EEG systems are being used in succession on the same subject (e.g. with dry electrodes), it should be represented in multiple sessions. Different sampling rates and/or filter settings of the amplifier can happen within a session, as (of course) multiple runs of the same task, or different tasks in different (EEG) files. Electrode positions are (potentially noisy) measurements that can be done multiple times, hence the I also do not recall why there is an optional |
PS this question about the use of BIDS would be better suited on https://neurostars.org/tags/bids or on https://groups.google.com/forum/#!forum/bids-discussion. This github repository is for the ongoing development of the specification. |
Dear Nikita, if your question has been answered, could you please close this issue? If not, please feel free to ask a follow-up question. thanks |
I still confused,
|
Hi @nbeliy Regarding your first point:
I was making up an example, for which you may need the This is what @robertoostenveld said:
It is true that a coordinate system only needs to be specified once. However in my example, a researcher for whatever reason decided to record the electrode positions (the same electrodes, in the same place, on the same subject, in the same session) twice with two different electrode-position-recording-systems. --> in such a case, you can use the point 2
Could you please clarify what you mean by this? What do you mean by proper EEG? Electrode measurements always relate to the electrodes on a subject during an EEG recording session. point 3You could change the task label for tasks with a longer duration. E.g., To see the reasoning for why we don't have an specifically, please take a look at the draft table for that PR, which can be found here: https://docs.google.com/spreadsheets/d/1pYr8nigiJ6wm8cGaLjj2TsY-or8ELGcjAUXZifktd_4/edit#gid=0 --> the comment thread in Cell A 18 may be the explanation you are looking for. |
Following disscussion in #198 and #188 I see clearer now. Will it be possible include part of it in documentation?
I meant that there no direct association in name between electrode positions and EEG data file.
Or, even more, If for each task I want to measure positions before and after? The |
I would agree with the suggestion from @robertoostenveld above, that the definition of a session assumes that the electrode positions are consistent within the session and if electrodes are moved a different session should be created. You can add a FAQ in the bids-starter-kit if you think this requires clarification. |
@dorahermes - it may be useful to clarify if this is specifically in the notion of a session in EEG, or more generally. for example, in MRI, we consider a session a logical session. thus if a person is taken out of the scanner and put back in, while all kinds of references change, it would still be considered the same session. in fact it was argued and agreed that if a person came on day1 to do a set of scans, could not finish and came on day2 to complete, that would be considered a single session. but there is a lot of flexibility around the notion of a session when original bids was developed. |
The direct association is that the electrodes file is in the same directory as the EEG data, and that it has the same |
For me , it's more an indirect association. But I got answers on my questions, so I close the issue. |
further clarification of the specification is always welcome, feel free to do a pull request. |
Dear BIDS experts,
I'm a little bit confused about the naming of coordinates related files for https://bids-specification.readthedocs.io/en/v1.2.1/04-modality-specific-files/03-electroencephalography.html#coordinate-system-json-_coordsystemjson
For the data and the channels the template is
But for the electrodes, the task entity is missing while acquisition appears:
And for coordinates run disappears:
Is this naming inconsistencies are intended, and what the reason behind it?
The text was updated successfully, but these errors were encountered: