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  

|
January 10, 2010 09:51PM
Hi Anjali,

I'm still inclined to think this would be more simple to script.
What about the form that I suggested?

--------------------------------------------------
echo '* *' > ast.1D
foreach iter ( `count ... ` )
RSFgen ...
make_stim_times ... -prefix timing.$iter
cat timing.$iter.001.1D ast.1D > timesA.$iter.1D
cat ast.1D timing.$iter.001.1D > timesB.$iter.1D

3dDeconvolve -nodata ...
end
--------------------------------------------------

Does that seem reasonable? I'm not avoiding it for the work.
It's just that scripting it seems appropriate (to deal with
some unknown number of runs, file prefixes, etc).

- rick

Subject Author Posted

make_stim_times.py

Anjali January 08, 2010 03:59PM

Re: make_stim_times.py

rick reynolds January 08, 2010 04:15PM

Re: make_stim_times.py

Anjali January 08, 2010 04:26PM

Re: make_stim_times.py

rick reynolds January 08, 2010 06:29PM

Re: make_stim_times.py

Anjali January 08, 2010 06:34PM

Re: make_stim_times.py

rick reynolds January 10, 2010 09:51PM