diff --git a/scripts/curate_data_inspired.py b/scripts/curate_data_inspired.py index 7401fd7..a2789bd 100644 --- a/scripts/curate_data_inspired.py +++ b/scripts/curate_data_inspired.py @@ -230,8 +230,13 @@ def create_participants_json(path_output): "LongName": "Subject ID in the unprocessed data" }, "pathology": { - "Description": "Pathology", - "LongName": "Pathology name" + "Description": "The diagnosis of pathology of the participant", + "LongName": "Pathology name", + "Levels": { + "HC": "Healthy Control", + "DCM": "Degenerative Cervical Myelopathy", + "SCI": "Traumatic Spinal Cord Injury" + } }, "institution_id": { "Description": "Institution ID in the unprocessed data",