From 61f1641723d5e3f537a97d190654f55fc5da09ae Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 11 Jul 2024 14:57:43 -0400 Subject: [PATCH] fix(7t_trt): Define handedness column to match numeric values --- 7t_trt/participants.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/7t_trt/participants.json b/7t_trt/participants.json index 693d4584e..a0c05a7fe 100644 --- a/7t_trt/participants.json +++ b/7t_trt/participants.json @@ -17,5 +17,9 @@ "age_at_first_scan_years": { "LongName": "age_at_first_scan_years", "Units": "years" + }, + "handedness": { + "LongName": "Edinburgh Handedness Inventory", + "Units": "arbitrary" } -} \ No newline at end of file +}