Skip to content

Commit 3b39a4f

Browse files
committed
update coordinates in schema
1 parent f8db384 commit 3b39a4f

2 files changed

Lines changed: 41 additions & 31 deletions

File tree

schema/plugin.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"adult female (FlyWire)",
9393
"adult female (medulla)",
9494
"adult female (OpticLobe - fib19)",
95-
"adult amle (OpticLobe)",
95+
"adult male (OpticLobe)"
9696
]
9797
},
9898
"neu3dSettings" :{
@@ -168,14 +168,19 @@
168168
"preset": "adult female (flycircuit)",
169169
"neu3dSettings": {
170170
"resetPosition": {
171-
"x": 0.0,
172-
"y": 0.0,
173-
"z": 1800.0
171+
"x": -2.848,
172+
"y": -86.977,
173+
"z": 2030.178
174174
},
175175
"upVector": {
176176
"x": 0.0,
177177
"y": 1.0,
178178
"z": 0.0
179+
},
180+
"cameraTarget": {
181+
"x": -2.848,
182+
"y": -86.977,
183+
"z": 0
179184
}
180185
}
181186
}
@@ -204,9 +209,9 @@
204209
"preset": "adult female (hemibrain)",
205210
"neu3dSettings": {
206211
"resetPosition": {
207-
"x": 191.128,
208-
"y": 1917.794,
209-
"z": -281.683
212+
"x": 170.30,
213+
"y": 1236.64,
214+
"z": -103.83
210215
},
211216
"upVector": {
212217
"x": -0.00203,
@@ -327,19 +332,19 @@
327332
"preset": "adult male (MANC)",
328333
"neu3dSettings": {
329334
"resetPosition": {
330-
"x": -692.66,
331-
"y": 504.06,
332-
"z": 1340.8
335+
"x": -1016.55,
336+
"y": 537.43,
337+
"z": 1577.88
333338
},
334339
"upVector": {
335-
"x": 0.4230,
340+
"x": 0.423,
336341
"y": -0.8500,
337342
"z": 0.1780
338343
},
339344
"cameraTarget": {
340-
"x": 177.593,
341-
"y": 223.606,
342-
"z": 329.8387
345+
"x": 177.88,
346+
"y": 223.04,
347+
"z": 329.09
343348
}
344349
}
345350
}
@@ -436,7 +441,7 @@
436441
},
437442
"USER": {
438443
"user": "guest",
439-
"secret": "guestpass"
444+
"secret": "sdffjkkl"
440445
},
441446
"SERVER": {
442447
"IP": "opticlobe.neuronlp.fruitflybrain.org",

schema/plugin.json.local

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,19 @@
6464
"preset": "adult female (flycircuit)",
6565
"neu3dSettings": {
6666
"resetPosition": {
67-
"x": 0.0,
68-
"y": 0.0,
69-
"z": 1800.0
67+
"x": -2.848,
68+
"y": -86.977,
69+
"z": 2030.178
7070
},
7171
"upVector": {
72-
"x": 0.0,
73-
"y": 1.0,
74-
"z": 0.0
72+
"x": 0.0,
73+
"y": 1.0,
74+
"z": 0.0
75+
},
76+
"cameraTarget": {
77+
"x": -2.848,
78+
"y": -86.977,
79+
"z": 0
7580
}
7681
}
7782
}
@@ -100,9 +105,9 @@
100105
"preset": "adult female (hemibrain)",
101106
"neu3dSettings": {
102107
"resetPosition": {
103-
"x": 191.128,
104-
"y": 1917.794,
105-
"z": -281.683
108+
"x": 170.30,
109+
"y": 1236.64,
110+
"z": -103.83
106111
},
107112
"upVector": {
108113
"x": -0.00203,
@@ -182,19 +187,19 @@
182187
"preset": "adult male (MANC)",
183188
"neu3dSettings": {
184189
"resetPosition": {
185-
"x": -692.66,
186-
"y": 504.06,
187-
"z": 1340.8
190+
"x": -1016.55,
191+
"y": 537.43,
192+
"z": 1577.88
188193
},
189194
"upVector": {
190-
"x": 0.4230,
195+
"x": 0.423,
191196
"y": -0.8500,
192197
"z": 0.1780
193198
},
194199
"cameraTarget": {
195-
"x": 177.593,
196-
"y": 223.606,
197-
"z": 329.8387
200+
"x": 177.88,
201+
"y": 223.04,
202+
"z": 329.09
198203
}
199204
}
200205
}

0 commit comments

Comments
 (0)