Back to the main page.
Bug 3115 - kiel workshop issues - BEM failed
Status | CLOSED WONTFIX |
Reported | 2016-04-28 12:11:00 +0200 |
Modified | 2019-08-10 12:33:07 +0200 |
Product: | FieldTrip |
Component: | forward |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2016-04-28 12:11:52 +0200
On 28 Apr 2016, at 11:24, Cristiano Micheli wrote: *A user had a problem when trying to generate a dipole BEM EEG headmodel. She could run the tutorial up until: cfg = []; cfg.method ='dipoli'; % You can also specify 'openmeeg', 'bemcp', or another method. vol = ft_prepare_headmodel(cfg, bnd); Then she got an error related to the failure to read ama files from disk (effectively no ama file was ever written on disk):
Robert Oostenveld - 2016-04-28 12:12:24 +0200
(In reply to Robert Oostenveld from comment #0) oh, this goes with it: Error message: an error ocurred while running the dipoli executable - please look at the screen output Error in ft_headmodel_dipoli(line 211) The problem comes from: ama = loadama(amafile); line 31 fid = fopen(filename, 'rb', 'ieee-le'); fid=-1 ! I could replicate the error but I found no solution, so I told the user how to file bugs on the wiki.
Robert Oostenveld - 2016-04-28 13:10:27 +0200
the error is in dipoli.exe outside fieldtrip. The error message is appropriate ("an error ocurred while running the dipoli executable - please look at the screen output"). I cannot fix this, since I cannot change dipoli.exe