Marcel Falkiewicz

Results 4 issues of Marcel Falkiewicz

At this moment the reports provide averaged TSNR over the entire brain. Because GM, WM and CSF have very different levels of TSNR, a lot of information is lost in...

fMRI
help wanted
new iqm

Hello, I would like to ask whether you plan on adding TFCE support in RandomiseGroupLevel? It is specified in the documentation and command-line arguments, but says it is not yet...

Refactoring the kernel normalization and transition matrix computation as independent function will allow for more code re-use.

Hi @satra, in the current implementation, Markov matrix is calculated by taking sums along axis 1: `d_alpha = np.power(np.array(L_alpha.sum(axis=1)).flatten(), -1)` And multiplying each row by the respective inverse sum: `L_alpha...