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  

|
Ziad
February 24, 2004 05:34PM
Hi Jeremy,

Your number of iterations was too low. SurfSmooth -help hints at the issue and you can get more details on the topic from the references mentioned at the end of the help message.

Try that for amusement:
suma -spec mcgurk002_lh_mesh160_std.spec -niml &

then switch to the inflated view and turn on the recorder with 'R'

Now run the following (using the data you sent me):

foreach x (002)
foreach H (lh)
foreach LC (av.pa)
foreach Niter (100 500)

set icol = `expr 6 + 4`
rm -f "$H".160.sm8.mcgurk.deconvolution+reg."$LC"."$x"."$Niter"c"$icol".1D
SurfSmooth -spec mcgurk"$x"_"$H"_mesh160_std.spec \
-surf_A mcgurk"$x"_"$H"_mesh160_stdSmoothwm.asc \
-add_index -met LB_FEM \
-input "$H".160.mcgurk.deconvolution+reg."$LC"."$x".1D\["$icol"] \
-Niter $Niter -fwhm 8 -add_index \
-output "$H".160.sm8.mcgurk.deconvolution+reg."$LC"."$x"."$Niter"c"$icol".1D \
-talk_suma

ScaleToMap -input "$H".160.sm8.mcgurk.deconvolution+reg."$LC"."$x"."$Niter"c"$icol".1D -1 1 \
-cmap afni_n12 -anr 0 \
> "$H".160.sm8.mcgurk.deconvolution+reg."$LC"."$x"."$Niter"c"$icol".1D.col

end
end
end
end

You can watch the algorithm go into the oscillation mode with the 100 iterations and the steady mode with 500 iterations. The script will also generate color files like the ones you used for later display.

500 iterations might be overkill, try something like 200, it might work well for you.

Also, why do you generate meshes with such a high density ? I found an edge subdivision of 140 to be enough...

I will generate some pictures of all this some day.

cheers,
-z
Subject Author Posted

More surfsmooth madness

Jeremy Skipper February 20, 2004 03:07PM

Re: More surfsmooth madness

Ziad Saad February 20, 2004 11:15PM

Re: More surfsmooth madness

Jeremy Skipper February 24, 2004 12:26PM

Re: More surfsmooth madness

Ziad Saad February 24, 2004 01:10PM

Re: More surfsmooth madness

Jeremy Skipper February 24, 2004 03:11PM

Re: More surfsmooth madness

Ziad Saad February 24, 2004 04:34PM

Re: More surfsmooth madness

Jeremy Skipper February 24, 2004 04:58PM

Re: More surfsmooth madness

Ziad February 24, 2004 05:34PM

Re: More surfsmooth madness

Jeremy Skipper March 02, 2004 07:29PM

Re: More surfsmooth madness

Ziad S. Saad March 03, 2004 10:53AM

Re: More surfsmooth madness

Jeremy Skipper March 03, 2004 01:21PM