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  

|
September 14, 2009 03:36PM
Hi Ziad

Thanks for the info.
I am trying to visualise dynamic surface activation for a study which has about 2000 continuous sub-volumes.
My main goal is to visually compare the activation across subjects, mostly for presentations.

I use DriveSuma, so I guess that seems to be the best way to go for now.
I used 'for' loop like this one below to record different activations. I can change it to record a movie now. Is there any other optimal way to do this?

Thanks,
Swaroop
################################################
for cat_index in 0 1 2 3 4 5 6
do
plugout_drive -com "SET_SUB_BRICKS 0 ${cat_index} ${cat_index}" -quit
plugout_drive -com "SET_FUNC_AUTORANGE +" -quit
#DriveSuma -com viewer_cont -key ctrl+t
#plugout_drive -com "SET_FUNC_RANGE 7" -quit
DriveSuma -com viewer_cont -key r
done

DriveSuma -com recorder_cont -save_as ${sub}_testing_range7.png -save_all -cwd `pwd`/pics3/
###############################################
Subject Author Posted

SUMA - Automatically cycling fucntional sub-bricks in time.

swaroop September 14, 2009 02:31PM

Re: SUMA - Automatically cycling fucntional sub-bricks in time.

ziad September 14, 2009 03:01PM

Re: SUMA - Automatically cycling fucntional sub-bricks in time.

swaroop September 14, 2009 03:36PM

Re: SUMA - Automatically cycling fucntional sub-bricks in time.

Ziad Saad October 08, 2009 03:28PM