[Eeglablist] AMICA Error

Srinivas Kota svkota at gmail.com
Thu Jun 4 09:03:06 PDT 2015


Any help would be appreciated with AMICA error.

I am using MATLAB R2014a on Mac OS 10.9.5. Here is the two lines of code I
was trying to run.

outdir = '/Users/administrator/Desktop/amica_practice/output';
runamica12( 'Memorize.fdt', 'num_chans', 71,'outdir', outdir );

To track error, I made minor changes in runamica12.m

% from line 850
if RUN_LOCALLY == 1
    disp('line 852')
    AMBIN
    outdir
    system([AMBIN ' ' outdir 'input.param'])
    mods = loadmodout12(outdir)
    weights = mods.W(:,:,1);
    sphere = mods.S(1:mods.num_pcs,:);
    if isnumeric(dat)
        delete(filename);
        %system(['rm ' pwd filesep 'tmpdata.fdt']);
        %system(['del ' pwd filesep 'tmpdata.fdt']);
    end

*Here is the error :*

/bin/bash: qconf: command not found
/bin/bash: qconf: command not found
/bin/bash: qconf: command not found
No recognized parallel environment found. Run qconf -spl to get a list of
available environments and use keyword use_pe.
Running locally with maximum of 4 threads.
mkdir: /Users/administrator/Desktop/amica_practice/output/: File exists
line 852

AMBIN = /Users/administrator/Desktop/amica_matlab_scripts/amica12mac64
outdid = /Users/administrator/Desktop/amica_practice/output/

/bin/bash: /Users/administrator/Desktop/amica_matlab_scripts/amica12mac64:
Permission denied

ans = 126

No gm present, setting num_models to 1
No W present, exiting

mods =

    num_models: 1
      mod_prob: 1

Reference to non-existent field 'W'.

Error in runamica12 (line 856)
    weights = mods.W(:,:,1);

Error in prac_amica (line 7)
runamica12( 'Memorize.fdt', 'num_chans', 71,'outdir', outdir );

***********************************************************
Srinivas Kota, Ph.D
Research Scientist
Movement and Neurosciences Center
Institute for Rehabilitation Science and Engineering
Madonna Rehabilitation Hospital
5401 South St, Lincoln, NE 68506
Email: svkota at gmail.com
Ph:  (618) 319-0471 (cell)
www.madonna.org/research_institute/index.html
<https://owa.madonna.org/owa/redir.aspx?C=RNnR5lrQvEmYU7lVtl6kLHIjwe3PiNAI8ouI90lD2Vnn4niuQ5QMBdLYDKmByFhfb525xS5XXT8.&URL=http%3a%2f%2fwww.madonna.org%2fresearch_institute%2findex.html>
***********************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20150604/341ecf58/attachment.html>


More information about the eeglablist mailing list