-
Notifications
You must be signed in to change notification settings - Fork 132
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: Add gradient plot method #1292
Conversation
Add gradient plot method.
0cd3bff
to
fdeb89f
Compare
Notes:
|
I would prefer the first plot, but with a twist: it should render both the original b-vectors and where they land after head motion correction, possibly showing the glyph through which they rotate. The original b-vector could be just a point (not to overcrowd the plot) and then the rotated b-vector should take the color scale. Why this? First, because the plot would allow assessing head motion at the same time (we have some metrics summarizing the angles between original and rotated b-vectors). WDYT? |
I think eddymotion's viz module could be outsourced into nireports, so all nipreps can use it naturally without forcing the dependency. |
|
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.
After quickly looking to the code: should we directly outsource this from eddymotion into nireports?
Agreed. But I would leave that for a separate PR. See below.
OK, I see. For now, I would prefer to go forward with the code as I extracted from
OK. So I will close this PR and move the code |
Add gradient plot method.