Open bclenet opened 1 year ago
Here are the correlation results for T54A. Improvement is needed.
Team | Number of subjects | Test status | Correlation values |
---|---|---|---|
T54A | 108 | failure | [0.83, 0.72, 0.83, 0.72, 0.70, 0.70, 0.70, 0.70, -0.01] |
It looks like the regressors of interest are not orthogonalized in the code, although mentioned in the description (section independent_vars_first_level
):
- Gain: Modeled for trials with a valid response (Not NoResp), [...], orthoganlized with respect to the constant factor.
- Loss: Modeled for trials with a valid response (Not NoResp), [...], orthoganalized with respect to the constant factor.
- Difficulty: Modeled for trials with a valid response (Not NoResp), [...], orthogonalized with respect to the constant factor.
This can be done using the orthogonalization
parameter in FSL's Level1Design.
Softwares
FSL v 5.0.9; RRID:SCR_002823 , fmriprep v.1.1.4
Input data
derivatives (fMRIprep)
Additional context
This pipeline is (almost) reproduced, only refactoring should be needed.
List of tasks
Please tick the boxes below once the corresponding task is finished. :+1:
status: ready for dev
label to it.team_{team_id}.py
inside thenarps_open/pipelines/
directory. You can use a file insidenarps_open/pipelines/templates
as a template if needed.tests/pipelines/test_team_*
as examples.