Browse Source

Updating json config

Andrej Studen 2 years ago
parent
commit
6d08df79ed
1 changed files with 18 additions and 3 deletions
  1. 18 3
      slicerModules/limfomiPET_iBrowser.json

+ 18 - 3
slicerModules/limfomiPET_iBrowser.json

@@ -1,4 +1,19 @@
-{"project":"limfomiPET/Study",
-"query":"Imaging1",
-"participantField":"ParticipantId"
+{
+"datasets":{
+	"datasetsComment":"Imaging ds will be used to compile image path",
+	"Imaging":{
+		"project":"limfomiPET/Study",
+		"schema":"study",
+		"query":"Imaging1"},
+	"SegmentationsMaster":{
+		"project":"limfomiPET/Study",
+		"schema":"study",
+		"query":"Segmentations"},
+	"SegmentationsList":{
+		"project":"limfomiPET/Study",
+		"schema":"lists",
+		"query":"segmentationList"}
+},
+"participantField":"ParticipantId",
+"imageDir":"preprocessedImages"
 }