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  

|
October 23, 2003 11:28AM
A problem using the above method: it seems to yield percent changes of 20% and above in activated regions, which can't have anything to do with reality. Operating on only one run without concatenation, and determining the clip level as described above, my script is as follows:

# Calculate the mean for each run
3dTstat -prefix ejb1r1.mean ejb1r1.vo+orig

# Adjust each run to have baseline = 100
3dcalc -fscale \
-a ejb1r1.vo+orig \
-b ejb1r1.mean+orig \
-expr "(a/b * 100) * step(b-(2537))" \
-prefix ejb1r1.norm
end

# Create the HDF with the WAVER program:

waver -WAV -TR 4.0 -input /mnt/afnidisk/AFNI/t93_1111.1D \
> t93_1111_resp.1D

This is followed with the deconvolution routine. What am I missing?
Subject Author Posted

percent change and 3dDeconvolve

Diana Krenz October 21, 2003 06:57PM

Re: percent change and 3dDeconvolve

Gang Chen October 21, 2003 07:10PM

Re: percent change and 3dDeconvolve

Giuseppe Pagnoni October 22, 2003 11:07AM

Re: percent change and 3dDeconvolve

rick reynolds October 22, 2003 11:42AM

Re: percent change and 3dDeconvolve

Edward J. Butterworth October 23, 2003 11:28AM

Re: percent change and 3dDeconvolve

rick reynolds October 23, 2003 11:45AM

Re: percent change and 3dDeconvolve

Edward J. Butterworth October 23, 2003 12:48PM

Re: percent change and 3dDeconvolve

rick reynolds October 23, 2003 01:13PM

Re: percent change and 3dDeconvolve

Edward J. Butterworth October 23, 2003 01:22PM

Re: percent change and 3dDeconvolve

Gang Chen October 23, 2003 02:20PM

Re: percent change and 3dDeconvolve

Diana Krenz November 03, 2003 12:48PM