-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAILED execution of DTIPrep with cryptic error code #18
Comments
Can you give a bit more info on how you run the tool? Is it called through Slicer or the command line? Is there anything else in the log file? Martin |
Hello, Thanks Fantom_20160219_001_051_cmrr_mbep2d_diff_bezpatu_QCReport.txt |
Hi George
|
Hi, Fantom_20160219_001_051_cmrr_mbep2d_diff_bezpatu_XMLQCResult.xml However, as B0 gets duscarded (and all the other images are b=1000) the rest of the calculation does not make much sense. On the other hand, I am getting the above mentioned error on all datasets, so I believe this is not study-related :-( |
Thanks George I can see that all the output was generated, so the error must have happened right at the end. While we do not observe it here, it seems that there is actually no issue with the computation, so I would simply disregard this error. Re the specific dataset, like you mentioned, after B0 discarding the rest of the DWI data cannot be salvaged (this shows why multiple B0's are a good thing). |
Hello,
I am trying to use DTIprep for QA of our diffusion data. However, regardless of way I lounch it, the log allways ends with something like:
FAILED execution of ./DTIPrep in /opt/Francois/temp/LabTools/NAMICExternalProjects-build/DTIPrep/src/main.cxx at 1473 with code 1
FAILED execution of ./DTIPrep in /opt/Francois/temp/LabTools/NAMICExternalProjects-build/DTIPrep/src/main.cxx at 1473 with code 522
Is there any way to troubleshoot it more ? Honestly, the numeric codes thrown by
std::cout << "FAILED execution of " << argv[0] << " in " << FILE << " at " << LINE << " with code " << static_cast(result) << std::endl;
is not really helpfull to me :-(
Can it be fixed or is there any list of the codes ?
Thanks
George
The text was updated successfully, but these errors were encountered: