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

implementation as a submodule in slam with proper unittest, doc and examples #107

Open
alexpron opened this issue Nov 29, 2022 · 5 comments

Comments

@alexpron
Copy link
Collaborator

No description provided.

@JulienLefevreMars
Copy link
Collaborator

  • Examples are done: plot on the mesh of the local dominance bands in a very general setting (more than 7 bands)
  • 3 unit-tests, one last missing

@annekerachni
Copy link
Contributor

Examples & proper visualization:

  • Mireia and I have planned to work this week on some visualization inputs to the current Spangy. We would like to define a "manual" and generalizable colormap to display the local dominant bands, global coefficients and compacted spectrum of the mean curvature with the same aspect.

    In this context:

    • Does it make sense "divide" the mean curvature signal into the two subsignals $meancurv<=0$ and $meancurv>0$ and then to compute separately raw coefficients and global compacted spectrum representing either folding pattern in sulci either folding pattern in gyri?
    • Details: If Laplace-Beltrami operator is linear and we use $meancurv = (meancurv<=0) + (meancurv>0)$, we can decompose the same way the whole signal or either part of the signal onto the whole brain eigenfunction basis, can't we? So, I have the feeling that coefficients could be computing separately for sulci and for gyri, but maybe not the global compacted spectrum. What do you think?

    If there is no interest to spend time on that, we can also let the coefficients and global compacted spectrum plot as it is.

@JulienLefevreMars
Copy link
Collaborator

Yes, the LBO is linear. The same for a spectral decomposition of the sum of two functions, but because of properties on euclidean space (Hilbert space in the continuous domain).
So yes, it makes sense to divide the mean curvature like this. The only problem that I can see is that the two functions you obtain are vanishing by parts. So it can require more high frequency coefficients to model the discontinuity in the derivative between the regions with meancurvature=0 and the others. But it could be interesting to be tried :-)

@annekerachni
Copy link
Contributor

Thank you Julien!
So, maybe we can notify to use a high number of eigenpairs (N) to have a "good" approximation of each global spectrum of the subsignals (folding pattern in gyri and folding pattern in sulci)?

The idea was to get displays of that type (see below), coherent with the colormap used for to display the local dominant band.
global_spectri_subsignals

@annekerachni
Copy link
Contributor

In your paper, you also mentioned "normalized spectrum of curvature". Is it better to refer to raw spectrum or rather normalized one?

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

No branches or pull requests

3 participants