Hi, I've recently written a set of registered Julia packages packages for working with CIFTI data. See for example my write-ups about it on the Julia discourse site here and here.
My packages also use surface data, but currently I have to resort to a workaround to get what I need for that. Specifically I need the pointset/coordinates, the triangles, and the medial wall components from surf.gii files. Anyway, it is the missing piece of the puzzle in the current state of my surface-space fMRI framework. I get around it currently by simply using a .jld file containing surface data that I've manually put together. Most prospective users of my packages probably are not going to be willing to do that, though.
To remedy this gap, I would like to use your existing unregistered package as at least a starting point towards developing a more full-featured GIFTI.jl, to be submitted to the Julia General Registry.
Let me know if you have any interest in collaborating on this and/or is you have any thoughts that you'd like to discuss.
Thanks.
Also adding a tag for @PavanChaggar
Hi, I've recently written a set of registered Julia packages packages for working with CIFTI data. See for example my write-ups about it on the Julia discourse site here and here.
My packages also use surface data, but currently I have to resort to a workaround to get what I need for that. Specifically I need the pointset/coordinates, the triangles, and the medial wall components from surf.gii files. Anyway, it is the missing piece of the puzzle in the current state of my surface-space fMRI framework. I get around it currently by simply using a .jld file containing surface data that I've manually put together. Most prospective users of my packages probably are not going to be willing to do that, though.
To remedy this gap, I would like to use your existing unregistered package as at least a starting point towards developing a more full-featured GIFTI.jl, to be submitted to the Julia General Registry.
Let me know if you have any interest in collaborating on this and/or is you have any thoughts that you'd like to discuss.
Thanks.
Also adding a tag for @PavanChaggar