AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

about parameters for verdict model #64

Closed foxet closed 5 years ago

foxet commented 5 years ago

图片

['S4SphereGaussianPhaseApproximation_1_diameter', 'G1Ball_1_lambda_iso', 'C1Stick_1_mu', 'C1Stick_1_lambda_par', 'partial_volume_0', 'partial_volume_1', 'partial_volume_2']

Does the partial_volume_0/1/2 represent tumor, extra-cell, and vascular respectively?

rutgerfick commented 5 years ago

verdict_mod = MultiCompartmentModel(models=[sphere, ball, stick])

The volume fractions are ordered according to the ordering of the input models.

So, according to the way the model in the example in the set up, you're completely correct :-)