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  

|
July 07, 2009 01:05PM
Hi Alice

I believe that the best way to go about this is to use the -CENSORTR option to 3dDeconvolve:

[-CENSORTR clist] clist = list of strings that specify time indexes
to be removed from the analysis. Each string is
of one of the following forms:
37 => remove global time index #37
2:37 => remove time index #37 in run #2
37..47 => remove global time indexes #37-47
37-47 => same as above
2:37..47 => remove time indexes #37-47 in run #2
*:0-2 => remove time indexes #0-2 in all runs
+Time indexes within each run start at 0.
+Run indexes start at 1 (just be to confusing).
+Multiple -CENSORTR options may be used, or
multiple -CENSORTR strings can be given at
once, separated by spaces or commas.
+N.B.: 2:37,47 means index #37 in run #2 and
global time index 47; it does NOT mean
index #37 in run #2 AND index #47 in run #2.

Doing this means you do not have to change your timing files. If you wanted to remove those time points altogether, something like

3dTcat -prefix removed "your_file+orig[0-36,43-(end)] would work, but then you would need to change the timing

Also, I think perhaps $ could be substituted for end there, AFNI can be tricky!

JK
Subject Author Posted

Censoring affecting timing files?

Alice July 07, 2009 12:58PM

Re: Censoring affecting timing files?

James July 07, 2009 01:05PM

Re: Censoring affecting timing files?

Alice July 08, 2009 09:41AM