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  

|
February 07, 2022 12:51PM
You should be able to get this done with either 3dcalc or 3dTsmooth.

# this command uses relative indexing for the 'b' dataset.
# The "a-l" uses the "minus ell" to refer to the previous time index
# for the following time index instead, use "a+l" ("a plus ell")
3dcalc -a epi_r1+orig -b a-l -expr 'a+b' -prefix rm_3dcalc_sum2.nii.gz -overwrite

# make a single column of the temporal kernel
# (must have an odd number, so put 0 on the 3rd line for the following time index coefficient)
cat > sum2.1D
1
1
0
^c

3dTsmooth -custom sum2.1D -prefix rm_tsmooth_sum2.nii.gz epi_r1+orig.



Edited 1 time(s). Last edit at 02/07/2022 02:00PM by Daniel Glen.
Subject Author Posted

Moving Accumulatation of 3d+t values

ebaldelo February 07, 2022 10:58AM

Re: Moving Accumulatation of 3d+t values

Daniel Glen February 07, 2022 12:51PM

Re: Moving Accumulatation of 3d+t values

ebaldelo February 09, 2022 03:17PM

Re: Moving Accumulatation of 3d+t values

ebaldelo February 09, 2022 03:46PM

Re: Moving Accumulatation of 3d+t values

Daniel Glen February 09, 2022 05:39PM

Re: Moving Accumulatation of 3d+t values

ebaldelo February 09, 2022 05:48PM