From 78a64fa475342f1eeb6f57ecef58d04bbd1cedfc Mon Sep 17 00:00:00 2001 From: "Melvin S. Atay" Date: Mon, 24 Jun 2024 15:23:54 +0200 Subject: [PATCH] added todos --- narps_open/pipelines/team_L3V8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narps_open/pipelines/team_L3V8.py b/narps_open/pipelines/team_L3V8.py index 65f2bc06..0bd29759 100644 --- a/narps_open/pipelines/team_L3V8.py +++ b/narps_open/pipelines/team_L3V8.py @@ -44,7 +44,7 @@ def __init__(self): ('pos_loss', 'T', loss_conditions, [1, 1, 1, 1]), # average positive effect -loss value ('neg_gain', 'T', gain_conditions, [-1, -1, -1, -1]), # average negative activation - gain value ('neg_loss', 'T', loss_conditions, [-1, -1, -1, -1]) # average negative activation - loss value - # figure out group contrast settings + # figure out group contrast settings # TODO ('contrast1', 'T', gain_conditions, [-1, 1, -1, 1, -1, 1, -1, 1]) # group differences between EqI and EqR ]