From 6d66bbbc84f6e1064bd767287b28fc62c0e17955 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Wed, 28 Oct 2020 19:10:48 +0100
Subject: [PATCH] chore: reorder tmpl so MRI loads before big brain

---
 src/res/ext/atlas/atlas_multiLevelHuman.json | 36 ++++++++++----------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/res/ext/atlas/atlas_multiLevelHuman.json b/src/res/ext/atlas/atlas_multiLevelHuman.json
index 1185185a6..3148c1b85 100644
--- a/src/res/ext/atlas/atlas_multiLevelHuman.json
+++ b/src/res/ext/atlas/atlas_multiLevelHuman.json
@@ -3,24 +3,6 @@
   "name": "Multilevel Human Atlas",
   "order": 1,
   "templateSpaces": [
-    {
-      "@id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
-      "name": "Big Brain (Histology)",
-      "availableIn": [
-        {
-          "@id": "minds/core/parcellationatlas/v1.0.0/94c1125b-b87e-45e4-901c-00daee7f2579",
-          "name": "Cytoarchitectonic maps"
-        },
-        {
-          "name": "Cortical Layers Segmentation",
-          "@id": "juelich/iav/atlas/v1.0.0/3"
-        },
-        {
-          "name": "Isocortical/Non-isocortical structures",
-          "@id": "juelich/iav/atlas/v1.0.0/4"
-        }
-      ]
-    },
     {
       "@id": "minds/core/referencespace/v1.0.0/dafcffc5-4826-4bf1-8ff6-46b8a31ff8e2",
       "name": "MNI 152 ICBM 2009c Nonlinear Asymmetric",
@@ -70,6 +52,24 @@
           "name": "Cytoarchitectonic maps"
         }
       ]
+    },
+    {
+      "@id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588",
+      "name": "Big Brain (Histology)",
+      "availableIn": [
+        {
+          "@id": "minds/core/parcellationatlas/v1.0.0/94c1125b-b87e-45e4-901c-00daee7f2579",
+          "name": "Cytoarchitectonic maps"
+        },
+        {
+          "name": "Cortical Layers Segmentation",
+          "@id": "juelich/iav/atlas/v1.0.0/3"
+        },
+        {
+          "name": "Isocortical/Non-isocortical structures",
+          "@id": "juelich/iav/atlas/v1.0.0/4"
+        }
+      ]
     }
   ],
   "parcellations": [
-- 
GitLab