-
Notifications
You must be signed in to change notification settings - Fork 41
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
[WIP] Reporting - Plotly #469
base: master
Are you sure you want to change the base?
Conversation
Yeah I really like this and I think it would work nicely as an interface in core/interfaces because nearly all of the images to be plotted live in the workflow metadata. |
So with wm + csf segmentation overlays, it could be something like:
For whatever reason though, the .html snapshot it returns (with both the original and my modified version of the function) looks way different than yours? |
Codecov Report
@@ Coverage Diff @@
## master #469 +/- ##
=======================================
Coverage 71.74% 71.74%
=======================================
Files 12 12
Lines 5270 5270
=======================================
Hits 3781 3781
Misses 1489 1489 Continue to review full report at Codecov.
|
There is still a lot to-do on this, but it's a start. This uses plotly to create figures, which can then easily be embedded into html reports using to
to_html
method.This produces simple axial slice plots similar to fmriprep. Plotly is super cool and can also do things like animations - which could be useful for checking registration - with a relatively small amount of code.
To-Do List:
Anyone can directly push here as well. I'll likely be slow, so don't let me bottleneck things.