AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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