Skip to content
Snippets Groups Projects
Commit 2a5e700e authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Fixed gtForwardSimulation for new difspot structure

parent c5266ea0
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ if (last > totGrains)
last = totGrains;
end
difspotfile = fullfile(parameters.acq.dir, '2_difspot', 'difspot00001.edf');
difspotfile = fullfile(parameters.acq.dir, '2_difspot', '00000', 'difspot00001.edf');
if exist(difspotfile, 'file');
info = edf_info(difspotfile);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment