Skip to content

Commit

Permalink
Update 'participants.json' according to https://intranet.neuro.polymt…
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jan 21, 2023
1 parent b5a7b5f commit 33f440a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/curate_data_inspired.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 33f440a

Please sign in to comment.