Skip to content

Commit

Permalink
Added AI as injection site for IVSCC
Browse files Browse the repository at this point in the history
  • Loading branch information
kristakristablake committed Jun 17, 2024
1 parent fbfd28a commit a522ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/JEM-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"project_retrograde_labeling_region": {
"type": "string",
"title": "Injection Site (Region)",
"enum": ["CP", "GPi","GPe", "SNr", "VAL", "VISal", "VISl", "VISp", "VISpm", "PL", "ORB"],
"enum": ["AI", "CP", "GPi","GPe", "SNr", "VAL", "VISal", "VISl", "VISp", "VISpm", "PL", "ORB"],
"dependencies": "pilotName",
"required": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/JEM-wschema.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"project_retrograde_labeling_region": {
"type": "string",
"title": "Injection Site (Region)",
"enum": ["CP", "GPi", "GPe", "SNr", "VAL", "VISal", "VISl", "VISp", "VISpm", "PL", "ORB"],
"enum": ["AI", "CP", "GPi", "GPe", "SNr", "VAL", "VISal", "VISl", "VISp", "VISpm", "PL", "ORB"],
"dependencies": "pilotName",
"required": true
},
Expand Down

0 comments on commit a522ad7

Please sign in to comment.