Any2HRTF / Mesh2HRTF

Open software for the numerical calculation of head-related transfer functions
European Union Public License 1.2
111 stars 14 forks source link

output2hrtf.m: check for *.out files #64

Closed germknoedlspeck closed 1 year ago

germknoedlspeck commented 1 year ago

When the calculation has not yet been run, there will be no output files. The current error message for this is:

Error using output2hrtf (line 133)
This case is not yet implemented. Please open an issue at the project page: https://github.com/Any2HRTF/Mesh2HRTF/issues

proposed solution: insert checking for *.out files. If there are none, throw an error that the calculation is yet to be executed.