WHS_SD_rat_atlas_v4.regions.json 142 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152
  1. {
  2. "name": "Root",
  3. "rgb": null,
  4. "labelIndex": null,
  5. "children": [
  6. {
  7. "name": "Brain",
  8. "rgb": [
  9. 50,
  10. 168,
  11. 82
  12. ],
  13. "labelIndex": 1000,
  14. "_": {
  15. "abbreviation": "Brain"
  16. },
  17. "children": [
  18. {
  19. "name": "White matter",
  20. "rgb": [
  21. 255,
  22. 255,
  23. 255
  24. ],
  25. "labelIndex": 1001,
  26. "_": {
  27. "abbreviation": "wmt"
  28. },
  29. "children": [
  30. {
  31. "name": "Olfactory white matter",
  32. "rgb": [
  33. 255,
  34. 255,
  35. 255
  36. ],
  37. "labelIndex": 1050,
  38. "_": {
  39. "abbreviation": "olf"
  40. },
  41. "children": [
  42. {
  43. "name": "lateral olfactory tract",
  44. "rgb": [
  45. 255,
  46. 0,
  47. 221
  48. ],
  49. "labelIndex": 180,
  50. "_": {
  51. "abbreviation": "lot"
  52. },
  53. "children": []
  54. }
  55. ]
  56. },
  57. {
  58. "name": "corpus callosum and associated subcortical white matter",
  59. "rgb": [
  60. 255,
  61. 110,
  62. 0
  63. ],
  64. "labelIndex": 67,
  65. "_": {
  66. "abbreviation": "cc-ec-cing-dwm"
  67. },
  68. "children": []
  69. },
  70. {
  71. "name": "Anterior commissure",
  72. "rgb": [
  73. 255,
  74. 255,
  75. 255
  76. ],
  77. "labelIndex": 1002,
  78. "_": {
  79. "abbreviation": "ac"
  80. },
  81. "children": [
  82. {
  83. "name": "anterior commissure, anterior limb",
  84. "rgb": [
  85. 124,
  86. 252,
  87. 0
  88. ],
  89. "labelIndex": 36,
  90. "_": {
  91. "abbreviation": "aca"
  92. },
  93. "children": []
  94. },
  95. {
  96. "name": "anterior commissure, posterior limb",
  97. "rgb": [
  98. 255,
  99. 186,
  100. 0
  101. ],
  102. "labelIndex": 37,
  103. "_": {
  104. "abbreviation": "acp"
  105. },
  106. "children": []
  107. },
  108. {
  109. "name": "anterior commissure, intrabulbar part",
  110. "rgb": [
  111. 255,
  112. 79,
  113. 206
  114. ],
  115. "labelIndex": 73,
  116. "_": {
  117. "abbreviation": "aci"
  118. },
  119. "children": []
  120. }
  121. ]
  122. },
  123. {
  124. "name": "Hippocampal white matter",
  125. "rgb": [
  126. 255,
  127. 255,
  128. 255
  129. ],
  130. "labelIndex": 1003,
  131. "_": {
  132. "abbreviation": "hiw"
  133. },
  134. "children": [
  135. {
  136. "name": "alveus of the hippocampus",
  137. "rgb": [
  138. 255,
  139. 0,
  140. 255
  141. ],
  142. "labelIndex": 6,
  143. "_": {
  144. "abbreviation": "alv"
  145. },
  146. "children": []
  147. },
  148. {
  149. "name": "ventral hippocampal commissure",
  150. "rgb": [
  151. 174,
  152. 0,
  153. 232
  154. ],
  155. "labelIndex": 38,
  156. "_": {
  157. "abbreviation": "vhc"
  158. },
  159. "children": []
  160. },
  161. {
  162. "name": "fornix",
  163. "rgb": [
  164. 21,
  165. 192,
  166. 255
  167. ],
  168. "labelIndex": 52,
  169. "_": {
  170. "abbreviation": "f"
  171. },
  172. "children": []
  173. },
  174. {
  175. "name": "fimbria of the hippocampus",
  176. "rgb": [
  177. 0,
  178. 255,
  179. 29
  180. ],
  181. "labelIndex": 59,
  182. "_": {
  183. "abbreviation": "fi"
  184. },
  185. "children": []
  186. }
  187. ]
  188. },
  189. {
  190. "name": "Corticofugal pathways",
  191. "rgb": [
  192. 255,
  193. 255,
  194. 255
  195. ],
  196. "labelIndex": 1004,
  197. "_": {
  198. "abbreviation": "cfp"
  199. },
  200. "children": [
  201. {
  202. "name": "corticofugal tract and corona radiata",
  203. "rgb": [
  204. 255,
  205. 52,
  206. 39
  207. ],
  208. "labelIndex": 1,
  209. "_": {
  210. "abbreviation": "ic-cp-lfp-py"
  211. },
  212. "children": []
  213. },
  214. {
  215. "name": "pyramidal decussation",
  216. "rgb": [
  217. 114,
  218. 9,
  219. 212
  220. ],
  221. "labelIndex": 85,
  222. "_": {
  223. "abbreviation": "pyx"
  224. },
  225. "children": []
  226. }
  227. ]
  228. },
  229. {
  230. "name": "Medial lemniscus",
  231. "rgb": [
  232. 255,
  233. 255,
  234. 255
  235. ],
  236. "labelIndex": 1005,
  237. "_": {
  238. "abbreviation": "ml"
  239. },
  240. "children": [
  241. {
  242. "name": "medial lemniscus, unspecified",
  243. "rgb": [
  244. 212,
  245. 255,
  246. 0
  247. ],
  248. "labelIndex": 34,
  249. "_": {
  250. "abbreviation": "ml-u"
  251. },
  252. "children": []
  253. },
  254. {
  255. "name": "medial lemniscus decussation",
  256. "rgb": [
  257. 65,
  258. 150,
  259. 255
  260. ],
  261. "labelIndex": 84,
  262. "_": {
  263. "abbreviation": "mlx"
  264. },
  265. "children": []
  266. }
  267. ]
  268. },
  269. {
  270. "name": "Thalamic tracts",
  271. "rgb": [
  272. 255,
  273. 255,
  274. 255
  275. ],
  276. "labelIndex": 1006,
  277. "_": {
  278. "abbreviation": "tht"
  279. },
  280. "children": [
  281. {
  282. "name": "External medullary lamina",
  283. "rgb": [
  284. 255,
  285. 255,
  286. 255
  287. ],
  288. "labelIndex": 1051,
  289. "_": {
  290. "abbreviation": "eml"
  291. },
  292. "children": [
  293. {
  294. "name": "external medullary lamina, unspecified",
  295. "rgb": [
  296. 170,
  297. 255,
  298. 0
  299. ],
  300. "labelIndex": 249,
  301. "_": {
  302. "abbreviation": "eml-u"
  303. },
  304. "children": []
  305. },
  306. {
  307. "name": "external medullary lamina, auditory radiation",
  308. "rgb": [
  309. 244,
  310. 156,
  311. 255
  312. ],
  313. "labelIndex": 157,
  314. "_": {
  315. "abbreviation": "eml-ar"
  316. },
  317. "children": []
  318. }
  319. ]
  320. },
  321. {
  322. "name": "internal medullary lamina",
  323. "rgb": [
  324. 255,
  325. 92,
  326. 10
  327. ],
  328. "labelIndex": 291,
  329. "_": {
  330. "abbreviation": "iml"
  331. },
  332. "children": []
  333. },
  334. {
  335. "name": "intramedullary thalamic area",
  336. "rgb": [
  337. 155,
  338. 148,
  339. 111
  340. ],
  341. "labelIndex": 290,
  342. "_": {
  343. "abbreviation": "ima"
  344. },
  345. "children": []
  346. },
  347. {
  348. "name": "superior cerebellar peduncle and prerubral field",
  349. "rgb": [
  350. 210,
  351. 182,
  352. 140
  353. ],
  354. "labelIndex": 270,
  355. "_": {
  356. "abbreviation": "scp-pr"
  357. },
  358. "children": []
  359. },
  360. {
  361. "name": "pretectothalamic lamina",
  362. "rgb": [
  363. 219,
  364. 143,
  365. 247
  366. ],
  367. "labelIndex": 239,
  368. "_": {
  369. "abbreviation": "ptl"
  370. },
  371. "children": []
  372. },
  373. {
  374. "name": "mammillotegmental tract",
  375. "rgb": [
  376. 238,
  377. 186,
  378. 0
  379. ],
  380. "labelIndex": 53,
  381. "_": {
  382. "abbreviation": "mtg"
  383. },
  384. "children": []
  385. },
  386. {
  387. "name": "commissural stria terminalis",
  388. "rgb": [
  389. 173,
  390. 255,
  391. 47
  392. ],
  393. "labelIndex": 54,
  394. "_": {
  395. "abbreviation": "cst"
  396. },
  397. "children": []
  398. },
  399. {
  400. "name": "fasciculus retroflexus",
  401. "rgb": [
  402. 244,
  403. 67,
  404. 69
  405. ],
  406. "labelIndex": 60,
  407. "_": {
  408. "abbreviation": "fr"
  409. },
  410. "children": []
  411. },
  412. {
  413. "name": "stria medullaris thalami",
  414. "rgb": [
  415. 0,
  416. 255,
  417. 0
  418. ],
  419. "labelIndex": 61,
  420. "_": {
  421. "abbreviation": "sm"
  422. },
  423. "children": []
  424. },
  425. {
  426. "name": "stria terminalis",
  427. "rgb": [
  428. 238,
  429. 117,
  430. 51
  431. ],
  432. "labelIndex": 62,
  433. "_": {
  434. "abbreviation": "st"
  435. },
  436. "children": []
  437. },
  438. {
  439. "name": "habenular commissure",
  440. "rgb": [
  441. 69,
  442. 235,
  443. 202
  444. ],
  445. "labelIndex": 80,
  446. "_": {
  447. "abbreviation": "hbc"
  448. },
  449. "children": []
  450. }
  451. ]
  452. },
  453. {
  454. "name": "posterior commissure",
  455. "rgb": [
  456. 255,
  457. 0,
  458. 218
  459. ],
  460. "labelIndex": 63,
  461. "_": {
  462. "abbreviation": "pc"
  463. },
  464. "children": []
  465. },
  466. {
  467. "name": "Facial nerve",
  468. "rgb": [
  469. 255,
  470. 255,
  471. 255
  472. ],
  473. "labelIndex": 1007,
  474. "_": {
  475. "abbreviation": "7n"
  476. },
  477. "children": [
  478. {
  479. "name": "facial nerve, unspecified",
  480. "rgb": [
  481. 255,
  482. 25,
  483. 240
  484. ],
  485. "labelIndex": 35,
  486. "_": {
  487. "abbreviation": "7n-u"
  488. },
  489. "children": []
  490. },
  491. {
  492. "name": "ascending fibers of the facial nerve",
  493. "rgb": [
  494. 179,
  495. 28,
  496. 53
  497. ],
  498. "labelIndex": 72,
  499. "_": {
  500. "abbreviation": "asc7"
  501. },
  502. "children": []
  503. },
  504. {
  505. "name": "genu of the facial nerve",
  506. "rgb": [
  507. 250,
  508. 244,
  509. 247
  510. ],
  511. "labelIndex": 57,
  512. "_": {
  513. "abbreviation": "g7"
  514. },
  515. "children": []
  516. }
  517. ]
  518. },
  519. {
  520. "name": "Optic fiber system and supraoptic decussation",
  521. "rgb": [
  522. 255,
  523. 255,
  524. 255
  525. ],
  526. "labelIndex": 1008,
  527. "_": {
  528. "abbreviation": "ofs"
  529. },
  530. "children": [
  531. {
  532. "name": "optic nerve",
  533. "rgb": [
  534. 48,
  535. 218,
  536. 0
  537. ],
  538. "labelIndex": 41,
  539. "_": {
  540. "abbreviation": "2n"
  541. },
  542. "children": []
  543. },
  544. {
  545. "name": "optic tract and optic chiasm",
  546. "rgb": [
  547. 38,
  548. 126,
  549. 255
  550. ],
  551. "labelIndex": 42,
  552. "_": {
  553. "abbreviation": "opt-och"
  554. },
  555. "children": []
  556. },
  557. {
  558. "name": "supraoptic decussation",
  559. "rgb": [
  560. 250,
  561. 170,
  562. 64
  563. ],
  564. "labelIndex": 83,
  565. "_": {
  566. "abbreviation": "sox"
  567. },
  568. "children": []
  569. }
  570. ]
  571. },
  572. {
  573. "name": "White matter of the tectum",
  574. "rgb": [
  575. 255,
  576. 255,
  577. 255
  578. ],
  579. "labelIndex": 1009,
  580. "_": {
  581. "abbreviation": "tew"
  582. },
  583. "children": [
  584. {
  585. "name": "commissure of the superior colliculus",
  586. "rgb": [
  587. 33,
  588. 230,
  589. 255
  590. ],
  591. "labelIndex": 46,
  592. "_": {
  593. "abbreviation": "csc"
  594. },
  595. "children": []
  596. },
  597. {
  598. "name": "brachium of the superior colliculus",
  599. "rgb": [
  600. 188,
  601. 32,
  602. 173
  603. ],
  604. "labelIndex": 68,
  605. "_": {
  606. "abbreviation": "bsc"
  607. },
  608. "children": []
  609. },
  610. {
  611. "name": "inferior colliculus, commissure",
  612. "rgb": [
  613. 255,
  614. 42,
  615. 39
  616. ],
  617. "labelIndex": 69,
  618. "_": {
  619. "abbreviation": "cic"
  620. },
  621. "children": []
  622. },
  623. {
  624. "name": "inferior colliculus, brachium",
  625. "rgb": [
  626. 176,
  627. 58,
  628. 72
  629. ],
  630. "labelIndex": 146,
  631. "_": {
  632. "abbreviation": "bic"
  633. },
  634. "children": []
  635. }
  636. ]
  637. },
  638. {
  639. "name": "Cerebellar and precerebellar white matter",
  640. "rgb": [
  641. 255,
  642. 255,
  643. 255
  644. ],
  645. "labelIndex": 1010,
  646. "_": {
  647. "abbreviation": "cbt"
  648. },
  649. "children": [
  650. {
  651. "name": "inferior cerebellar peduncle",
  652. "rgb": [
  653. 52,
  654. 255,
  655. 13
  656. ],
  657. "labelIndex": 7,
  658. "_": {
  659. "abbreviation": "icp"
  660. },
  661. "children": []
  662. },
  663. {
  664. "name": "middle cerebellar peduncle",
  665. "rgb": [
  666. 134,
  667. 204,
  668. 76
  669. ],
  670. "labelIndex": 78,
  671. "_": {
  672. "abbreviation": "mcp"
  673. },
  674. "children": []
  675. },
  676. {
  677. "name": "transverse fibers of the pons",
  678. "rgb": [
  679. 128,
  680. 170,
  681. 255
  682. ],
  683. "labelIndex": 79,
  684. "_": {
  685. "abbreviation": "tfp"
  686. },
  687. "children": []
  688. }
  689. ]
  690. },
  691. {
  692. "name": "White matter of the brainstem",
  693. "rgb": [
  694. 255,
  695. 255,
  696. 255
  697. ],
  698. "labelIndex": 1011,
  699. "_": {
  700. "abbreviation": "bsw"
  701. },
  702. "children": [
  703. {
  704. "name": "Lateral lemniscus",
  705. "rgb": [
  706. 255,
  707. 255,
  708. 255
  709. ],
  710. "labelIndex": 1012,
  711. "_": {
  712. "abbreviation": "ll"
  713. },
  714. "children": [
  715. {
  716. "name": "lateral lemniscus, commissure",
  717. "rgb": [
  718. 255,
  719. 29,
  720. 0
  721. ],
  722. "labelIndex": 140,
  723. "_": {
  724. "abbreviation": "ll-c"
  725. },
  726. "children": []
  727. },
  728. {
  729. "name": "lateral lemniscus, unspecified",
  730. "rgb": [
  731. 255,
  732. 166,
  733. 0
  734. ],
  735. "labelIndex": 141,
  736. "_": {
  737. "abbreviation": "ll-u"
  738. },
  739. "children": []
  740. }
  741. ]
  742. },
  743. {
  744. "name": "acoustic striae",
  745. "rgb": [
  746. 255,
  747. 217,
  748. 0
  749. ],
  750. "labelIndex": 129,
  751. "_": {
  752. "abbreviation": "as"
  753. },
  754. "children": []
  755. },
  756. {
  757. "name": "trapezoid body",
  758. "rgb": [
  759. 213,
  760. 255,
  761. 0
  762. ],
  763. "labelIndex": 130,
  764. "_": {
  765. "abbreviation": "tz"
  766. },
  767. "children": []
  768. },
  769. {
  770. "name": "spinal trigeminal tract",
  771. "rgb": [
  772. 250,
  773. 128,
  774. 114
  775. ],
  776. "labelIndex": 76,
  777. "_": {
  778. "abbreviation": "sp5t"
  779. },
  780. "children": []
  781. }
  782. ]
  783. }
  784. ]
  785. },
  786. {
  787. "name": "Gray matter",
  788. "rgb": [
  789. 128,
  790. 128,
  791. 128
  792. ],
  793. "labelIndex": 1013,
  794. "_": {
  795. "abbreviation": "GM"
  796. },
  797. "children": [
  798. {
  799. "name": "Telencephalon",
  800. "rgb": [
  801. 128,
  802. 128,
  803. 128
  804. ],
  805. "labelIndex": 1052,
  806. "_": {
  807. "abbreviation": "Tel"
  808. },
  809. "children": [
  810. {
  811. "name": "Laminated pallium",
  812. "rgb": [
  813. 128,
  814. 128,
  815. 128
  816. ],
  817. "labelIndex": 1053,
  818. "_": {
  819. "abbreviation": "LamP"
  820. },
  821. "children": [
  822. {
  823. "name": "Olfactory bulb",
  824. "rgb": [
  825. 128,
  826. 128,
  827. 128
  828. ],
  829. "labelIndex": 1020,
  830. "_": {
  831. "abbreviation": "OB"
  832. },
  833. "children": [
  834. {
  835. "name": "Glomerular layer of the accessory olfactory bulb",
  836. "rgb": [
  837. 15,
  838. 109,
  839. 230
  840. ],
  841. "labelIndex": 64,
  842. "_": {
  843. "abbreviation": "GlA"
  844. },
  845. "children": []
  846. },
  847. {
  848. "name": "Glomerular layer of the olfactory bulb",
  849. "rgb": [
  850. 255,
  851. 227,
  852. 0
  853. ],
  854. "labelIndex": 65,
  855. "_": {
  856. "abbreviation": "Gl"
  857. },
  858. "children": []
  859. },
  860. {
  861. "name": "Olfactory bulb, unspecified",
  862. "rgb": [
  863. 255,
  864. 135,
  865. 0
  866. ],
  867. "labelIndex": 66,
  868. "_": {
  869. "abbreviation": "OB-u"
  870. },
  871. "children": []
  872. },
  873. {
  874. "name": "Nucleus of the lateral olfactory tract",
  875. "rgb": [
  876. 230,
  877. 184,
  878. 67
  879. ],
  880. "labelIndex": 502,
  881. "_": {
  882. "abbreviation": "NLOT"
  883. },
  884. "children": []
  885. }
  886. ]
  887. },
  888. {
  889. "name": "Cerebral cortex",
  890. "rgb": [
  891. 128,
  892. 128,
  893. 128
  894. ],
  895. "labelIndex": 1015,
  896. "_": {
  897. "abbreviation": "Cx"
  898. },
  899. "children": [
  900. {
  901. "name": "Hippocampal region",
  902. "rgb": [
  903. 128,
  904. 128,
  905. 128
  906. ],
  907. "labelIndex": 1055,
  908. "_": {
  909. "abbreviation": "HR"
  910. },
  911. "children": [
  912. {
  913. "name": "Hippocampal formation",
  914. "rgb": [
  915. 128,
  916. 128,
  917. 128
  918. ],
  919. "labelIndex": 1021,
  920. "_": {
  921. "abbreviation": "HF"
  922. },
  923. "children": [
  924. {
  925. "name": "Fasciola cinereum",
  926. "rgb": [
  927. 255,
  928. 0,
  929. 0
  930. ],
  931. "labelIndex": 99,
  932. "_": {
  933. "abbreviation": "FC"
  934. },
  935. "children": []
  936. },
  937. {
  938. "name": "Subiculum",
  939. "rgb": [
  940. 255,
  941. 192,
  942. 0
  943. ],
  944. "labelIndex": 100,
  945. "_": {
  946. "abbreviation": "SUB"
  947. },
  948. "children": []
  949. },
  950. {
  951. "name": "Cornu Ammonis",
  952. "rgb": [
  953. 128,
  954. 128,
  955. 128
  956. ],
  957. "labelIndex": 1022,
  958. "_": {
  959. "abbreviation": "CA"
  960. },
  961. "children": [
  962. {
  963. "name": "Cornu ammonis 1",
  964. "rgb": [
  965. 217,
  966. 104,
  967. 13
  968. ],
  969. "labelIndex": 98,
  970. "_": {
  971. "abbreviation": "CA1"
  972. },
  973. "children": []
  974. },
  975. {
  976. "name": "Cornu ammonis 2",
  977. "rgb": [
  978. 255,
  979. 255,
  980. 0
  981. ],
  982. "labelIndex": 97,
  983. "_": {
  984. "abbreviation": "CA2"
  985. },
  986. "children": []
  987. },
  988. {
  989. "name": "Cornu ammonis 3",
  990. "rgb": [
  991. 165,
  992. 131,
  993. 107
  994. ],
  995. "labelIndex": 95,
  996. "_": {
  997. "abbreviation": "CA3"
  998. },
  999. "children": []
  1000. }
  1001. ]
  1002. },
  1003. {
  1004. "name": "Dentate gyrus",
  1005. "rgb": [
  1006. 91,
  1007. 45,
  1008. 10
  1009. ],
  1010. "labelIndex": 96,
  1011. "_": {
  1012. "abbreviation": "DG"
  1013. },
  1014. "children": []
  1015. }
  1016. ]
  1017. },
  1018. {
  1019. "name": "Parahippocampal region",
  1020. "rgb": [
  1021. 128,
  1022. 128,
  1023. 128
  1024. ],
  1025. "labelIndex": 1023,
  1026. "_": {
  1027. "abbreviation": "PHR"
  1028. },
  1029. "children": [
  1030. {
  1031. "name": "Postrhinal cortex",
  1032. "rgb": [
  1033. 40,
  1034. 112,
  1035. 130
  1036. ],
  1037. "labelIndex": 108,
  1038. "_": {
  1039. "abbreviation": "POR"
  1040. },
  1041. "children": []
  1042. },
  1043. {
  1044. "name": "Presubiculum",
  1045. "rgb": [
  1046. 80,
  1047. 123,
  1048. 175
  1049. ],
  1050. "labelIndex": 109,
  1051. "_": {
  1052. "abbreviation": "PrS"
  1053. },
  1054. "children": []
  1055. },
  1056. {
  1057. "name": "Parasubiculum",
  1058. "rgb": [
  1059. 23,
  1060. 54,
  1061. 96
  1062. ],
  1063. "labelIndex": 110,
  1064. "_": {
  1065. "abbreviation": "PaS"
  1066. },
  1067. "children": []
  1068. },
  1069. {
  1070. "name": "Perirhinal cortex",
  1071. "rgb": [
  1072. 128,
  1073. 128,
  1074. 128
  1075. ],
  1076. "labelIndex": 1024,
  1077. "_": {
  1078. "abbreviation": "PER"
  1079. },
  1080. "children": [
  1081. {
  1082. "name": "Perirhinal area 35",
  1083. "rgb": [
  1084. 205,
  1085. 51,
  1086. 255
  1087. ],
  1088. "labelIndex": 112,
  1089. "_": {
  1090. "abbreviation": "PER35"
  1091. },
  1092. "children": []
  1093. },
  1094. {
  1095. "name": "Perirhinal area 36",
  1096. "rgb": [
  1097. 112,
  1098. 48,
  1099. 160
  1100. ],
  1101. "labelIndex": 113,
  1102. "_": {
  1103. "abbreviation": "PER36"
  1104. },
  1105. "children": []
  1106. }
  1107. ]
  1108. },
  1109. {
  1110. "name": "Entorhinal cortex",
  1111. "rgb": [
  1112. 128,
  1113. 128,
  1114. 128
  1115. ],
  1116. "labelIndex": 1025,
  1117. "_": {
  1118. "abbreviation": "EC"
  1119. },
  1120. "children": [
  1121. {
  1122. "name": "Medial entorhinal cortex",
  1123. "rgb": [
  1124. 122,
  1125. 187,
  1126. 51
  1127. ],
  1128. "labelIndex": 114,
  1129. "_": {
  1130. "abbreviation": "MEC"
  1131. },
  1132. "children": []
  1133. },
  1134. {
  1135. "name": "Lateral entorhinal cortex",
  1136. "rgb": [
  1137. 90,
  1138. 111,
  1139. 47
  1140. ],
  1141. "labelIndex": 115,
  1142. "_": {
  1143. "abbreviation": "LEC"
  1144. },
  1145. "children": []
  1146. }
  1147. ]
  1148. }
  1149. ]
  1150. }
  1151. ]
  1152. },
  1153. {
  1154. "name": "Piriform cortex",
  1155. "rgb": [
  1156. 128,
  1157. 128,
  1158. 128
  1159. ],
  1160. "labelIndex": 1056,
  1161. "_": {
  1162. "abbreviation": "PIR"
  1163. },
  1164. "children": [
  1165. {
  1166. "name": "Piriform cortex, layer 1",
  1167. "rgb": [
  1168. 0,
  1169. 204,
  1170. 255
  1171. ],
  1172. "labelIndex": 181,
  1173. "_": {
  1174. "abbreviation": "PIR1"
  1175. },
  1176. "children": []
  1177. },
  1178. {
  1179. "name": "Piriform cortex, layer 2",
  1180. "rgb": [
  1181. 0,
  1182. 0,
  1183. 254
  1184. ],
  1185. "labelIndex": 182,
  1186. "_": {
  1187. "abbreviation": "PIR2"
  1188. },
  1189. "children": []
  1190. },
  1191. {
  1192. "name": "Piriform cortex, layer 3",
  1193. "rgb": [
  1194. 165,
  1195. 120,
  1196. 221
  1197. ],
  1198. "labelIndex": 183,
  1199. "_": {
  1200. "abbreviation": "PIR3"
  1201. },
  1202. "children": []
  1203. }
  1204. ]
  1205. },
  1206. {
  1207. "name": "Cingulate region",
  1208. "rgb": [
  1209. 128,
  1210. 128,
  1211. 128
  1212. ],
  1213. "labelIndex": 1057,
  1214. "_": {
  1215. "abbreviation": "CgR"
  1216. },
  1217. "children": [
  1218. {
  1219. "name": "Cingulate cortex",
  1220. "rgb": [
  1221. 128,
  1222. 128,
  1223. 128
  1224. ],
  1225. "labelIndex": 1018,
  1226. "_": {
  1227. "abbreviation": "Cg"
  1228. },
  1229. "children": [
  1230. {
  1231. "name": "Cingulate area 1",
  1232. "rgb": [
  1233. 0,
  1234. 128,
  1235. 128
  1236. ],
  1237. "labelIndex": 411,
  1238. "_": {
  1239. "abbreviation": "Cg1"
  1240. },
  1241. "children": []
  1242. },
  1243. {
  1244. "name": "Cingulate area 2",
  1245. "rgb": [
  1246. 29,
  1247. 104,
  1248. 235
  1249. ],
  1250. "labelIndex": 10,
  1251. "_": {
  1252. "abbreviation": "Cg2"
  1253. },
  1254. "children": []
  1255. }
  1256. ]
  1257. },
  1258. {
  1259. "name": "Retrosplenial cortex",
  1260. "rgb": [
  1261. 128,
  1262. 128,
  1263. 128
  1264. ],
  1265. "labelIndex": 1058,
  1266. "_": {
  1267. "abbreviation": "RS"
  1268. },
  1269. "children": [
  1270. {
  1271. "name": "Retrosplenial dysgranular area",
  1272. "rgb": [
  1273. 200,
  1274. 73,
  1275. 164
  1276. ],
  1277. "labelIndex": 427,
  1278. "_": {
  1279. "abbreviation": "RSD"
  1280. },
  1281. "children": []
  1282. },
  1283. {
  1284. "name": "Retrosplenial granular area",
  1285. "rgb": [
  1286. 25,
  1287. 100,
  1288. 200
  1289. ],
  1290. "labelIndex": 430,
  1291. "_": {
  1292. "abbreviation": "RSG"
  1293. },
  1294. "children": []
  1295. }
  1296. ]
  1297. }
  1298. ]
  1299. },
  1300. {
  1301. "name": "Insular region",
  1302. "rgb": [
  1303. 128,
  1304. 128,
  1305. 128
  1306. ],
  1307. "labelIndex": 1059,
  1308. "_": {
  1309. "abbreviation": "INS"
  1310. },
  1311. "children": [
  1312. {
  1313. "name": "Agranular insular cortex",
  1314. "rgb": [
  1315. 128,
  1316. 128,
  1317. 128
  1318. ],
  1319. "labelIndex": 1060,
  1320. "_": {
  1321. "abbreviation": "AI"
  1322. },
  1323. "children": [
  1324. {
  1325. "name": "Agranular insular cortex, ventral area",
  1326. "rgb": [
  1327. 255,
  1328. 201,
  1329. 14
  1330. ],
  1331. "labelIndex": 409,
  1332. "_": {
  1333. "abbreviation": "AI-v"
  1334. },
  1335. "children": []
  1336. },
  1337. {
  1338. "name": "Agranular insular cortex dorsal area ",
  1339. "rgb": [
  1340. 255,
  1341. 127,
  1342. 39
  1343. ],
  1344. "labelIndex": 410,
  1345. "_": {
  1346. "abbreviation": "AI-d"
  1347. },
  1348. "children": []
  1349. },
  1350. {
  1351. "name": "Agranular insular cortex, posterior area ",
  1352. "rgb": [
  1353. 181,
  1354. 230,
  1355. 29
  1356. ],
  1357. "labelIndex": 424,
  1358. "_": {
  1359. "abbreviation": "AI-p"
  1360. },
  1361. "children": []
  1362. }
  1363. ]
  1364. },
  1365. {
  1366. "name": "Dysgranular insular cortex",
  1367. "rgb": [
  1368. 255,
  1369. 242,
  1370. 0
  1371. ],
  1372. "labelIndex": 414,
  1373. "_": {
  1374. "abbreviation": "DI"
  1375. },
  1376. "children": []
  1377. },
  1378. {
  1379. "name": "Granular insular cortex",
  1380. "rgb": [
  1381. 239,
  1382. 228,
  1383. 176
  1384. ],
  1385. "labelIndex": 416,
  1386. "_": {
  1387. "abbreviation": "GI"
  1388. },
  1389. "children": []
  1390. }
  1391. ]
  1392. },
  1393. {
  1394. "name": "Frontal region",
  1395. "rgb": [
  1396. 128,
  1397. 128,
  1398. 128
  1399. ],
  1400. "labelIndex": 1061,
  1401. "_": {
  1402. "abbreviation": "Front"
  1403. },
  1404. "children": [
  1405. {
  1406. "name": "Frontal association cortex",
  1407. "rgb": [
  1408. 206,
  1409. 211,
  1410. 7
  1411. ],
  1412. "labelIndex": 77,
  1413. "_": {
  1414. "abbreviation": "FrA"
  1415. },
  1416. "children": []
  1417. },
  1418. {
  1419. "name": "Orbitofrontal cortex",
  1420. "rgb": [
  1421. 128,
  1422. 128,
  1423. 128
  1424. ],
  1425. "labelIndex": 1062,
  1426. "_": {
  1427. "abbreviation": "Orb"
  1428. },
  1429. "children": [
  1430. {
  1431. "name": "Medial orbital area",
  1432. "rgb": [
  1433. 63,
  1434. 72,
  1435. 204
  1436. ],
  1437. "labelIndex": 403,
  1438. "_": {
  1439. "abbreviation": "MO"
  1440. },
  1441. "children": []
  1442. },
  1443. {
  1444. "name": "Ventral orbital area",
  1445. "rgb": [
  1446. 200,
  1447. 191,
  1448. 231
  1449. ],
  1450. "labelIndex": 402,
  1451. "_": {
  1452. "abbreviation": "VO"
  1453. },
  1454. "children": []
  1455. },
  1456. {
  1457. "name": "Ventrolateral orbital area",
  1458. "rgb": [
  1459. 255,
  1460. 0,
  1461. 1
  1462. ],
  1463. "labelIndex": 400,
  1464. "_": {
  1465. "abbreviation": "VLO"
  1466. },
  1467. "children": []
  1468. },
  1469. {
  1470. "name": "Lateral orbital area",
  1471. "rgb": [
  1472. 255,
  1473. 174,
  1474. 201
  1475. ],
  1476. "labelIndex": 401,
  1477. "_": {
  1478. "abbreviation": "LO"
  1479. },
  1480. "children": []
  1481. },
  1482. {
  1483. "name": "Dorsolateral orbital area",
  1484. "rgb": [
  1485. 185,
  1486. 122,
  1487. 87
  1488. ],
  1489. "labelIndex": 404,
  1490. "_": {
  1491. "abbreviation": "DLO"
  1492. },
  1493. "children": []
  1494. }
  1495. ]
  1496. },
  1497. {
  1498. "name": "Mediofrontal cortex",
  1499. "rgb": [
  1500. 128,
  1501. 128,
  1502. 128
  1503. ],
  1504. "labelIndex": 1063,
  1505. "_": {
  1506. "abbreviation": "MFC"
  1507. },
  1508. "children": [
  1509. {
  1510. "name": "Prelimbic area",
  1511. "rgb": [
  1512. 163,
  1513. 73,
  1514. 164
  1515. ],
  1516. "labelIndex": 405,
  1517. "_": {
  1518. "abbreviation": "PrL"
  1519. },
  1520. "children": []
  1521. },
  1522. {
  1523. "name": "Infralimbic area",
  1524. "rgb": [
  1525. 34,
  1526. 177,
  1527. 76
  1528. ],
  1529. "labelIndex": 413,
  1530. "_": {
  1531. "abbreviation": "IL"
  1532. },
  1533. "children": []
  1534. }
  1535. ]
  1536. },
  1537. {
  1538. "name": "Motor cortex",
  1539. "rgb": [
  1540. 128,
  1541. 128,
  1542. 128
  1543. ],
  1544. "labelIndex": 1064,
  1545. "_": {
  1546. "abbreviation": "M"
  1547. },
  1548. "children": [
  1549. {
  1550. "name": "Primary motor area",
  1551. "rgb": [
  1552. 153,
  1553. 217,
  1554. 234
  1555. ],
  1556. "labelIndex": 408,
  1557. "_": {
  1558. "abbreviation": "M1"
  1559. },
  1560. "children": []
  1561. },
  1562. {
  1563. "name": "Secondary motor area",
  1564. "rgb": [
  1565. 0,
  1566. 162,
  1567. 232
  1568. ],
  1569. "labelIndex": 406,
  1570. "_": {
  1571. "abbreviation": "M2"
  1572. },
  1573. "children": []
  1574. },
  1575. {
  1576. "name": "Frontal association area 3",
  1577. "rgb": [
  1578. 136,
  1579. 0,
  1580. 21
  1581. ],
  1582. "labelIndex": 407,
  1583. "_": {
  1584. "abbreviation": "Fr3"
  1585. },
  1586. "children": []
  1587. }
  1588. ]
  1589. }
  1590. ]
  1591. },
  1592. {
  1593. "name": "Parietal region",
  1594. "rgb": [
  1595. 128,
  1596. 128,
  1597. 128
  1598. ],
  1599. "labelIndex": 1065,
  1600. "_": {
  1601. "abbreviation": "Par"
  1602. },
  1603. "children": [
  1604. {
  1605. "name": "Somatosensory cortex",
  1606. "rgb": [
  1607. 128,
  1608. 128,
  1609. 128
  1610. ],
  1611. "labelIndex": 1066,
  1612. "_": {
  1613. "abbreviation": "SS"
  1614. },
  1615. "children": [
  1616. {
  1617. "name": "Primary somatosensory area",
  1618. "rgb": [
  1619. 128,
  1620. 128,
  1621. 128
  1622. ],
  1623. "labelIndex": 1067,
  1624. "_": {
  1625. "abbreviation": "S1"
  1626. },
  1627. "children": [
  1628. {
  1629. "name": "Primary somatosensory area, face representation",
  1630. "rgb": [
  1631. 255,
  1632. 128,
  1633. 192
  1634. ],
  1635. "labelIndex": 420,
  1636. "_": {
  1637. "abbreviation": "S1-f"
  1638. },
  1639. "children": []
  1640. },
  1641. {
  1642. "name": "Primary somatosensory area, barrel field",
  1643. "rgb": [
  1644. 120,
  1645. 177,
  1646. 76
  1647. ],
  1648. "labelIndex": 425,
  1649. "_": {
  1650. "abbreviation": "S1-bf"
  1651. },
  1652. "children": []
  1653. },
  1654. {
  1655. "name": "Primary somatosensory area, dysgranular zone",
  1656. "rgb": [
  1657. 237,
  1658. 28,
  1659. 36
  1660. ],
  1661. "labelIndex": 418,
  1662. "_": {
  1663. "abbreviation": "S1-dz"
  1664. },
  1665. "children": []
  1666. },
  1667. {
  1668. "name": "Primary somatosensory area, forelimb representation",
  1669. "rgb": [
  1670. 185,
  1671. 14,
  1672. 131
  1673. ],
  1674. "labelIndex": 417,
  1675. "_": {
  1676. "abbreviation": "S1-fl"
  1677. },
  1678. "children": []
  1679. },
  1680. {
  1681. "name": "Primary somatosensory area, hindlimb representation",
  1682. "rgb": [
  1683. 136,
  1684. 100,
  1685. 21
  1686. ],
  1687. "labelIndex": 423,
  1688. "_": {
  1689. "abbreviation": "S1-hl"
  1690. },
  1691. "children": []
  1692. },
  1693. {
  1694. "name": "Primary somatosensory area, trunk representation",
  1695. "rgb": [
  1696. 225,
  1697. 150,
  1698. 201
  1699. ],
  1700. "labelIndex": 429,
  1701. "_": {
  1702. "abbreviation": "S1-tr"
  1703. },
  1704. "children": []
  1705. }
  1706. ]
  1707. },
  1708. {
  1709. "name": "Secondary somatosensory area",
  1710. "rgb": [
  1711. 200,
  1712. 100,
  1713. 250
  1714. ],
  1715. "labelIndex": 422,
  1716. "_": {
  1717. "abbreviation": "S2"
  1718. },
  1719. "children": []
  1720. }
  1721. ]
  1722. },
  1723. {
  1724. "name": "Posterior parietal cortex",
  1725. "rgb": [
  1726. 128,
  1727. 128,
  1728. 128
  1729. ],
  1730. "labelIndex": 1068,
  1731. "_": {
  1732. "abbreviation": "PPC"
  1733. },
  1734. "children": [
  1735. {
  1736. "name": "Parietal association cortex, medial area",
  1737. "rgb": [
  1738. 108,
  1739. 0,
  1740. 108
  1741. ],
  1742. "labelIndex": 433,
  1743. "_": {
  1744. "abbreviation": "mPPC"
  1745. },
  1746. "children": []
  1747. },
  1748. {
  1749. "name": "Parietal association cortex, lateral area",
  1750. "rgb": [
  1751. 255,
  1752. 240,
  1753. 29
  1754. ],
  1755. "labelIndex": 432,
  1756. "_": {
  1757. "abbreviation": "lPPC"
  1758. },
  1759. "children": []
  1760. },
  1761. {
  1762. "name": "Parietal association cortex, posterior area ",
  1763. "rgb": [
  1764. 128,
  1765. 0,
  1766. 64
  1767. ],
  1768. "labelIndex": 436,
  1769. "_": {
  1770. "abbreviation": "PtP"
  1771. },
  1772. "children": []
  1773. }
  1774. ]
  1775. }
  1776. ]
  1777. },
  1778. {
  1779. "name": "Occipital region",
  1780. "rgb": [
  1781. 128,
  1782. 128,
  1783. 128
  1784. ],
  1785. "labelIndex": 1069,
  1786. "_": {
  1787. "abbreviation": "Oc"
  1788. },
  1789. "children": [
  1790. {
  1791. "name": "Visual cortex",
  1792. "rgb": [
  1793. 128,
  1794. 128,
  1795. 128
  1796. ],
  1797. "labelIndex": 1070,
  1798. "_": {
  1799. "abbreviation": "Vis"
  1800. },
  1801. "children": [
  1802. {
  1803. "name": "Primary visual area",
  1804. "rgb": [
  1805. 84,
  1806. 52,
  1807. 35
  1808. ],
  1809. "labelIndex": 442,
  1810. "_": {
  1811. "abbreviation": "V1"
  1812. },
  1813. "children": []
  1814. },
  1815. {
  1816. "name": "Secondary visual area",
  1817. "rgb": [
  1818. 128,
  1819. 128,
  1820. 128
  1821. ],
  1822. "labelIndex": 1071,
  1823. "_": {
  1824. "abbreviation": "V2"
  1825. },
  1826. "children": [
  1827. {
  1828. "name": "Secondary visual area, medial part",
  1829. "rgb": [
  1830. 128,
  1831. 0,
  1832. 100
  1833. ],
  1834. "labelIndex": 448,
  1835. "_": {
  1836. "abbreviation": "V2M"
  1837. },
  1838. "children": []
  1839. },
  1840. {
  1841. "name": "Secondary visual area, lateral part",
  1842. "rgb": [
  1843. 255,
  1844. 100,
  1845. 100
  1846. ],
  1847. "labelIndex": 443,
  1848. "_": {
  1849. "abbreviation": "V2L"
  1850. },
  1851. "children": []
  1852. }
  1853. ]
  1854. }
  1855. ]
  1856. }
  1857. ]
  1858. },
  1859. {
  1860. "name": "Temporal region",
  1861. "rgb": [
  1862. 128,
  1863. 128,
  1864. 128
  1865. ],
  1866. "labelIndex": 1072,
  1867. "_": {
  1868. "abbreviation": "Te"
  1869. },
  1870. "children": [
  1871. {
  1872. "name": "Temporal association cortex",
  1873. "rgb": [
  1874. 0,
  1875. 128,
  1876. 0
  1877. ],
  1878. "labelIndex": 444,
  1879. "_": {
  1880. "abbreviation": "TeA"
  1881. },
  1882. "children": []
  1883. },
  1884. {
  1885. "name": "Auditory cortex",
  1886. "rgb": [
  1887. 128,
  1888. 128,
  1889. 128
  1890. ],
  1891. "labelIndex": 1019,
  1892. "_": {
  1893. "abbreviation": "Au"
  1894. },
  1895. "children": [
  1896. {
  1897. "name": "Primary auditory area",
  1898. "rgb": [
  1899. 255,
  1900. 215,
  1901. 0
  1902. ],
  1903. "labelIndex": 151,
  1904. "_": {
  1905. "abbreviation": "Au1"
  1906. },
  1907. "children": []
  1908. },
  1909. {
  1910. "name": "Secondary auditory area",
  1911. "rgb": [
  1912. 128,
  1913. 128,
  1914. 128
  1915. ],
  1916. "labelIndex": 1073,
  1917. "_": {
  1918. "abbreviation": "Au2"
  1919. },
  1920. "children": [
  1921. {
  1922. "name": "Secondary auditory area, dorsal part",
  1923. "rgb": [
  1924. 240,
  1925. 255,
  1926. 255
  1927. ],
  1928. "labelIndex": 152,
  1929. "_": {
  1930. "abbreviation": "Au2-d"
  1931. },
  1932. "children": []
  1933. },
  1934. {
  1935. "name": "Secondary auditory area, ventral part",
  1936. "rgb": [
  1937. 216,
  1938. 191,
  1939. 216
  1940. ],
  1941. "labelIndex": 153,
  1942. "_": {
  1943. "abbreviation": "Au2-v"
  1944. },
  1945. "children": []
  1946. }
  1947. ]
  1948. }
  1949. ]
  1950. }
  1951. ]
  1952. }
  1953. ]
  1954. }
  1955. ]
  1956. },
  1957. {
  1958. "name": "Non-laminated pallium",
  1959. "rgb": [
  1960. 128,
  1961. 128,
  1962. 128
  1963. ],
  1964. "labelIndex": 1074,
  1965. "_": {
  1966. "abbreviation": "N-LamP"
  1967. },
  1968. "children": [
  1969. {
  1970. "name": "Claustrum",
  1971. "rgb": [
  1972. 153,
  1973. 217,
  1974. 200
  1975. ],
  1976. "labelIndex": 412,
  1977. "_": {
  1978. "abbreviation": "CLA"
  1979. },
  1980. "children": []
  1981. },
  1982. {
  1983. "name": "Endopiriform nucleus",
  1984. "rgb": [
  1985. 1,
  1986. 10,
  1987. 100
  1988. ],
  1989. "labelIndex": 500,
  1990. "_": {
  1991. "abbreviation": "Endo"
  1992. },
  1993. "children": []
  1994. },
  1995. {
  1996. "name": "Amygdaloid area, unspecified",
  1997. "rgb": [
  1998. 2,
  1999. 20,
  2000. 200
  2001. ],
  2002. "labelIndex": 501,
  2003. "_": {
  2004. "abbreviation": "Am-u"
  2005. },
  2006. "children": []
  2007. }
  2008. ]
  2009. },
  2010. {
  2011. "name": " Subpallium",
  2012. "rgb": [
  2013. 128,
  2014. 128,
  2015. 128
  2016. ],
  2017. "labelIndex": 1075,
  2018. "_": {
  2019. "abbreviation": "SubPAL"
  2020. },
  2021. "children": [
  2022. {
  2023. "name": "Striatum",
  2024. "rgb": [
  2025. 128,
  2026. 128,
  2027. 128
  2028. ],
  2029. "labelIndex": 1076,
  2030. "_": {
  2031. "abbreviation": "Str"
  2032. },
  2033. "children": [
  2034. {
  2035. "name": "Caudate putamen",
  2036. "rgb": [
  2037. 129,
  2038. 79,
  2039. 155
  2040. ],
  2041. "labelIndex": 197,
  2042. "_": {
  2043. "abbreviation": "CPu"
  2044. },
  2045. "children": []
  2046. },
  2047. {
  2048. "name": "Nucleus accumbens",
  2049. "rgb": [
  2050. 128,
  2051. 128,
  2052. 128
  2053. ],
  2054. "labelIndex": 1077,
  2055. "_": {
  2056. "abbreviation": "NAc"
  2057. },
  2058. "children": [
  2059. {
  2060. "name": "Nucleus accumbens, core",
  2061. "rgb": [
  2062. 230,
  2063. 216,
  2064. 250
  2065. ],
  2066. "labelIndex": 184,
  2067. "_": {
  2068. "abbreviation": "NAc-c"
  2069. },
  2070. "children": []
  2071. },
  2072. {
  2073. "name": "Nucleus accumbens, shell",
  2074. "rgb": [
  2075. 88,
  2076. 47,
  2077. 108
  2078. ],
  2079. "labelIndex": 192,
  2080. "_": {
  2081. "abbreviation": "NAc-sh"
  2082. },
  2083. "children": []
  2084. }
  2085. ]
  2086. },
  2087. {
  2088. "name": "Ventral striatal region, unspecified",
  2089. "rgb": [
  2090. 220,
  2091. 20,
  2092. 60
  2093. ],
  2094. "labelIndex": 199,
  2095. "_": {
  2096. "abbreviation": "VSR-u"
  2097. },
  2098. "children": []
  2099. }
  2100. ]
  2101. },
  2102. {
  2103. "name": "Pallidum",
  2104. "rgb": [
  2105. 128,
  2106. 128,
  2107. 128
  2108. ],
  2109. "labelIndex": 1028,
  2110. "_": {
  2111. "abbreviation": "PAL"
  2112. },
  2113. "children": [
  2114. {
  2115. "name": "Globus pallidus external",
  2116. "rgb": [
  2117. 128,
  2118. 128,
  2119. 128
  2120. ],
  2121. "labelIndex": 1078,
  2122. "_": {
  2123. "abbreviation": "GPe"
  2124. },
  2125. "children": [
  2126. {
  2127. "name": "Globus pallidus external, medial part",
  2128. "rgb": [
  2129. 255,
  2130. 85,
  2131. 255
  2132. ],
  2133. "labelIndex": 195,
  2134. "_": {
  2135. "abbreviation": "GPe-m"
  2136. },
  2137. "children": []
  2138. },
  2139. {
  2140. "name": "Globus pallidus external, lateral part",
  2141. "rgb": [
  2142. 200,
  2143. 25,
  2144. 200
  2145. ],
  2146. "labelIndex": 198,
  2147. "_": {
  2148. "abbreviation": "GPe-l"
  2149. },
  2150. "children": []
  2151. }
  2152. ]
  2153. },
  2154. {
  2155. "name": "Entopeduncular nucleus",
  2156. "rgb": [
  2157. 26,
  2158. 231,
  2159. 255
  2160. ],
  2161. "labelIndex": 32,
  2162. "_": {
  2163. "abbreviation": "EP"
  2164. },
  2165. "children": []
  2166. },
  2167. {
  2168. "name": "Ventral pallidum",
  2169. "rgb": [
  2170. 0,
  2171. 162,
  2172. 255
  2173. ],
  2174. "labelIndex": 193,
  2175. "_": {
  2176. "abbreviation": "VP"
  2177. },
  2178. "children": []
  2179. }
  2180. ]
  2181. },
  2182. {
  2183. "name": "Basal forebrain region ",
  2184. "rgb": [
  2185. 128,
  2186. 128,
  2187. 128
  2188. ],
  2189. "labelIndex": 1079,
  2190. "_": {
  2191. "abbreviation": "BRF"
  2192. },
  2193. "children": [
  2194. {
  2195. "name": "Basal forebrain region, unspecified",
  2196. "rgb": [
  2197. 225,
  2198. 240,
  2199. 13
  2200. ],
  2201. "labelIndex": 82,
  2202. "_": {
  2203. "abbreviation": "BFR-u"
  2204. },
  2205. "children": []
  2206. },
  2207. {
  2208. "name": "Bed nucleus of the stria terminalis",
  2209. "rgb": [
  2210. 0,
  2211. 8,
  2212. 182
  2213. ],
  2214. "labelIndex": 93,
  2215. "_": {
  2216. "abbreviation": "BNST"
  2217. },
  2218. "children": []
  2219. },
  2220. {
  2221. "name": "Septal region",
  2222. "rgb": [
  2223. 255,
  2224. 8,
  2225. 0
  2226. ],
  2227. "labelIndex": 40,
  2228. "_": {
  2229. "abbreviation": "Sep"
  2230. },
  2231. "children": []
  2232. },
  2233. {
  2234. "name": "Subthalamic nucleus",
  2235. "rgb": [
  2236. 0,
  2237. 0,
  2238. 255
  2239. ],
  2240. "labelIndex": 3,
  2241. "_": {
  2242. "abbreviation": "STh"
  2243. },
  2244. "children": []
  2245. }
  2246. ]
  2247. }
  2248. ]
  2249. }
  2250. ]
  2251. },
  2252. {
  2253. "name": "Diencephalon",
  2254. "rgb": [
  2255. 128,
  2256. 128,
  2257. 128
  2258. ],
  2259. "labelIndex": 1080,
  2260. "_": {
  2261. "abbreviation": "Dien"
  2262. },
  2263. "children": [
  2264. {
  2265. "name": "Prethalamus",
  2266. "rgb": [
  2267. 128,
  2268. 128,
  2269. 128
  2270. ],
  2271. "labelIndex": 1081,
  2272. "_": {
  2273. "abbreviation": "Thal-Pre"
  2274. },
  2275. "children": [
  2276. {
  2277. "name": "Reticular (pre)thalamic nucleus",
  2278. "rgb": [
  2279. 128,
  2280. 128,
  2281. 128
  2282. ],
  2283. "labelIndex": 1033,
  2284. "_": {
  2285. "abbreviation": "RT"
  2286. },
  2287. "children": [
  2288. {
  2289. "name": "Reticular (pre)thalamic nucleus, unspecified",
  2290. "rgb": [
  2291. 0,
  2292. 217,
  2293. 255
  2294. ],
  2295. "labelIndex": 200,
  2296. "_": {
  2297. "abbreviation": "RT-u"
  2298. },
  2299. "children": []
  2300. },
  2301. {
  2302. "name": "Reticular (pre)thalamic nucleus, auditory segment",
  2303. "rgb": [
  2304. 110,
  2305. 0,
  2306. 255
  2307. ],
  2308. "labelIndex": 164,
  2309. "_": {
  2310. "abbreviation": "RT-a"
  2311. },
  2312. "children": []
  2313. }
  2314. ]
  2315. },
  2316. {
  2317. "name": "Zona incerta",
  2318. "rgb": [
  2319. 128,
  2320. 128,
  2321. 128
  2322. ],
  2323. "labelIndex": 1082,
  2324. "_": {
  2325. "abbreviation": "ZI"
  2326. },
  2327. "children": [
  2328. {
  2329. "name": "Zona incerta, dorsal part",
  2330. "rgb": [
  2331. 216,
  2332. 191,
  2333. 217
  2334. ],
  2335. "labelIndex": 235,
  2336. "_": {
  2337. "abbreviation": "ZI-d"
  2338. },
  2339. "children": []
  2340. },
  2341. {
  2342. "name": "Zona incerta, ventral part",
  2343. "rgb": [
  2344. 75,
  2345. 200,
  2346. 138
  2347. ],
  2348. "labelIndex": 236,
  2349. "_": {
  2350. "abbreviation": "ZI-v"
  2351. },
  2352. "children": []
  2353. },
  2354. {
  2355. "name": "Zona incerta, rostral part",
  2356. "rgb": [
  2357. 30,
  2358. 144,
  2359. 255
  2360. ],
  2361. "labelIndex": 257,
  2362. "_": {
  2363. "abbreviation": "ZI-r"
  2364. },
  2365. "children": []
  2366. },
  2367. {
  2368. "name": "Zona incerta, caudal part",
  2369. "rgb": [
  2370. 255,
  2371. 228,
  2372. 196
  2373. ],
  2374. "labelIndex": 287,
  2375. "_": {
  2376. "abbreviation": "ZI-c"
  2377. },
  2378. "children": []
  2379. },
  2380. {
  2381. "name": "Zona incerta, A13 dopamine cells",
  2382. "rgb": [
  2383. 194,
  2384. 71,
  2385. 79
  2386. ],
  2387. "labelIndex": 238,
  2388. "_": {
  2389. "abbreviation": "ZI-A13"
  2390. },
  2391. "children": []
  2392. },
  2393. {
  2394. "name": "Zona incerta, A11 dopamine cells",
  2395. "rgb": [
  2396. 255,
  2397. 182,
  2398. 193
  2399. ],
  2400. "labelIndex": 284,
  2401. "_": {
  2402. "abbreviation": "ZI-A11"
  2403. },
  2404. "children": []
  2405. },
  2406. {
  2407. "name": "Fields of Forel",
  2408. "rgb": [
  2409. 255,
  2410. 250,
  2411. 250
  2412. ],
  2413. "labelIndex": 280,
  2414. "_": {
  2415. "abbreviation": "FoF"
  2416. },
  2417. "children": []
  2418. }
  2419. ]
  2420. },
  2421. {
  2422. "name": "Pregeniculate nucleus",
  2423. "rgb": [
  2424. 255,
  2425. 25,
  2426. 0
  2427. ],
  2428. "labelIndex": 204,
  2429. "_": {
  2430. "abbreviation": "PrG"
  2431. },
  2432. "children": []
  2433. },
  2434. {
  2435. "name": "Subgeniculate nucleus",
  2436. "rgb": [
  2437. 147,
  2438. 112,
  2439. 219
  2440. ],
  2441. "labelIndex": 281,
  2442. "_": {
  2443. "abbreviation": "SubG"
  2444. },
  2445. "children": []
  2446. },
  2447. {
  2448. "name": "Intergeniculate leaflet",
  2449. "rgb": [
  2450. 0,
  2451. 0,
  2452. 128
  2453. ],
  2454. "labelIndex": 272,
  2455. "_": {
  2456. "abbreviation": "IGL"
  2457. },
  2458. "children": []
  2459. }
  2460. ]
  2461. },
  2462. {
  2463. "name": "Epithalamus",
  2464. "rgb": [
  2465. 128,
  2466. 128,
  2467. 128
  2468. ],
  2469. "labelIndex": 1083,
  2470. "_": {
  2471. "abbreviation": "Thal-EPI"
  2472. },
  2473. "children": [
  2474. {
  2475. "name": "Lateral habenular nucleus",
  2476. "rgb": [
  2477. 217,
  2478. 108,
  2479. 0
  2480. ],
  2481. "labelIndex": 206,
  2482. "_": {
  2483. "abbreviation": "LHb"
  2484. },
  2485. "children": []
  2486. },
  2487. {
  2488. "name": "Medial habenular nucleus",
  2489. "rgb": [
  2490. 205,
  2491. 0,
  2492. 24
  2493. ],
  2494. "labelIndex": 207,
  2495. "_": {
  2496. "abbreviation": "MHb"
  2497. },
  2498. "children": []
  2499. },
  2500. {
  2501. "name": "Nucleus of the stria medullaris",
  2502. "rgb": [
  2503. 222,
  2504. 7,
  2505. 237
  2506. ],
  2507. "labelIndex": 81,
  2508. "_": {
  2509. "abbreviation": "SMn"
  2510. },
  2511. "children": []
  2512. },
  2513. {
  2514. "name": "Pineal gland",
  2515. "rgb": [
  2516. 218,
  2517. 170,
  2518. 62
  2519. ],
  2520. "labelIndex": 43,
  2521. "_": {
  2522. "abbreviation": "PG"
  2523. },
  2524. "children": []
  2525. }
  2526. ]
  2527. },
  2528. {
  2529. "name": "Dorsal thalamus",
  2530. "rgb": [
  2531. 128,
  2532. 128,
  2533. 128
  2534. ],
  2535. "labelIndex": 1084,
  2536. "_": {
  2537. "abbreviation": "Thal-D"
  2538. },
  2539. "children": [
  2540. {
  2541. "name": "Anterior nuclei of the dorsal thalamus",
  2542. "rgb": [
  2543. 128,
  2544. 128,
  2545. 128
  2546. ],
  2547. "labelIndex": 1085,
  2548. "_": {
  2549. "abbreviation": "ANT"
  2550. },
  2551. "children": [
  2552. {
  2553. "name": "Anterodorsal thalamic nucleus",
  2554. "rgb": [
  2555. 131,
  2556. 10,
  2557. 121
  2558. ],
  2559. "labelIndex": 213,
  2560. "_": {
  2561. "abbreviation": "AD"
  2562. },
  2563. "children": []
  2564. },
  2565. {
  2566. "name": "Anteroventral thalamic nucleus",
  2567. "rgb": [
  2568. 128,
  2569. 128,
  2570. 128
  2571. ],
  2572. "labelIndex": 1086,
  2573. "_": {
  2574. "abbreviation": "AV"
  2575. },
  2576. "children": [
  2577. {
  2578. "name": "Anteroventral thalamic nucleus, dorsomedial part",
  2579. "rgb": [
  2580. 239,
  2581. 121,
  2582. 218
  2583. ],
  2584. "labelIndex": 214,
  2585. "_": {
  2586. "abbreviation": "AV-dm"
  2587. },
  2588. "children": []
  2589. },
  2590. {
  2591. "name": "Anteroventral thalamic nucleus, ventrolateral part",
  2592. "rgb": [
  2593. 101,
  2594. 35,
  2595. 142
  2596. ],
  2597. "labelIndex": 215,
  2598. "_": {
  2599. "abbreviation": "AV-vl"
  2600. },
  2601. "children": []
  2602. }
  2603. ]
  2604. },
  2605. {
  2606. "name": "Anteromedial thalamic nucleus",
  2607. "rgb": [
  2608. 0,
  2609. 85,
  2610. 255
  2611. ],
  2612. "labelIndex": 254,
  2613. "_": {
  2614. "abbreviation": "AM"
  2615. },
  2616. "children": []
  2617. },
  2618. {
  2619. "name": "Interanteromedial thalamic nucleus",
  2620. "rgb": [
  2621. 248,
  2622. 117,
  2623. 222
  2624. ],
  2625. "labelIndex": 255,
  2626. "_": {
  2627. "abbreviation": "IAM"
  2628. },
  2629. "children": []
  2630. },
  2631. {
  2632. "name": "Dorsal-caudal midline group of the dorsal thalamus",
  2633. "rgb": [
  2634. 128,
  2635. 128,
  2636. 128
  2637. ],
  2638. "labelIndex": 1087,
  2639. "_": {
  2640. "abbreviation": "DC-MID"
  2641. },
  2642. "children": []
  2643. },
  2644. {
  2645. "name": "Paraventricular thalamic nuclei (anterior and posterior)",
  2646. "rgb": [
  2647. 156,
  2648. 51,
  2649. 51
  2650. ],
  2651. "labelIndex": 242,
  2652. "_": {
  2653. "abbreviation": "PV"
  2654. },
  2655. "children": []
  2656. },
  2657. {
  2658. "name": "Intermediodorsal thalamic nucleus",
  2659. "rgb": [
  2660. 160,
  2661. 82,
  2662. 45
  2663. ],
  2664. "labelIndex": 260,
  2665. "_": {
  2666. "abbreviation": "IMD"
  2667. },
  2668. "children": []
  2669. },
  2670. {
  2671. "name": "Parataenial thalamic nucleus",
  2672. "rgb": [
  2673. 205,
  2674. 0,
  2675. 6
  2676. ],
  2677. "labelIndex": 211,
  2678. "_": {
  2679. "abbreviation": "PT"
  2680. },
  2681. "children": []
  2682. },
  2683. {
  2684. "name": "Subparafascicular nucleus",
  2685. "rgb": [
  2686. 233,
  2687. 150,
  2688. 122
  2689. ],
  2690. "labelIndex": 278,
  2691. "_": {
  2692. "abbreviation": "SPF"
  2693. },
  2694. "children": []
  2695. },
  2696. {
  2697. "name": "Posterior intralaminar nucleus",
  2698. "rgb": [
  2699. 228,
  2700. 112,
  2701. 214
  2702. ],
  2703. "labelIndex": 208,
  2704. "_": {
  2705. "abbreviation": "PIL"
  2706. },
  2707. "children": []
  2708. }
  2709. ]
  2710. },
  2711. {
  2712. "name": "Ventral midline group of the dorsal thalamus",
  2713. "rgb": [
  2714. 128,
  2715. 128,
  2716. 128
  2717. ],
  2718. "labelIndex": 1088,
  2719. "_": {
  2720. "abbreviation": "V-MID"
  2721. },
  2722. "children": [
  2723. {
  2724. "name": "Rhomboid thalamic nucleus",
  2725. "rgb": [
  2726. 0,
  2727. 255,
  2728. 17
  2729. ],
  2730. "labelIndex": 216,
  2731. "_": {
  2732. "abbreviation": "Rh"
  2733. },
  2734. "children": []
  2735. },
  2736. {
  2737. "name": "Reuniens thalamic nucleus",
  2738. "rgb": [
  2739. 255,
  2740. 170,
  2741. 0
  2742. ],
  2743. "labelIndex": 219,
  2744. "_": {
  2745. "abbreviation": "Re"
  2746. },
  2747. "children": []
  2748. },
  2749. {
  2750. "name": "Retroreuniens thalamic nucleus",
  2751. "rgb": [
  2752. 0,
  2753. 0,
  2754. 205
  2755. ],
  2756. "labelIndex": 268,
  2757. "_": {
  2758. "abbreviation": "RRe"
  2759. },
  2760. "children": []
  2761. },
  2762. {
  2763. "name": "Xiphoid thalamic nucleus",
  2764. "rgb": [
  2765. 35,
  2766. 255,
  2767. 236
  2768. ],
  2769. "labelIndex": 218,
  2770. "_": {
  2771. "abbreviation": "Xi"
  2772. },
  2773. "children": []
  2774. }
  2775. ]
  2776. },
  2777. {
  2778. "name": "Mediodorsal nucleus of the dorsal thalamus",
  2779. "rgb": [
  2780. 128,
  2781. 128,
  2782. 128
  2783. ],
  2784. "labelIndex": 1089,
  2785. "_": {
  2786. "abbreviation": "MD"
  2787. },
  2788. "children": [
  2789. {
  2790. "name": "Mediodorsal thalamic nucleus, lateral part",
  2791. "rgb": [
  2792. 255,
  2793. 85,
  2794. 127
  2795. ],
  2796. "labelIndex": 232,
  2797. "_": {
  2798. "abbreviation": "MD-l"
  2799. },
  2800. "children": []
  2801. },
  2802. {
  2803. "name": "Mediodorsal thalamic nucleus, central part",
  2804. "rgb": [
  2805. 85,
  2806. 170,
  2807. 0
  2808. ],
  2809. "labelIndex": 233,
  2810. "_": {
  2811. "abbreviation": "MD-c"
  2812. },
  2813. "children": []
  2814. },
  2815. {
  2816. "name": "Mediodorsal thalamic nucleus, medial part",
  2817. "rgb": [
  2818. 170,
  2819. 255,
  2820. 255
  2821. ],
  2822. "labelIndex": 240,
  2823. "_": {
  2824. "abbreviation": "MD-m"
  2825. },
  2826. "children": []
  2827. }
  2828. ]
  2829. },
  2830. {
  2831. "name": "Ventral nuclei of the dorsal thalamus",
  2832. "rgb": [
  2833. 128,
  2834. 128,
  2835. 128
  2836. ],
  2837. "labelIndex": 1090,
  2838. "_": {
  2839. "abbreviation": "VENT"
  2840. },
  2841. "children": [
  2842. {
  2843. "name": "Ventral anterior thalamic nucleus",
  2844. "rgb": [
  2845. 255,
  2846. 136,
  2847. 0
  2848. ],
  2849. "labelIndex": 293,
  2850. "_": {
  2851. "abbreviation": "VA"
  2852. },
  2853. "children": []
  2854. },
  2855. {
  2856. "name": "Ventromedial thalamic nucleus",
  2857. "rgb": [
  2858. 0,
  2859. 185,
  2860. 126
  2861. ],
  2862. "labelIndex": 221,
  2863. "_": {
  2864. "abbreviation": "VM"
  2865. },
  2866. "children": []
  2867. },
  2868. {
  2869. "name": "Ventrolateral thalamic nucleus",
  2870. "rgb": [
  2871. 170,
  2872. 170,
  2873. 255
  2874. ],
  2875. "labelIndex": 231,
  2876. "_": {
  2877. "abbreviation": "VL"
  2878. },
  2879. "children": []
  2880. },
  2881. {
  2882. "name": "Angular thalamic nucleus",
  2883. "rgb": [
  2884. 139,
  2885. 93,
  2886. 139
  2887. ],
  2888. "labelIndex": 223,
  2889. "_": {
  2890. "abbreviation": "Ang"
  2891. },
  2892. "children": []
  2893. },
  2894. {
  2895. "name": "Ventral posterior thalamic nucleus",
  2896. "rgb": [
  2897. 128,
  2898. 128,
  2899. 128
  2900. ],
  2901. "labelIndex": 1091,
  2902. "_": {
  2903. "abbreviation": "VPN"
  2904. },
  2905. "children": [
  2906. {
  2907. "name": "Ventral posteromedial thalamic nucleus",
  2908. "rgb": [
  2909. 255,
  2910. 0,
  2911. 254
  2912. ],
  2913. "labelIndex": 227,
  2914. "_": {
  2915. "abbreviation": "VPM"
  2916. },
  2917. "children": []
  2918. },
  2919. {
  2920. "name": "Ventral posterolateral thalamic nucleus",
  2921. "rgb": [
  2922. 171,
  2923. 86,
  2924. 62
  2925. ],
  2926. "labelIndex": 294,
  2927. "_": {
  2928. "abbreviation": "VPL"
  2929. },
  2930. "children": []
  2931. },
  2932. {
  2933. "name": "Ventral posterior nucleus of the thalamus, parvicellular part",
  2934. "rgb": [
  2935. 0,
  2936. 255,
  2937. 8
  2938. ],
  2939. "labelIndex": 266,
  2940. "_": {
  2941. "abbreviation": "VP-pc"
  2942. },
  2943. "children": []
  2944. }
  2945. ]
  2946. },
  2947. {
  2948. "name": "Submedius thalamic nucleus",
  2949. "rgb": [
  2950. 130,
  2951. 0,
  2952. 217
  2953. ],
  2954. "labelIndex": 222,
  2955. "_": {
  2956. "abbreviation": "SMT"
  2957. },
  2958. "children": []
  2959. }
  2960. ]
  2961. },
  2962. {
  2963. "name": "Intralaminar nuclei of the dorsal thalamus",
  2964. "rgb": [
  2965. 128,
  2966. 128,
  2967. 128
  2968. ],
  2969. "labelIndex": 1092,
  2970. "_": {
  2971. "abbreviation": "ILM"
  2972. },
  2973. "children": [
  2974. {
  2975. "name": "Paracentral thalamic nucleus",
  2976. "rgb": [
  2977. 240,
  2978. 248,
  2979. 255
  2980. ],
  2981. "labelIndex": 246,
  2982. "_": {
  2983. "abbreviation": "PCN"
  2984. },
  2985. "children": []
  2986. },
  2987. {
  2988. "name": "Central medial thalamic nucleus",
  2989. "rgb": [
  2990. 224,
  2991. 182,
  2992. 64
  2993. ],
  2994. "labelIndex": 247,
  2995. "_": {
  2996. "abbreviation": "CM"
  2997. },
  2998. "children": []
  2999. },
  3000. {
  3001. "name": "Central lateral thalamic nucleus",
  3002. "rgb": [
  3003. 153,
  3004. 50,
  3005. 204
  3006. ],
  3007. "labelIndex": 248,
  3008. "_": {
  3009. "abbreviation": "CL"
  3010. },
  3011. "children": []
  3012. },
  3013. {
  3014. "name": "Parafascicular thalamic nucleus",
  3015. "rgb": [
  3016. 255,
  3017. 239,
  3018. 213
  3019. ],
  3020. "labelIndex": 267,
  3021. "_": {
  3022. "abbreviation": "PF"
  3023. },
  3024. "children": []
  3025. },
  3026. {
  3027. "name": "Ethmoid-Limitans nucleus",
  3028. "rgb": [
  3029. 131,
  3030. 50,
  3031. 128
  3032. ],
  3033. "labelIndex": 282,
  3034. "_": {
  3035. "abbreviation": "Eth"
  3036. },
  3037. "children": []
  3038. }
  3039. ]
  3040. },
  3041. {
  3042. "name": "Posterior complex of the dorsal thalamus",
  3043. "rgb": [
  3044. 128,
  3045. 128,
  3046. 128
  3047. ],
  3048. "labelIndex": 1093,
  3049. "_": {
  3050. "abbreviation": "PoC"
  3051. },
  3052. "children": [
  3053. {
  3054. "name": "Posterior thalamic nucleus",
  3055. "rgb": [
  3056. 255,
  3057. 255,
  3058. 2
  3059. ],
  3060. "labelIndex": 230,
  3061. "_": {
  3062. "abbreviation": "Po"
  3063. },
  3064. "children": []
  3065. },
  3066. {
  3067. "name": "Posterior thalamic nuclear group, triangular part",
  3068. "rgb": [
  3069. 255,
  3070. 255,
  3071. 200
  3072. ],
  3073. "labelIndex": 210,
  3074. "_": {
  3075. "abbreviation": "Po-t"
  3076. },
  3077. "children": []
  3078. }
  3079. ]
  3080. },
  3081. {
  3082. "name": "Lateral posterior (pulvinar) complex of the dorsal thalamus",
  3083. "rgb": [
  3084. 128,
  3085. 128,
  3086. 128
  3087. ],
  3088. "labelIndex": 1094,
  3089. "_": {
  3090. "abbreviation": "LP"
  3091. },
  3092. "children": [
  3093. {
  3094. "name": "Lateral posterior thalamic nucleus, mediorostral part",
  3095. "rgb": [
  3096. 60,
  3097. 179,
  3098. 113
  3099. ],
  3100. "labelIndex": 285,
  3101. "_": {
  3102. "abbreviation": "LP-mr"
  3103. },
  3104. "children": []
  3105. },
  3106. {
  3107. "name": "Lateral posterior thalamic nucleus, mediocaudal part",
  3108. "rgb": [
  3109. 255,
  3110. 235,
  3111. 205
  3112. ],
  3113. "labelIndex": 286,
  3114. "_": {
  3115. "abbreviation": "LP-mc"
  3116. },
  3117. "children": []
  3118. },
  3119. {
  3120. "name": "Lateral posterior thalamic nucleus, lateral part",
  3121. "rgb": [
  3122. 199,
  3123. 87,
  3124. 61
  3125. ],
  3126. "labelIndex": 283,
  3127. "_": {
  3128. "abbreviation": "LP-l"
  3129. },
  3130. "children": []
  3131. }
  3132. ]
  3133. },
  3134. {
  3135. "name": "Laterodorsal thalamic nuclei of the dorsal thalamus",
  3136. "rgb": [
  3137. 128,
  3138. 128,
  3139. 128
  3140. ],
  3141. "labelIndex": 1095,
  3142. "_": {
  3143. "abbreviation": "LD"
  3144. },
  3145. "children": [
  3146. {
  3147. "name": "Laterodorsal thalamic nucleus, dorsomedial part",
  3148. "rgb": [
  3149. 255,
  3150. 123,
  3151. 0
  3152. ],
  3153. "labelIndex": 228,
  3154. "_": {
  3155. "abbreviation": "LD-dm"
  3156. },
  3157. "children": []
  3158. },
  3159. {
  3160. "name": "Laterodorsal thalamic nucleus, ventrolateral part",
  3161. "rgb": [
  3162. 43,
  3163. 153,
  3164. 31
  3165. ],
  3166. "labelIndex": 229,
  3167. "_": {
  3168. "abbreviation": "LD-vl"
  3169. },
  3170. "children": []
  3171. },
  3172. {
  3173. "name": "Dorsal lateral geniculate nucleus",
  3174. "rgb": [
  3175. 255,
  3176. 226,
  3177. 0
  3178. ],
  3179. "labelIndex": 205,
  3180. "_": {
  3181. "abbreviation": "DLG"
  3182. },
  3183. "children": []
  3184. }
  3185. ]
  3186. },
  3187. {
  3188. "name": "Medial geniculate complex of the dorsal thalamus",
  3189. "rgb": [
  3190. 128,
  3191. 128,
  3192. 128
  3193. ],
  3194. "labelIndex": 1032,
  3195. "_": {
  3196. "abbreviation": "MG"
  3197. },
  3198. "children": [
  3199. {
  3200. "name": "Medial geniculate body, ventral division",
  3201. "rgb": [
  3202. 131,
  3203. 58,
  3204. 31
  3205. ],
  3206. "labelIndex": 298,
  3207. "_": {
  3208. "abbreviation": "MG-v"
  3209. },
  3210. "children": []
  3211. },
  3212. {
  3213. "name": "Medial geniculate body, dorsal division",
  3214. "rgb": [
  3215. 239,
  3216. 163,
  3217. 0
  3218. ],
  3219. "labelIndex": 295,
  3220. "_": {
  3221. "abbreviation": "MG-d"
  3222. },
  3223. "children": []
  3224. },
  3225. {
  3226. "name": "Medial geniculate body, marginal zone",
  3227. "rgb": [
  3228. 255,
  3229. 47,
  3230. 242
  3231. ],
  3232. "labelIndex": 150,
  3233. "_": {
  3234. "abbreviation": "MG-mz"
  3235. },
  3236. "children": []
  3237. },
  3238. {
  3239. "name": "Medial geniculate body, medial division",
  3240. "rgb": [
  3241. 10,
  3242. 244,
  3243. 217
  3244. ],
  3245. "labelIndex": 297,
  3246. "_": {
  3247. "abbreviation": "MG-m"
  3248. },
  3249. "children": []
  3250. },
  3251. {
  3252. "name": "Medial geniculate body, suprageniculate nucleus",
  3253. "rgb": [
  3254. 10,
  3255. 244,
  3256. 150
  3257. ],
  3258. "labelIndex": 299,
  3259. "_": {
  3260. "abbreviation": "MG-sg"
  3261. },
  3262. "children": []
  3263. }
  3264. ]
  3265. }
  3266. ]
  3267. },
  3268. {
  3269. "name": "Hypothalamus",
  3270. "rgb": [
  3271. 128,
  3272. 128,
  3273. 128
  3274. ],
  3275. "labelIndex": 1034,
  3276. "_": {
  3277. "abbreviation": "HY"
  3278. },
  3279. "children": [
  3280. {
  3281. "name": "Hypothalamic region, unspecified",
  3282. "rgb": [
  3283. 226,
  3284. 120,
  3285. 161
  3286. ],
  3287. "labelIndex": 48,
  3288. "_": {
  3289. "abbreviation": "HTh-u"
  3290. },
  3291. "children": []
  3292. }
  3293. ]
  3294. },
  3295. {
  3296. "name": "Pretectum",
  3297. "rgb": [
  3298. 128,
  3299. 128,
  3300. 128
  3301. ],
  3302. "labelIndex": 1096,
  3303. "_": {
  3304. "abbreviation": "PreT"
  3305. },
  3306. "children": [
  3307. {
  3308. "name": "Pretectal region",
  3309. "rgb": [
  3310. 255,
  3311. 87,
  3312. 30
  3313. ],
  3314. "labelIndex": 94,
  3315. "_": {
  3316. "abbreviation": "PRT"
  3317. },
  3318. "children": []
  3319. },
  3320. {
  3321. "name": "Nucleus sagulum",
  3322. "rgb": [
  3323. 99,
  3324. 205,
  3325. 0
  3326. ],
  3327. "labelIndex": 163,
  3328. "_": {
  3329. "abbreviation": "Sag"
  3330. },
  3331. "children": []
  3332. }
  3333. ]
  3334. }
  3335. ]
  3336. },
  3337. {
  3338. "name": "Mesencephalon",
  3339. "rgb": [
  3340. 128,
  3341. 128,
  3342. 128
  3343. ],
  3344. "labelIndex": 1097,
  3345. "_": {
  3346. "abbreviation": "Mes"
  3347. },
  3348. "children": [
  3349. {
  3350. "name": "Midbrain",
  3351. "rgb": [
  3352. 128,
  3353. 128,
  3354. 128
  3355. ],
  3356. "labelIndex": 1035,
  3357. "_": {
  3358. "abbreviation": "MB"
  3359. },
  3360. "children": [
  3361. {
  3362. "name": "Tectum",
  3363. "rgb": [
  3364. 128,
  3365. 128,
  3366. 128
  3367. ],
  3368. "labelIndex": 1036,
  3369. "_": {
  3370. "abbreviation": "Tc"
  3371. },
  3372. "children": [
  3373. {
  3374. "name": "Inferior colliculus",
  3375. "rgb": [
  3376. 128,
  3377. 128,
  3378. 128
  3379. ],
  3380. "labelIndex": 1037,
  3381. "_": {
  3382. "abbreviation": "IC"
  3383. },
  3384. "children": [
  3385. {
  3386. "name": "Inferior colliculus, dorsal cortex",
  3387. "rgb": [
  3388. 206,
  3389. 255,
  3390. 142
  3391. ],
  3392. "labelIndex": 142,
  3393. "_": {
  3394. "abbreviation": "DCIC"
  3395. },
  3396. "children": []
  3397. },
  3398. {
  3399. "name": "Inferior colliculus, central nucleus",
  3400. "rgb": [
  3401. 0,
  3402. 238,
  3403. 254
  3404. ],
  3405. "labelIndex": 143,
  3406. "_": {
  3407. "abbreviation": "CNIC"
  3408. },
  3409. "children": []
  3410. },
  3411. {
  3412. "name": "Inferior colliculus, external cortex",
  3413. "rgb": [
  3414. 48,
  3415. 136,
  3416. 203
  3417. ],
  3418. "labelIndex": 145,
  3419. "_": {
  3420. "abbreviation": "ECIC"
  3421. },
  3422. "children": []
  3423. }
  3424. ]
  3425. },
  3426. {
  3427. "name": "Superior colliculus",
  3428. "rgb": [
  3429. 128,
  3430. 128,
  3431. 128
  3432. ],
  3433. "labelIndex": 1038,
  3434. "_": {
  3435. "abbreviation": "Su"
  3436. },
  3437. "children": [
  3438. {
  3439. "name": "Superficial gray layer of the superior colliculus",
  3440. "rgb": [
  3441. 86,
  3442. 0,
  3443. 221
  3444. ],
  3445. "labelIndex": 50,
  3446. "_": {
  3447. "abbreviation": "SuG"
  3448. },
  3449. "children": []
  3450. },
  3451. {
  3452. "name": "Deeper layers of the superior colliculus",
  3453. "rgb": [
  3454. 225,
  3455. 151,
  3456. 15
  3457. ],
  3458. "labelIndex": 55,
  3459. "_": {
  3460. "abbreviation": "SuD"
  3461. },
  3462. "children": []
  3463. }
  3464. ]
  3465. }
  3466. ]
  3467. },
  3468. {
  3469. "name": "Tegmentum",
  3470. "rgb": [
  3471. 128,
  3472. 128,
  3473. 128
  3474. ],
  3475. "labelIndex": 1039,
  3476. "_": {
  3477. "abbreviation": "Tg"
  3478. },
  3479. "children": [
  3480. {
  3481. "name": "Substantia nigra",
  3482. "rgb": [
  3483. 128,
  3484. 128,
  3485. 128
  3486. ],
  3487. "labelIndex": 1098,
  3488. "_": {
  3489. "abbreviation": "SN"
  3490. },
  3491. "children": [
  3492. {
  3493. "name": "Substantia nigra, reticular part",
  3494. "rgb": [
  3495. 99,
  3496. 197,
  3497. 18
  3498. ],
  3499. "labelIndex": 187,
  3500. "_": {
  3501. "abbreviation": "SN-r"
  3502. },
  3503. "children": []
  3504. },
  3505. {
  3506. "name": "Substantia nigra, compact part",
  3507. "rgb": [
  3508. 255,
  3509. 255,
  3510. 127
  3511. ],
  3512. "labelIndex": 188,
  3513. "_": {
  3514. "abbreviation": "SN-c"
  3515. },
  3516. "children": []
  3517. },
  3518. {
  3519. "name": "Substantia nigra, lateral part",
  3520. "rgb": [
  3521. 0,
  3522. 159,
  3523. 159
  3524. ],
  3525. "labelIndex": 189,
  3526. "_": {
  3527. "abbreviation": "SN-l"
  3528. },
  3529. "children": []
  3530. }
  3531. ]
  3532. },
  3533. {
  3534. "name": "Ventral tegmental area",
  3535. "rgb": [
  3536. 127,
  3537. 255,
  3538. 212
  3539. ],
  3540. "labelIndex": 196,
  3541. "_": {
  3542. "abbreviation": "VTA"
  3543. },
  3544. "children": []
  3545. },
  3546. {
  3547. "name": "Peripeduncular nucleus",
  3548. "rgb": [
  3549. 183,
  3550. 199,
  3551. 136
  3552. ],
  3553. "labelIndex": 201,
  3554. "_": {
  3555. "abbreviation": "PP"
  3556. },
  3557. "children": []
  3558. },
  3559. {
  3560. "name": "Interpeduncular nucleus",
  3561. "rgb": [
  3562. 63,
  3563. 192,
  3564. 255
  3565. ],
  3566. "labelIndex": 71,
  3567. "_": {
  3568. "abbreviation": "IP"
  3569. },
  3570. "children": []
  3571. },
  3572. {
  3573. "name": "Periaqueductal gray",
  3574. "rgb": [
  3575. 7,
  3576. 255,
  3577. 89
  3578. ],
  3579. "labelIndex": 51,
  3580. "_": {
  3581. "abbreviation": "PAG"
  3582. },
  3583. "children": []
  3584. }
  3585. ]
  3586. }
  3587. ]
  3588. },
  3589. {
  3590. "name": "Brainstem, unspecified",
  3591. "rgb": [
  3592. 153,
  3593. 83,
  3594. 255
  3595. ],
  3596. "labelIndex": 47,
  3597. "_": {
  3598. "abbreviation": "BS-u"
  3599. },
  3600. "children": []
  3601. }
  3602. ]
  3603. },
  3604. {
  3605. "name": "Rhombencephalon",
  3606. "rgb": [
  3607. 128,
  3608. 128,
  3609. 128
  3610. ],
  3611. "labelIndex": 1099,
  3612. "_": {
  3613. "abbreviation": "Rho"
  3614. },
  3615. "children": [
  3616. {
  3617. "name": "Metencephalon",
  3618. "rgb": [
  3619. 128,
  3620. 128,
  3621. 128
  3622. ],
  3623. "labelIndex": 1100,
  3624. "_": {
  3625. "abbreviation": "Met"
  3626. },
  3627. "children": [
  3628. {
  3629. "name": "Pontine nuclei",
  3630. "rgb": [
  3631. 0,
  3632. 215,
  3633. 11
  3634. ],
  3635. "labelIndex": 58,
  3636. "_": {
  3637. "abbreviation": "Pn"
  3638. },
  3639. "children": []
  3640. },
  3641. {
  3642. "name": "Cerebellum",
  3643. "rgb": [
  3644. 128,
  3645. 128,
  3646. 128
  3647. ],
  3648. "labelIndex": 1047,
  3649. "_": {
  3650. "abbreviation": "Cb"
  3651. },
  3652. "children": [
  3653. {
  3654. "name": "Molecular cell layer of the cerebellum",
  3655. "rgb": [
  3656. 255,
  3657. 255,
  3658. 1
  3659. ],
  3660. "labelIndex": 4,
  3661. "_": {
  3662. "abbreviation": "Cb-m"
  3663. },
  3664. "children": []
  3665. },
  3666. {
  3667. "name": "Cerebellum, unspecified",
  3668. "rgb": [
  3669. 0,
  3670. 255,
  3671. 255
  3672. ],
  3673. "labelIndex": 5,
  3674. "_": {
  3675. "abbreviation": "Cb-u"
  3676. },
  3677. "children": []
  3678. }
  3679. ]
  3680. }
  3681. ]
  3682. },
  3683. {
  3684. "name": "Myelencephalon",
  3685. "rgb": [
  3686. 128,
  3687. 128,
  3688. 128
  3689. ],
  3690. "labelIndex": 1101,
  3691. "_": {
  3692. "abbreviation": "Myel"
  3693. },
  3694. "children": [
  3695. {
  3696. "name": "Cochlear nucleus, ventral part",
  3697. "rgb": [
  3698. 128,
  3699. 128,
  3700. 128
  3701. ],
  3702. "labelIndex": 1043,
  3703. "_": {
  3704. "abbreviation": "VCN"
  3705. },
  3706. "children": [
  3707. {
  3708. "name": "Ventral cochlear nucleus, anterior part",
  3709. "rgb": [
  3710. 34,
  3711. 152,
  3712. 255
  3713. ],
  3714. "labelIndex": 158,
  3715. "_": {
  3716. "abbreviation": "AVCN"
  3717. },
  3718. "children": []
  3719. },
  3720. {
  3721. "name": "Ventral cochlear nucleus, posterior part",
  3722. "rgb": [
  3723. 0,
  3724. 230,
  3725. 207
  3726. ],
  3727. "labelIndex": 159,
  3728. "_": {
  3729. "abbreviation": "PVCN"
  3730. },
  3731. "children": []
  3732. },
  3733. {
  3734. "name": "Ventral cochlear nucleus, cap area",
  3735. "rgb": [
  3736. 0,
  3737. 255,
  3738. 106
  3739. ],
  3740. "labelIndex": 160,
  3741. "_": {
  3742. "abbreviation": "Cap"
  3743. },
  3744. "children": []
  3745. },
  3746. {
  3747. "name": "Ventral cochlear nucleus, granule cell layer",
  3748. "rgb": [
  3749. 0,
  3750. 12,
  3751. 255
  3752. ],
  3753. "labelIndex": 123,
  3754. "_": {
  3755. "abbreviation": "GCL"
  3756. },
  3757. "children": []
  3758. }
  3759. ]
  3760. },
  3761. {
  3762. "name": "Cochlear nucleus, dorsal part",
  3763. "rgb": [
  3764. 128,
  3765. 128,
  3766. 128
  3767. ],
  3768. "labelIndex": 1044,
  3769. "_": {
  3770. "abbreviation": "DCN"
  3771. },
  3772. "children": [
  3773. {
  3774. "name": "Dorsal cochlear nucleus, molecular layer",
  3775. "rgb": [
  3776. 92,
  3777. 156,
  3778. 211
  3779. ],
  3780. "labelIndex": 126,
  3781. "_": {
  3782. "abbreviation": "DCNM"
  3783. },
  3784. "children": []
  3785. },
  3786. {
  3787. "name": "Dorsal cochlear nucleus, fusiform and granule layer",
  3788. "rgb": [
  3789. 0,
  3790. 80,
  3791. 156
  3792. ],
  3793. "labelIndex": 127,
  3794. "_": {
  3795. "abbreviation": "DCNFG"
  3796. },
  3797. "children": []
  3798. },
  3799. {
  3800. "name": "Dorsal cochlear nucleus, deep core",
  3801. "rgb": [
  3802. 197,
  3803. 238,
  3804. 255
  3805. ],
  3806. "labelIndex": 128,
  3807. "_": {
  3808. "abbreviation": "DCND"
  3809. },
  3810. "children": []
  3811. }
  3812. ]
  3813. },
  3814. {
  3815. "name": "Spinal trigeminal nucleus",
  3816. "rgb": [
  3817. 91,
  3818. 241,
  3819. 255
  3820. ],
  3821. "labelIndex": 75,
  3822. "_": {
  3823. "abbreviation": "Sp5n"
  3824. },
  3825. "children": []
  3826. },
  3827. {
  3828. "name": "Periventricular gray",
  3829. "rgb": [
  3830. 235,
  3831. 87,
  3832. 255
  3833. ],
  3834. "labelIndex": 56,
  3835. "_": {
  3836. "abbreviation": "PVG"
  3837. },
  3838. "children": []
  3839. },
  3840. {
  3841. "name": "Superior olivary complex",
  3842. "rgb": [
  3843. 128,
  3844. 128,
  3845. 128
  3846. ],
  3847. "labelIndex": 1045,
  3848. "_": {
  3849. "abbreviation": "SO"
  3850. },
  3851. "children": [
  3852. {
  3853. "name": "Nucleus of the trapezoid body",
  3854. "rgb": [
  3855. 0,
  3856. 255,
  3857. 81
  3858. ],
  3859. "labelIndex": 131,
  3860. "_": {
  3861. "abbreviation": "NTB"
  3862. },
  3863. "children": []
  3864. },
  3865. {
  3866. "name": "Superior paraolivary nucleus",
  3867. "rgb": [
  3868. 0,
  3869. 238,
  3870. 255
  3871. ],
  3872. "labelIndex": 132,
  3873. "_": {
  3874. "abbreviation": "SPN"
  3875. },
  3876. "children": []
  3877. },
  3878. {
  3879. "name": "Medial superior olive",
  3880. "rgb": [
  3881. 219,
  3882. 239,
  3883. 61
  3884. ],
  3885. "labelIndex": 133,
  3886. "_": {
  3887. "abbreviation": "MSO"
  3888. },
  3889. "children": []
  3890. },
  3891. {
  3892. "name": "Lateral superior olive",
  3893. "rgb": [
  3894. 35,
  3895. 76,
  3896. 190
  3897. ],
  3898. "labelIndex": 134,
  3899. "_": {
  3900. "abbreviation": "LSO"
  3901. },
  3902. "children": []
  3903. },
  3904. {
  3905. "name": "Superior periolivary region",
  3906. "rgb": [
  3907. 1,
  3908. 153,
  3909. 21
  3910. ],
  3911. "labelIndex": 135,
  3912. "_": {
  3913. "abbreviation": "SPR"
  3914. },
  3915. "children": []
  3916. },
  3917. {
  3918. "name": "Ventral periolivary nuclei",
  3919. "rgb": [
  3920. 0,
  3921. 174,
  3922. 255
  3923. ],
  3924. "labelIndex": 136,
  3925. "_": {
  3926. "abbreviation": "VPO"
  3927. },
  3928. "children": []
  3929. }
  3930. ]
  3931. },
  3932. {
  3933. "name": "Nuclei of the lateral lemniscus",
  3934. "rgb": [
  3935. 128,
  3936. 128,
  3937. 128
  3938. ],
  3939. "labelIndex": 1046,
  3940. "_": {
  3941. "abbreviation": "NLL"
  3942. },
  3943. "children": [
  3944. {
  3945. "name": "Lateral lemniscus, ventral nucleus",
  3946. "rgb": [
  3947. 255,
  3948. 0,
  3949. 115
  3950. ],
  3951. "labelIndex": 137,
  3952. "_": {
  3953. "abbreviation": "VLL"
  3954. },
  3955. "children": []
  3956. },
  3957. {
  3958. "name": "Lateral lemniscus, intermediate nucleus",
  3959. "rgb": [
  3960. 171,
  3961. 16,
  3962. 91
  3963. ],
  3964. "labelIndex": 138,
  3965. "_": {
  3966. "abbreviation": "ILL"
  3967. },
  3968. "children": []
  3969. },
  3970. {
  3971. "name": "Lateral lemniscus, dorsal nucleus",
  3972. "rgb": [
  3973. 108,
  3974. 18,
  3975. 91
  3976. ],
  3977. "labelIndex": 139,
  3978. "_": {
  3979. "abbreviation": "DLL"
  3980. },
  3981. "children": []
  3982. }
  3983. ]
  3984. },
  3985. {
  3986. "name": "Inferior olive",
  3987. "rgb": [
  3988. 0,
  3989. 246,
  3990. 14
  3991. ],
  3992. "labelIndex": 74,
  3993. "_": {
  3994. "abbreviation": "IO"
  3995. },
  3996. "children": []
  3997. }
  3998. ]
  3999. }
  4000. ]
  4001. }
  4002. ]
  4003. },
  4004. {
  4005. "name": "Ventricular system",
  4006. "rgb": [
  4007. 114,
  4008. 126,
  4009. 186
  4010. ],
  4011. "labelIndex": 1048,
  4012. "_": {
  4013. "abbreviation": "V"
  4014. },
  4015. "children": [
  4016. {
  4017. "name": "ventricular system, unspecified",
  4018. "rgb": [
  4019. 2,
  4020. 44,
  4021. 255
  4022. ],
  4023. "labelIndex": 33,
  4024. "_": {
  4025. "abbreviation": "V-u"
  4026. },
  4027. "children": []
  4028. },
  4029. {
  4030. "name": "4th ventricle",
  4031. "rgb": [
  4032. 52,
  4033. 29,
  4034. 144
  4035. ],
  4036. "labelIndex": 125,
  4037. "_": {
  4038. "abbreviation": "4V"
  4039. },
  4040. "children": []
  4041. },
  4042. {
  4043. "name": "central canal",
  4044. "rgb": [
  4045. 39,
  4046. 244,
  4047. 253
  4048. ],
  4049. "labelIndex": 70,
  4050. "_": {
  4051. "abbreviation": "CC"
  4052. },
  4053. "children": []
  4054. }
  4055. ]
  4056. }
  4057. ]
  4058. },
  4059. {
  4060. "name": "spinal cord",
  4061. "rgb": [
  4062. 134,
  4063. 255,
  4064. 90
  4065. ],
  4066. "labelIndex": 45,
  4067. "_": {
  4068. "abbreviation": "SpC"
  4069. },
  4070. "children": []
  4071. },
  4072. {
  4073. "name": "Inner ear",
  4074. "rgb": [
  4075. 16,
  4076. 79,
  4077. 24
  4078. ],
  4079. "labelIndex": 1049,
  4080. "_": {
  4081. "abbreviation": "IE"
  4082. },
  4083. "children": [
  4084. {
  4085. "name": "vestibular apparatus",
  4086. "rgb": [
  4087. 0,
  4088. 144,
  4089. 55
  4090. ],
  4091. "labelIndex": 119,
  4092. "_": {
  4093. "abbreviation": "VeA"
  4094. },
  4095. "children": []
  4096. },
  4097. {
  4098. "name": "cochlea",
  4099. "rgb": [
  4100. 0,
  4101. 255,
  4102. 28
  4103. ],
  4104. "labelIndex": 120,
  4105. "_": {
  4106. "abbreviation": "Co"
  4107. },
  4108. "children": []
  4109. },
  4110. {
  4111. "name": "cochlear nerve",
  4112. "rgb": [
  4113. 253,
  4114. 148,
  4115. 0
  4116. ],
  4117. "labelIndex": 121,
  4118. "_": {
  4119. "abbreviation": "8cn"
  4120. },
  4121. "children": []
  4122. },
  4123. {
  4124. "name": "vestibular nerve",
  4125. "rgb": [
  4126. 253,
  4127. 50,
  4128. 0
  4129. ],
  4130. "labelIndex": 122,
  4131. "_": {
  4132. "abbreviation": "8vn"
  4133. },
  4134. "children": []
  4135. },
  4136. {
  4137. "name": "spiral ganglion",
  4138. "rgb": [
  4139. 185,
  4140. 255,
  4141. 233
  4142. ],
  4143. "labelIndex": 162,
  4144. "_": {
  4145. "abbreviation": "SpG"
  4146. },
  4147. "children": []
  4148. }
  4149. ]
  4150. }
  4151. ]
  4152. }