LAVI-USP / DBT-Reconstruction

LAVI open-source reconstruction toolbox for digital breast tomosynthesis (DBT)
GNU General Public License v3.0
54 stars 19 forks source link

Aborting on Linux when saving the data #4

Closed helderc closed 5 years ago

helderc commented 5 years ago

All output vars point to "output" dir, however, this one points to "Output", with capital "O". This, at least on Linux causes error when saving the data.

rodrigovimieiro commented 5 years ago

Actually, the problem is that the main code (Reconstruction.m) creates the folder "output" instead of "Output". Thank you Helder. Instead of accepting your pull request, I will reject it and fix the main code.

Thank you!