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  

|
July 01, 2014 09:27AM
That script tries to point you in the right direction
when it finishes, suggesting to try:

sort -n $outdir/$LCfile | head -1"

which is probably:

sort -n stim_results/NSD_sums | head -1

Out of the 100 iterations that were run (consider making
that bigger, especially if you want many sets of timing),
that sort command shows the best one (according to the
sums you choose to compute). For the best 20, consider
using 1000 iterations, instead.

That script basically generated a set of timing files at
each iteration, and then evaluates them according to their
relative normalized standard deviations. So the result of
running the script is the actual timing files one might
use (and many that are considered garbage).


Suppose that sort command shows that iteration 0038 made
the best result (as the class example would). Then those
stimulus timing files would be those shown by:

ls -l stim_results/stimes.0038*

The sample 3dDeconvolve command that tested them is in:

stim_results/cmd.3dd.0038

And the evaluation of inter-stimulus intervals is in:

stim_results/out.mrt.0038

- rick
Subject Author Posted

RSFgen Help

emc62 June 30, 2014 05:29PM

Re: RSFgen Help

rick reynolds July 01, 2014 09:27AM

Re: RSFgen Help

emc62 July 01, 2014 10:16AM

Re: RSFgen Help

rick reynolds July 09, 2014 10:23AM