-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add RVT algorithm (Birn et al. 2006) #21
Conversation
Thank you for opening this! I have a couple of minor notes, but I will hopefully be able to review the code in detail in the next week or so. This PR targets #1. Would you mind linking to it with a keyword in your summary comment? Additionally, I believe that our current plan is to have modules based on the modality, rather than a given metric (although I haven't been on the last couple of dev calls, and @smoia may need to correct me). Assuming that's still the case, it would be awesome if you could place the |
Great, this should be done. I figured it should be in there, but wasn't sure we weren't setting ourselves up for a bit of a hairy merge in the future. Let me know if you have any comments. |
It looks like the linter is catching some issues with the docstring. Would you mind addressing those? I'll paste them here for easy reference:
I'll still need a couple of days before I can do an in-depth review, but maybe one of the other |
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.
I have a few requested changes, as well as a couple of questions that need @smoia's input.
@rzlim08 do you know if the RVT code is functional? I have an analysis where I need to use RVT and I'd like to use your function. |
Sorry for the late reply, adjusting to a job change currently. The RVT code should be functional, I think the remaining thing in this PR is to resolve some annoying merge conflicts. I would look through and make sure you agree with the choices made, I believe I modelled this off the AFNI RVT algorithm, which makes some pretty opinionated choices. |
Thanks @rzlim08! |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #21 +/- ##
==========================================
+ Coverage 43.52% 47.04% +3.51%
==========================================
Files 7 7
Lines 301 321 +20
==========================================
+ Hits 131 151 +20
Misses 170 170
|
Draft algorithm of RVT.
Proposed Changes
Closes #1
Change Type
minor
(+0.1.0)Checklist before review