Skip to content

Commit

Permalink
Er vs Ei in group comp
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 10, 2024
1 parent 790cf13 commit ba2b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_L7J7.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def get_group_level_analysis_group_comparison(self):
level2conestimate = Node(EstimateContrast(), name = 'level2conestimate')
level2conestimate.inputs.group_contrast = True
level2conestimate.inputs.contrasts = [
['Eq range vs Eq indiff in loss', 'T', ['Group_{1}', 'Group_{2}'], [1, -1]]
['Eq range vs Eq indiff in loss', 'T', ['Group_{1}', 'Group_{2}'], [-1, 1]]
]

# Threshold Node - Create thresholded maps
Expand Down

0 comments on commit ba2b3dd

Please sign in to comment.