Thursday, June 26, 2014

Day 28: Folding back in

Today I noticed some comments on my pull request from a few weeks ago. I realized that I haven't been working inside the MNE repository for some time. In addition to not implementing the comments, I realized that my code was behind the main branch. I merged my brain back in with the main branch, and made some changes to my code.

Another concern is that my fixes to get my code working involved commenting out some Raise Errors and powering through the code. MNE currently supports two types of source spaces; two hemisphere sources or one volume source. I need to create a type of source space that incorporates both, and add exceptions within the MNE code to support my combined source space.

I started the process today, but this will be a long process of trying out a lot of existing functions, seeing what fails, and adding exceptions.

No comments:

Post a Comment