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  

|
October 04, 2015 10:35PM
Hi Maria,

There are a few things to note. But it might have been
easier to start with @stim_analyze and make it work for
your case.

1. $LCfile is cleared within the foreach loop, erasing any result.
Put the line:

echo -n "" > $LCfile

before the foreach loop.

2. The (text) output from 3dDeconvolve is not being redirected
to out.3dD.$iter. Make the last line of 3dDeconvolve read:

-x1D X.xmat.${iter}.1D. > out.3dD.$iter

3. The -stim_times file names for 3dDeconvolve have an
extra '.' after ${iter}, e.g. the first one should read:
stim_times.${iter}_01_first.1D .

4. The '#' command not found erros are likely just because
you are using cut-and-paste to run the script. They do not
matter.

- rick


- rick
Subject Author Posted

make_random_timing.py

Kristina November 08, 2012 03:35PM

Re: make_random_timing.py

rick reynolds November 08, 2012 10:26PM

Re: make_random_timing.py

Kristina November 13, 2012 10:18AM

Re: make_random_timing.py

rick reynolds November 14, 2012 02:35PM

Re: make_random_timing.py

Gabe Castillo November 09, 2012 02:28PM

Re: make_random_timing.py

rick reynolds November 10, 2012 02:21AM

Re: make_random_timing.py

maria October 03, 2015 04:28PM

Re: make_random_timing.py

rick reynolds October 03, 2015 09:10PM

Re: make_random_timing.py

maria October 03, 2015 09:53PM

Re: make_random_timing.py

rick reynolds October 03, 2015 11:41PM

Re: make_random_timing.py

maria October 04, 2015 02:21AM

Re: make_random_timing.py

rick reynolds October 04, 2015 10:35PM