Matteo Visconti di Oleggio Castello
Matteo Visconti di Oleggio Castello
Hi, first of all thank you so much for this package. I'm exploring riemaniann geometry for my work and this package and the learning materials are amazing. I hit the...
I just wanted to provide one more data point. Today I managed to install git-annex painlessly with homebrew, running ```bash brew install --build-from-source git-annex ``` it took about 25 minutes,...
I think I got the same issue with the adaptive mask testing out sequences with ipat/mb and 3 echoes and using fMRIPrep. The mask is too aggressive, and cuts out...
Adding a note to myself that - NaNs in `Vertex` objects are displayed as transparent on quickflat, but not on webgl - NaNs in `VertexRGB` objects are not displayed as...
#458 should fix the problem with `VertexRGB` objects. However, that PR doesn't fix the problem with `Vertex` objects. I explored the code for a while, and I think the problem...
I cannot replicate this issue with a newly imported subject from fmriprep. Have you perhaps tried to import this subject multiple times? Can you try to replace the last call...
Hmmm interesting. The error you are having is caused by a shape mismatch between the curvature data (generated by freesurfer and stored as `{hemi}.curvature` under `freesurfer//surf/`) and the surface data...
Hmmm, I've never seen this before, but from the error you posted it seems to come from nibabel. For some reason there are some issues with nibabel not being able...
Hi @iPsych, I believe the code you are referring to in the paper was meant to be a proof of concept. I would suggest you look at the example gallery,...
You will need to provide a volume dataset as a numpy array (instead of the randomly generated volume). You can load volumes in python using nibabel, with something like this...