Any2HRTF / Mesh2HRTF

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

Units of ear channel entries in new mode #138

Open sanketjain1101 opened 1 month ago

sanketjain1101 commented 1 month ago

Dear all,

At moment, the new version of hrtf-mesh grading tells you that l, r values should be in units of mesh. Let us assume units of mesh is in meters.

But in reality, it expects in 'mm'. So instead of entering -l -0.06 and -r 0.06 (assuming -0.06, 0.06 are the actual ear channel entries), try entering -l 60 -r 60.

So something like this: hrtf_mesh_grading -x 0.5 -y 10 -s 'left' -i sub_01_highRes.ply -o sub_01_meshgraded -l 60 -r -60 0 -v -b

Then it should work :)

f-brinkmann commented 1 month ago

Thanks for reporting - I'll update the documentation in a little while...