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  

|
December 10, 2019 03:25PM
Hello,

It might be good to run this script in the context of afni_proc.py, and see how it handles things. The proc script would handle projecting the components in the final regression.

The meica.py/tedana.py that comes with AFNI partitions the components into ignored, accepted, midk_rejected and rejected. By default, the accepted components are considered "good", and the 2 rejected ones are considered "bad" (this can be altered via -reject_midk 0). A typical usage of tedana.py would have it project the rejected components by:

1. fit all components to the data
2. subtract the fit of the rejected ones

But the "bad" and the "good" components are not orthogonal. So it might make sense to project the "good" components out of the "bad" ones. That might be a less aggressive projection, hopefully keeping more of the desired signal in the data.

That is what this script does. It creates a file of bad components that are orthogonal to the good ones.
Subject Author Posted

@extract_meica_ortvec

lxykh December 06, 2019 12:01PM

Re: @extract_meica_ortvec

rick reynolds December 10, 2019 03:25PM