You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2022. It is now read-only.
I try to compile this project in order to calculate some graph metrics and get the correlation matrix and adjacency matrix of a resting-state fMRI (4D). I am not sure how to implement though the NIfTI reading, and what input is getting used by brainnets? Is it the raw 4D matrix from NIfTI? E.g. in my case that is a (45,51,45,167) matrix.
Is it possible to attach an example of a use case of reading an input fMRI and calculating some metrics (also pinpointing where the correlation matrix/adjacency matrix are saved?)
Have you tried a multithreading approach as well?
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to compile this project in order to calculate some graph metrics and get the correlation matrix and adjacency matrix of a resting-state fMRI (4D). I am not sure how to implement though the NIfTI reading, and what input is getting used by
brainnets
? Is it the raw 4D matrix from NIfTI? E.g. in my case that is a (45,51,45,167) matrix.Is it possible to attach an example of a use case of reading an input fMRI and calculating some metrics (also pinpointing where the correlation matrix/adjacency matrix are saved?)
Have you tried a multithreading approach as well?
Thank you for your time.
The text was updated successfully, but these errors were encountered: