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
MRG, ENH: Allow saving non-head cf in mon.save #8532
Conversation
thx @larsoner ! |
This won't work...
|
Also, after correcting the error mentioned below, the following code generate and assert exception
The printing of "WRITING coord_frame in mne.io.write.write_dig_points 5" indicates that the up to mne.io.write.write_dig_points the coordinate frame seems to be taken into account. Maybe the issue is in mne.channels.read_dig_fif ? |
Apologies. Please disregard the last message, I had not rebased my git when I tested. The previous one is valid though and this slight bug should be corrected for the full functionality of |
@christian-oreilly the idea of this PR is not use |
Sure... I can check... but this code is still broken no?
At least, if it is not considered broken, the documentation of |
Yes we should fix this |
FYI, |
As discussed with @agramfort, there is no need to have this restriction. Simultaneously makes things more DRY and removes two
# XXX
comments from our code, which is nice.