-
Notifications
You must be signed in to change notification settings - Fork 9
MT / MST ready #59
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
MT / MST ready #59
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #59 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 11 11
Lines 169 173 +4
=====================================
- Misses 169 173 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Run 1 time and giving here the first impression:
TBC |
marcobarilari
left a comment
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.
Now our localizer can do a lot of stuff and it is great, docs will need to explain all its different capabilities and how to implement them.
Let me know if I can help refactoring the setParameters func, after that I think it's ready
|
|
fixes #64 |
|
LGTM! Only one last thing, unless I missed something in the MRI we will present the MT loc on the whole screen so we don't care to 'rescale' to the size of the actual subject view on the mirror. Will we need to tweak something to present the MT_MTS loc in a smaller central portion of the screen? (if changes are needed we can do it in a different PR, if I remember well initPTB can handle this thing and I can take care of it) |
Yes let's do that in another PR. I need to get this one off my chest. :-) |
|
ready to be merged |
very few changes in the repo itself but a lot actually happened in the CPP_PTB submodule.
@marco can I let you test it to make sure it runs fine?
I still need to refactor the setParameters to have all the stuff related to the MT / MST will be in the same spot.