<div dir="ltr"><div><div><div><div><div><div><div>Hello Camino experts,<br></div>I was wondering if anyone could help me with processing Human Connectome Project Data with Camino. I've seen 2 previous posts on this topic, but I couldn't find any details on going this far. So far, I've successfully been able to (a) fit single tensors and (b) threshold voxels according to the SH fit, both with spatial variations in b-values being accounted for. Both look great! However, when I try to fit a two-tensor model, I get the following feedback repeatedly:<br><br>imaging.DW_Scheme normalizeData<br>WARNING: No b=0 data, cannot normalize<br><br></div>I assume this is due to the fact that the b=0 volumes actually have b-values around 5. Is there an easy way to get around this?<br><br></div>Any help would be much appreciated!<br><br></div>Thanks,<br></div>John Plass<br><br></div>[For reference, here are the commands I've been using:]<br></div>-Single tensor fit<br><div>wdtfit dwi.Bfloat hcp.scheme -bgmask nodif_brain_mask.nii.gz -outputfile dt.Bdouble -gradadj grad_dev.nii.gz<br><br></div><div>-Classification (treshold values eyeballed)<br></div><div>voxelclassify -inputfile dwi.Bfloat -schemefile hcp.scheme -order 4 -gradadj grad_dev.nii.gz -ftest 1.0E-50 1.0E-15 1.0E-01 > dwi_VC.Bint<br><br></div><div>-Double tensor fit<br></div><div>modelfit -inputfile dwi.Bfloat -model pospos ldt_wtd -schemefile hcp.scheme -bgmask nodif_brain_mask.nii.gz -gradadj grad_dev.nii.gz > TwoTensorCSymA.Bdouble<br></div></div>