-
Notifications
You must be signed in to change notification settings - Fork 24
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
ENH: Port bbregister T1-to-dwi registration from fmriprep #125
Conversation
Thanks for opening this pull request! We have detected this is the first time for you to contribute to dMRIPrep. Please check out our contributing guidelines.
Of course, if you want to opt-out this time there is no problem at all with adding your name later. You will be always welcome to add it in the future whenever you feel it should be listed. |
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.
Looking great - I think we can import the init_bbreg_wf
from fMRIPrep (I'll move it to smriprep or niworkflows, so that we do not depend on fmriprep). Please confirm.
Hello @slimnsour, Thank you for updating! Cheers! There are no style issues detected in this Pull Request. 🍻 To test for issues locally, Comment last updated at 2020-12-04 17:26:32 UTC |
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'm going to add three stupid changes to your comments. Thanks for your understanding.
@slimnsour please add your info to dmriprep/.maint/developers.json Lines 17 to 29 in 7002869
(it is ordered alphabetically by lastname) |
Shoot, I've overwritten your changes - assumed I was changing history (and I shouldn't have). Can you add the lines here as a comment? @slimnsour |
No worries, here it is.
|
Works locally. I'm going to merge. Thanks for this great work @slimnsour and sorry for my slow response all the time. |
Hello, this is to address #115 by adding bbregister to dmriprep. As you can see there is a little more work to be done because I wanted feedback on some things. Specifically:
dmriprep/workflows/dwi/base.py
ordmriprep/workflows/dwi/registration.py
?init_bbreg_wf
in this case? I would have just importedinit_bbreg_wf
from fmriprep but fmriprep is not part of the packages installed in dmriprep. What is the suggested practice here?Let me know of any feedback and I'll get to them.