-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
interpolate missing channels #11738
base: main
Are you sure you want to change the base?
interpolate missing channels #11738
Conversation
@larsoner thanks for having a look. I will try to work on this soon. |
@drammock @larsoner I have created a thanks! |
Why do you need this file? To me I would just directly create the |
I thought its a clean way to interpolate any missing channel for Do you want me to copy the |
No my suggestion for MEG (as before) would be to get the channel positions from some other instance. Why do we need a new file? |
Okey. I was thinking earlier.. of having a single file that contains different MEG systems |
I'd prefer to avoid adding a new file with positions |
# Now we have to update channels location. For this, we will use MNE's | ||
# in-built MEG layout configuration | ||
|
||
file = "/home/dip_linux/PycharmProjects/mne-python/mne/io/fiff/VectorView_mne_loc.json" |
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.
hardcoded path.
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.
@wmvanvliet Thanks for having a look. I still need to modify the code based on my last discussion with Eric.
Unfortunately, I am really busy these days. I will get back it soon.
Reference issue
Example: Fixes #11652
What does this implement/fix?
It answers one straightforward question: “how do I interpolate a sensor that was completely missing from a recording?”
CC @drammock, I did some changes.