Hi,
(Note: I am using version 3.1.0 on MacOS 10.11.6 El Capitan because I could not get 3.1.1 to run on this MacOS (got dyld: lazy symbol biding failed errors.)
I imported my dicom files using ./ImportDICOM. It seemed to run fine and my output files looked just like the examples in the documentation. However, when I try to do a quick linear fit to check the import results (using EstimateTensorWLLS), I get the following error:
"Not all the mendatory tags present in the listfile...Exiting..."
My list file (text pasted below) and has all of the tags included in "4.3 List File" example in "Your Import Outputs - What to expect":
<!-- TORTOISE initialization file -->
<!-- do not remove the above comment line -->
<!-- ORIENTATION OF PHASE ENCODING (vertical, horizontal) -->
<phase_encode_direction>vertical</phase_encode_direction>
<!-- The 4D NIFTI image containing the b=0 volumes and the DWIs -->
<data_file>testdicom_importv31.nii</data_file>
<!-- NAME OF BMATRIX FILE -->
<bmatrixfile>testdicom_importv31.bmtxt</bmatrixfile>
I can't find a list of the mandatory tags anywhere online, so I'm unable to fix this on my own. Could you please help?
Thanks!
-Nancy Adleman