-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Use FSSurface with parcelation to create material segmentation of FSAverage scan to white matter, grey matter, CSF, skull, skin, air
FSaverage has brain segmentation, but it seems skin and skull surfaces are only available as .surf files. Faces were scrambled, there is also no cavities.
.surf files can be read by MNE and converted to .obj. Pyvista can read .obj and has filters to select points which are inside of the surface.
create scripts to convert such segmented MRI into a mesh made out of cubes with properly assigned materials, and try to simulate something?
Try to create a cube mesh using the 4 spheres sampled materials, and compare 4 spheres conforming mesh and the cube mesh solutions?
Additional information and tools to segment MRI scans into tissues:
https://link.springer.com/article/10.1007/s12021-020-09504-5#rightslink
https://github.com/gtaberna/mrtim/wiki
https://github.com/wwu-mmll/deepmriprep
TODO:
Add far boundary mesh option
