A wrapper for running a specified analysis.
Attempt to load stored results from the analysis that was done before. (stored in teh analysis folder in a file <method>_<values>_<subjid>.pkl
If that fails, it’s probably because the analysis has not been performed yet or, in rare cases, because the data file is corrupt or missing. So a new analysis is initiated.
- First, Regions of Interest (ROIs) are loaded from PATHS['data_rois']
- If that is not possible, then ROIs are extracted from anatomical data using functional localizer data from SPM.
- Extracted ROIs are stored in PATHS['data_rois'].
- Finally, the specified analysis is performed.
Args: |
|
---|---|
Kwargs: |
|