NF: first draft implementation of itab reader.#13984
Conversation
robbisg
left a comment
There was a problem hiding this comment.
Sorry, we didn't check these style problems, LGTM!
|
Most CIs won't run until the style CIs are happy, can you look into the failures here for example? For the Let me know if you need help and/or want me to look over the code! |
|
Hi @larsoner , thanks for the reply. I don't think that at this stage you should look at the PR since it is a super draft and don't want to waste your time. I will check CIs output and fix them. |
…nto itab_reader
for more information, see https://pre-commit.ci
|
Still work in progress. I fixed some lint issues and added checks. |
Reference issue (if any)
Draft #12439
What does this implement/fix?
This implementation aims at solving the #12439 enhancement, thus creating a reader for ITAB MEG files.
We added the basic reader class for both raw and mhd data, constants and a draft test function.
In this PR we did not provide a test file, however we can provide it wherever you prefer (mne-testing-data?).
Additional information