Home
last modified time | relevance | path

Searched refs:csf_rf (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Dmcsd.py221 csf_rf=response[2])
433 def multi_shell_fiber_response(sh_order, bvals, wm_rf, gm_rf, csf_rf, argument
488 response[0, 0] = csf_rf[0, 3] / A
498 response[i+1, 0] = csf_rf[i, 3] * np.exp(-bvalue * csf_rf[i, 0]) / A
500 S0 = [csf_rf[0, 3], gm_rf[0, 3], wm_rf[0, 3]]
512 response[i, 0] = csf_rf[i, 3] * np.exp(-bvalue * csf_rf[i, 0]) / A
514 S0 = [csf_rf[0, 3], gm_rf[0, 3], wm_rf[0, 3]]
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dreconst_mcsd.py275 csf_rf=response_csf)