-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix the montage rereference #131
Comments
True. But we never decided on whether it's worth the effort? |
Indeed. That is the point... we should decide and act on it (i.e., remove wrap_locs if not, implement it if yes). Following the previous exchange with @jadesjardins I tend to lean on the side that it is relevant to do something... particularly for the pooling of dataset recording with different systems and having a different coverage of the head (e.g., EGI including the lower back of the head vs a 10-20 montage that did not) since this coverage difference can bias the reference.
Yes, but I am not so much reference to the 'replace_string' of that code but the 'montage_info' and the fact that we currently have two place where the montage can be specified. |
Agreed. Now we just have to find someone to do the job ;) |
I'm happy to take a stab at something like this. I'm about to push a minor montage fix so it's good timing. Can you point me to the MNE functions that would do something like |
@Andesha I haven't looked at dyour comment/PR Yet but yeah the co-registration to the 10-20 surface (to be used for robust average referencing) is something we want to implement but it's a bit complex so never finished it. If you look at the The MNE site will definitely have an API documentation and probably a tutorial for it. Ping us with any questions, we're happy to help. |
Currently the
pipeline
functionwrap_locs
appears not be used anywhere. Similarly,self.config['replace_string']['montage_info']
is used only inwrap_locs
. I also think we did not implemented the referencing on a common surface. We need to fix these things.The text was updated successfully, but these errors were encountered: