Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gyrification measure depends on output_density #87

Closed
jordandekraker opened this issue Jul 9, 2021 · 3 comments
Closed

gyrification measure depends on output_density #87

jordandekraker opened this issue Jul 9, 2021 · 3 comments

Comments

@jordandekraker
Copy link
Collaborator

This is a bit annoying, we should maybe look more into how wb_command calculates gyrification. The evenly tessellated outputs don't seem to contain anything too interesting here (or maybe its just noisier due to sharper edges?). Perhaps we should calculate on the 32k surface and then downsample to 2k and 7k?

@akhanf
Copy link
Member

akhanf commented Jul 10, 2021 via email

@jordandekraker
Copy link
Collaborator Author

Yeah, that's what I figured. I like freesurfer's localGI method, and it would probably produce something similar but a bit different to what we have been doing previously.
Just to flesh out what we had been doing, instead of comparing surface area to a native vs smoothed hippocampus we are instead comparing it to a fully unfolded (or rectangular grid) hippocampus. I still think this is a useful measure, but to call it a gyrification index is a bit different from how other are using the term (maybe we could consider calling it surface distortion or something like that?). I also wouldn't mind just keeping this method, calling it gyrification, and clarifying the calculation in the methods section.
If we did freesurfer's localGI then it might be easier to write our own python function rather than add dependencies.

@akhanf
Copy link
Member

akhanf commented Jul 15, 2021

Yes I agree it is something we can easily just implement rather than depend on something else..

The existing measurement (ie surface area on the 32k surface) could perhaps just be called surface distortion as you suggest..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants