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  

|
March 13, 2006 03:02PM
Hi Jeremy,

I think 3dfractionize is the way to go, though you should probably
be using the -warp option, too. The dataset for that option should
be the one (anatomical, presumably) that you used to go from orig
space to tlrc space.

The -vote (or -preserve) is necessary so that your mask values stay
uninterpolated.

So assuming that anat+tlrc contains the transformation from orig
space to tlrc space for mask+tlrc, then your command might be:

3dfractionize -template 3d+t+orig -input mask+tlrc \
-warp anat+tlrc -vote -clip 0.2

That would produce mask+orig, having the same grid as 3d+t+orig.

Then you could use programs such as 3dmaskdump or 3dmaskave to
produce time-series from your mask.

- rick

Subject Author Posted

Fractionizing to a 3d+t dataset

Jeremy Smith March 13, 2006 01:41PM

Re: Fractionizing to a 3d+t dataset

rick reynolds March 13, 2006 03:02PM

Re: Fractionizing to a 3d+t dataset

Jeremy Smith March 13, 2006 03:24PM