History of AFNI updates  

|
December 09, 2014 05:20PM
I believe the problem is on line 398 of the meica.py script.

Original line:
intsname= '%s%s' % (indata,isf)

I was able to get the code to run without issue if I made a local copy of the script and changed the line to:
intsname = '%s%s' % (dsprefix(indata),isf)


All the best,
Mark
Subject Author Posted

"--no_despike" flag leads to preprocessing error in meica.py

Mark Plitt December 09, 2014 04:35PM

Re: "--no_despike" flag leads to preprocessing error in meica.py

Mark Plitt December 09, 2014 05:20PM

Re: "--no_despike" flag leads to preprocessing error in meica.py

rick reynolds December 10, 2014 01:01PM