Julio Villalon

Results 13 comments of Julio Villalon

Hi @rutgerfick, after further considerations this issue has nothing to do with normalization of the DWIs. Please just scratch it. To spell out our model for the cortical GM, here...

@matteofrigo @rutgerfick @TMnir With regards to our expectations as you said we expected the ICVF from the SZ model to be similar to the ICVF of SZB model, especially since...

Thanks @rutgerfick. Yes, we have this line in the code already: ``` scheme = acquisition_scheme_from_bvalues(bvals*1e6, bvecs, small_delta, big_delta, b0_threshold=50e6, min_b_shell_distance=50e6) ``` Our b-zeros are actually b=5, and the code still...

Hi @matteofrigo @rutgerfick. Now that we know that we should use a bundled model, the question now is how to cascade volume fractions from one bundled model to another bundled...

@rutgerfick I changed my code by adding two tissue responses in the modeling_framework like this: ``` # First we call the Stick and the Zeppelin: stick = cylinder_models.C1Stick() zeppelin =...

Yes, we want to assign different S0 responses to each compartment. To bring everything to the top level basically means **not** to bundle the compartments at all?

Thanks a lot @matteofrigo. Since we are mostly using the spherical mean technique for our grey matter calculations, could this trick also work in the MCMDI framework? Thanks!

Hi @rutgerfick @matteofrigo, We installed the master branch in October 2020, and it still doesn’t have the S0_correction flag for tortuosity in the multi-tissue (MT) models, NODDI or SMT, as...

Hi @CHrlS98, thanks for initiating this pull request. Regarding your questions: 1. We can keep it as lists and tuples for now, but at the end we must convert it...

Hi @skoudoro. @CHrlS98 and @RafaelNH and I have been working on this PR. I am trying to do a pull request to Charles' PR but Charles' Dipy fork does not...