# HG changeset patch # User Timos Papadopoulos # Date 1385206823 0 # Node ID 9ec780aea5bb63242bb805b94206cbbe1d977ed0 # Parent 4c1027c1a5539ee630ba8906fc5fc9d12c6c44b7 Created branch for batch IR creation code diff -r 4c1027c1a553 -r 9ec780aea5bb README --- a/README Wed Nov 20 15:00:03 2013 +0000 +++ b/README Sat Nov 23 11:40:23 2013 +0000 @@ -1,6 +1,4 @@ -As previously described over e-mail, this is initial commit is part of the code that was designed for a specific experiment. - -It is not quite yet what's needed in terms of specifying input parameters / obtaining outputs. +Code that generates a set of IRs for a set of geometries (this code was designed for a specific experiment) As the code currently stands, the user has to go into the 'user editable part' of the simulate_echo.m file, specify the geometry parameters (for a collection of geometries) @@ -8,7 +6,3 @@ to obtain the collection of IRs as fields of a multidimensional structure array. Then the user can use the pick_ir.m function to get each IR corresponding to each individual geometry. - -I will soon push an extra .m file that takes parameters for one geometry and gives one binaural IR. - -We can then modify according to the requirements of the matlab -> web shell integration. \ No newline at end of file