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