Ellyn Butler
Ellyn Butler
Not sure if this is helpful, but I wrote my own function for cubic interpolation: https://github.com/NU-ACNLab/mwmh/blob/main/scripts/process/cubic_interp.py
I implemented it with scipy. Just created a wrapper function to loop over voxels and get the voxels to exclude based on fFD (which I mentioned [here](https://github.com/nilearn/nilearn/issues/3365)).
Awesome! Thank you.
Sounds good! I don't know where is the right place to put this. I have written my own fFD function, and thought I'd share it in case that is helpful:...
I do not get any warning or error message. I am using a MacBook Pro with Catalina 10.15.7.
Ah! I was using Safari, but I just tried Chrome and it worked. Thanks for the help!
So I figured out how to check the shape in python, and is it (1110, ) there as well. Can neuromaps not handle timeseries data?
Hi @VinceBaz! Thank you for letting me know so quickly! I spent awhile trying to get a solution to work in workbench, but ran into an issue I couldn't resolve....