Home
last modified time | relevance | path

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

/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dchan.c480 double logB0, tmp, mean; in tenEstimateLinearSingle_d() local
489 logB0 = log(AIR_MAX(dwi[0], 1)); in tenEstimateLinearSingle_d()
494 vbuf[ii-1] = (logB0 - log(tmp))/b; in tenEstimateLinearSingle_d()
H A Destimate.c1149 double *emat, tmp, logB0; in _tenEstimate1Tensor_LLS() local
1185 logB0 = log(AIR_MAX(tec->valueMin, tec->knownB0)); in _tenEstimate1Tensor_LLS()
1188 tec->dwiTmp[ii] = (logB0 - log(tmp))/(tec->bValue); in _tenEstimate1Tensor_LLS()