Open
Conversation
Owner
|
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. |
Owner
|
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.
|
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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_htmlmethod.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.