brainhack-school2020 / 3D_fMRI_visualization

I'm interested in developping some 3D viewing tools for fMRI time series, but open to adapt that to join a project.
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Add default parameters to decrease spatial and time resolution #6

Open FrancoisPgm opened 4 years ago

FrancoisPgm commented 4 years ago

Reduce the number of voxels to display and constrainthe number of time steps to speed up the color change.

FrancoisPgm commented 4 years ago

time resolution: done space resolution: currently just select one every n voxel on each dimension, it would be better to use the mean value or a more elaborate dowsampling method

pbellec commented 4 years ago

From the quick demo you had shared with me, it also looked like you were filling the whole field of view with markers. Would it be an option to only show the grey matter?

FrancoisPgm commented 4 years ago

I didn't think about that. On a suggestion of @benjamindeleener I am planning to add an option to select ROIs with checkboxes (given that the user provides the ROI masks). I guess doing the same with grey matter masks wouldn't be much more difficult.

FrancoisPgm commented 4 years ago

Btw @pbellec , would you have a spatial dowsampling strategy to recommand ? Or would you leave that concern to the user and just plot what's provided ?