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  

|
November 25, 2016 08:40AM
You have figured it out! Except for a couple of details:

(1) You want to start with 10 to skip the first 10 time points

(2) Since the output 1D files are columns (each row is one time point), you want to select a subset of rows, which would be done using the subscripts '{10..$}' -- here, $ means the last row and the curly braces {.} are used for row subset selection -- the square brackets [.] are used for column subset selection. Since $ is a special character to the command line shell, you will need to put the subscript inside single quotes marks, as I have shown here.
Subject Author Posted

calculating correlation btw WM and CSF ROIs

Moji November 24, 2016 10:59AM

Re: calculating correlation btw WM and CSF ROIs

Moji November 24, 2016 11:44AM

Re: calculating correlation btw WM and CSF ROIs

Bob Cox November 25, 2016 08:40AM