Since DTI volumes store values of physical quantities, diffusivity in this case, it is important to specify the particular physical unit used to store these values. Check this to verify that your images are stored in the right unit and to modify it if ever it is not the case.
The unit used by DTI-TK is 10-3mm2.s-1. With this unit, the mean diffusivity for CSF is around 3. You want to make sure your DTI volumes are stored in the correct unit. If they are stored using a different unit, you can first figure out the appropriate multiplication factor, (your unit)/(DTI-TK unit), that changes the values to the unit used by DTI-TK, then use the following command to create DTI-TK compatible DTI volumes
TVtool -in ${inputfile} -scale ${factor} -out ${outputfile}
e.g. if your DTI volumes use the unit of mm2.s-1, then the multiplication factor should be 1,000. If your unit is m2.s-1, then the factor should be 109.
Please download the example data set to see what a DTI-TK compatible DTI volume looks like. Make sure the numerical values are of the same order of magnitude.
If, for diffusion-weighting, b-value of 800 s.mm-2 is used during the acquisition, and you input the number 800 as the b-value to your tensor reconstruction program, then the output DTI volume will have the unit of mm2.s-1.
Alternatively, you can compute the trace map of your DTI volumes. If you find that the trace values for CSF are close to 10-2, then most likely it is in the unit of mm2.s-1.