Add figure to facilitate CIFTI visualization
Closed this issue · 4 comments
mgxd commented
Even though we are using the CIFTI (when available) within the carpetplot generation, a figure would be ideal
Preliminary testing with https://github.com/danjgale/surfplot yielded decent results:
effigies commented
This is just the mean BOLD? Are we also doing a carpetplot?
mgxd commented
no, this is showing the left/right surfaces at timepoint 0 of the BOLD series. The carpetplot will use the CIFTI if available, otherwise just the volumetric NIfTI (added in #491)
mgxd commented
Ok, laying some steps out here:
- Add
32k
and59k
midthickness/inflated/very-inflatedfsLR
surfaces to TemplateFlow. - Add
surfplot
as a dependency, which requiresvtk
- Add code to generate figure from CIFTIs
(In fMRIPrep/nibabies/etc) - Add figure to reports
oesteban commented
- Create a colormap that plots everything <= 0 in fully transparent color (e.g., it would look gray as the interhemispheric junction).