Skip to content

Fiber count matrix divided by the number of voxel-voxel pairs #199

Answered by caglorithm
leotozzi88 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Leonardo,

I see no problem in using differently normalized connectivity matrices with neurolib, as long as you are aware what the specific effect of a normalization method is. You can simply pass your custom matrices at model creation:

model = ALNModel(Cmat = custom_Cmat, Dmat = custom_Dmat)

You can check the matrices by calling model.params['Cmat'].

You might have to adjust the global coupling strength model.params['Ke_gl'] to a suitable value, depending on how large the entries of your connectivity matrices are, and, correspondingly, adjust model.params['signalV'] to values suitable for your delay matrix.

Cheers!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leotozzi88
Comment options

Answer selected by leotozzi88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants