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  

|
January 21, 2015 01:32PM
Hi Hema,

It is likely the motion censoring that is doing
you in, not the outliers.

How much motion censoring to do is a bit subject
group specific. Basically, try to censor as much
as possible, while keeping most of your patients
(or whatever group of subjects you have that makes
censoring an issue). Once you get a feel for a
subject group, it is good to be consistent.

For children and other high movers, it is common
to set a motion limit of 1.0, and sometimes higher
(thought higher disturbs me :). Maybe 0.5 is high
enough for your subjects.

You can get a feel for censoring effects by running
1d_tool.py -quick_censor_count on the motion files
(e.g. dfile_rall.1D, from each subject), e.g.

1d_tool.py -quick_censor_count 0.5 -infile dfile_rall.1D \
             -set_run_lengths 150 150 150

or even with a find command:

find subject_results -name dfile_rall.1D -exec   \
     1d_tool.py -quick_censor_count 0.5 -infile {} \
             -set_run_lengths 150 150 150 \;

- rick
Subject Author Posted

Bandpass filtering and censoring

hemasam January 21, 2015 12:43PM

Re: Bandpass filtering and censoring

rick reynolds January 21, 2015 01:32PM

Re: Bandpass filtering and censoring

hemasam January 23, 2015 01:45PM

Re: Bandpass filtering and censoring

rick reynolds January 26, 2015 02:29PM

Re: Bandpass filtering and censoring

hemasam January 29, 2015 01:34PM

Re: Bandpass filtering and censoring

rick reynolds February 03, 2015 09:52AM

Re: Bandpass filtering and censoring

hemasam February 03, 2015 10:53AM

Re: Bandpass filtering and censoring

rick reynolds February 03, 2015 11:49AM

Re: Bandpass filtering and censoring

hemasam February 03, 2015 01:05PM

Re: Bandpass filtering and censoring

hemasam February 04, 2015 03:42PM

Re: Bandpass filtering and censoring

rick reynolds February 06, 2015 03:10PM

Re: Bandpass filtering and censoring

hemasam February 12, 2015 11:19AM