opentrons 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/definitions/12-well-plate.json +161 -0
  3. data/definitions/24-vial-rack.json +309 -0
  4. data/definitions/24-well-plate.json +309 -0
  5. data/definitions/384-plate.json +4665 -0
  6. data/definitions/48-vial-plate.json +601 -0
  7. data/definitions/48-well-plate.json +601 -0
  8. data/definitions/5ml-3x4.json +161 -0
  9. data/definitions/6-well-plate.json +87 -0
  10. data/definitions/96-PCR-flat.json +1185 -0
  11. data/definitions/96-PCR-tall.json +1185 -0
  12. data/definitions/96-deep-well.json +1185 -0
  13. data/definitions/96-flat.json +1185 -0
  14. data/definitions/96-well-plate-20mm.json +1185 -0
  15. data/definitions/MALDI-plate.json +4281 -0
  16. data/definitions/PCR-strip-tall.json +1185 -0
  17. data/definitions/T25-flask.json +23 -0
  18. data/definitions/T75-flask.json +23 -0
  19. data/definitions/alum-block-pcr-strips.json +205 -0
  20. data/definitions/e-gelgol.json +1185 -0
  21. data/definitions/fixed-trash.json +21 -0
  22. data/definitions/hampton-1ml-deep-block.json +1185 -0
  23. data/definitions/opentrons-tiprack-300ul.json +1089 -0
  24. data/definitions/point.json +21 -0
  25. data/definitions/rigaku-compact-crystallization-plate.json +2361 -0
  26. data/definitions/small_vial_rack_16x45.json +309 -0
  27. data/definitions/tall-fixed-trash.json +21 -0
  28. data/definitions/tiprack-1000ul-H.json +561 -0
  29. data/definitions/tiprack-1000ul-chem.json +1149 -0
  30. data/definitions/tiprack-1000ul.json +1089 -0
  31. data/definitions/tiprack-10ul-H.json +561 -0
  32. data/definitions/tiprack-10ul.json +1089 -0
  33. data/definitions/tiprack-200ul.json +1089 -0
  34. data/definitions/trash-box.json +21 -0
  35. data/definitions/trough-12row-short.json +165 -0
  36. data/definitions/trough-12row.json +165 -0
  37. data/definitions/trough-1row-25ml.json +23 -0
  38. data/definitions/tube-rack-.75ml.json +309 -0
  39. data/definitions/tube-rack-15_50ml.json +137 -0
  40. data/definitions/tube-rack-2ml-9x9.json +999 -0
  41. data/definitions/tube-rack-2ml.json +309 -0
  42. data/definitions/tube-rack-5ml-96.json +1185 -0
  43. data/definitions/tube-rack-80well.json +1001 -0
  44. data/definitions/wheaton_vial_rack.json +619 -0
  45. metadata +44 -1
@@ -0,0 +1,23 @@
1
+ {
2
+ "metadata": {
3
+ "name": "T25-flask"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ]
9
+ ],
10
+ "wells": {
11
+ "A1": {
12
+ "depth": 99,
13
+ "diameter": 18,
14
+ "height": 99,
15
+ "length": 18,
16
+ "total-liquid-volume": 25000,
17
+ "width": 18,
18
+ "x": 54.875,
19
+ "y": 33.75,
20
+ "z": 0
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "metadata": {
3
+ "name": "T75-flask"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ]
9
+ ],
10
+ "wells": {
11
+ "A1": {
12
+ "depth": 163,
13
+ "diameter": 25,
14
+ "height": 163,
15
+ "length": 25,
16
+ "total-liquid-volume": 75000,
17
+ "width": 25,
18
+ "x": 51.375,
19
+ "y": 30.25,
20
+ "z": 0
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,205 @@
1
+ {
2
+ "metadata": {
3
+ "name": "alum-block-pcr-strips"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1",
11
+ "E1",
12
+ "F1",
13
+ "G1",
14
+ "H1"
15
+ ],
16
+ [
17
+ "A2",
18
+ "B2",
19
+ "C2",
20
+ "D2",
21
+ "E2",
22
+ "F2",
23
+ "G2",
24
+ "H2"
25
+ ]
26
+ ],
27
+ "wells": {
28
+ "A1": {
29
+ "depth": 19.5,
30
+ "diameter": 6.4,
31
+ "height": 19.5,
32
+ "length": 6.4,
33
+ "total-liquid-volume": 280,
34
+ "width": 6.4,
35
+ "x": -3.2,
36
+ "y": 59.8,
37
+ "z": 0
38
+ },
39
+ "A2": {
40
+ "depth": 19.5,
41
+ "diameter": 6.4,
42
+ "height": 19.5,
43
+ "length": 6.4,
44
+ "total-liquid-volume": 280,
45
+ "width": 6.4,
46
+ "x": 113.8,
47
+ "y": 59.8,
48
+ "z": 0
49
+ },
50
+ "B1": {
51
+ "depth": 19.5,
52
+ "diameter": 6.4,
53
+ "height": 19.5,
54
+ "length": 6.4,
55
+ "total-liquid-volume": 280,
56
+ "width": 6.4,
57
+ "x": -3.2,
58
+ "y": 50.8,
59
+ "z": 0
60
+ },
61
+ "B2": {
62
+ "depth": 19.5,
63
+ "diameter": 6.4,
64
+ "height": 19.5,
65
+ "length": 6.4,
66
+ "total-liquid-volume": 280,
67
+ "width": 6.4,
68
+ "x": 113.8,
69
+ "y": 50.8,
70
+ "z": 0
71
+ },
72
+ "C1": {
73
+ "depth": 19.5,
74
+ "diameter": 6.4,
75
+ "height": 19.5,
76
+ "length": 6.4,
77
+ "total-liquid-volume": 280,
78
+ "width": 6.4,
79
+ "x": -3.2,
80
+ "y": 41.8,
81
+ "z": 0
82
+ },
83
+ "C2": {
84
+ "depth": 19.5,
85
+ "diameter": 6.4,
86
+ "height": 19.5,
87
+ "length": 6.4,
88
+ "total-liquid-volume": 280,
89
+ "width": 6.4,
90
+ "x": 113.8,
91
+ "y": 41.8,
92
+ "z": 0
93
+ },
94
+ "D1": {
95
+ "depth": 19.5,
96
+ "diameter": 6.4,
97
+ "height": 19.5,
98
+ "length": 6.4,
99
+ "total-liquid-volume": 280,
100
+ "width": 6.4,
101
+ "x": -3.2,
102
+ "y": 32.8,
103
+ "z": 0
104
+ },
105
+ "D2": {
106
+ "depth": 19.5,
107
+ "diameter": 6.4,
108
+ "height": 19.5,
109
+ "length": 6.4,
110
+ "total-liquid-volume": 280,
111
+ "width": 6.4,
112
+ "x": 113.8,
113
+ "y": 32.8,
114
+ "z": 0
115
+ },
116
+ "E1": {
117
+ "depth": 19.5,
118
+ "diameter": 6.4,
119
+ "height": 19.5,
120
+ "length": 6.4,
121
+ "total-liquid-volume": 280,
122
+ "width": 6.4,
123
+ "x": -3.2,
124
+ "y": 23.8,
125
+ "z": 0
126
+ },
127
+ "E2": {
128
+ "depth": 19.5,
129
+ "diameter": 6.4,
130
+ "height": 19.5,
131
+ "length": 6.4,
132
+ "total-liquid-volume": 280,
133
+ "width": 6.4,
134
+ "x": 113.8,
135
+ "y": 23.8,
136
+ "z": 0
137
+ },
138
+ "F1": {
139
+ "depth": 19.5,
140
+ "diameter": 6.4,
141
+ "height": 19.5,
142
+ "length": 6.4,
143
+ "total-liquid-volume": 280,
144
+ "width": 6.4,
145
+ "x": -3.2,
146
+ "y": 14.8,
147
+ "z": 0
148
+ },
149
+ "F2": {
150
+ "depth": 19.5,
151
+ "diameter": 6.4,
152
+ "height": 19.5,
153
+ "length": 6.4,
154
+ "total-liquid-volume": 280,
155
+ "width": 6.4,
156
+ "x": 113.8,
157
+ "y": 14.8,
158
+ "z": 0
159
+ },
160
+ "G1": {
161
+ "depth": 19.5,
162
+ "diameter": 6.4,
163
+ "height": 19.5,
164
+ "length": 6.4,
165
+ "total-liquid-volume": 280,
166
+ "width": 6.4,
167
+ "x": -3.2,
168
+ "y": 5.8,
169
+ "z": 0
170
+ },
171
+ "G2": {
172
+ "depth": 19.5,
173
+ "diameter": 6.4,
174
+ "height": 19.5,
175
+ "length": 6.4,
176
+ "total-liquid-volume": 280,
177
+ "width": 6.4,
178
+ "x": 113.8,
179
+ "y": 5.8,
180
+ "z": 0
181
+ },
182
+ "H1": {
183
+ "depth": 19.5,
184
+ "diameter": 6.4,
185
+ "height": 19.5,
186
+ "length": 6.4,
187
+ "total-liquid-volume": 280,
188
+ "width": 6.4,
189
+ "x": -3.2,
190
+ "y": -3.2,
191
+ "z": 0
192
+ },
193
+ "H2": {
194
+ "depth": 19.5,
195
+ "diameter": 6.4,
196
+ "height": 19.5,
197
+ "length": 6.4,
198
+ "total-liquid-volume": 280,
199
+ "width": 6.4,
200
+ "x": 113.8,
201
+ "y": -3.2,
202
+ "z": 0
203
+ }
204
+ }
205
+ }
@@ -0,0 +1,1185 @@
1
+ {
2
+ "metadata": {
3
+ "name": "e-gelgol"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1",
11
+ "E1",
12
+ "F1",
13
+ "G1",
14
+ "H1"
15
+ ],
16
+ [
17
+ "A2",
18
+ "B2",
19
+ "C2",
20
+ "D2",
21
+ "E2",
22
+ "F2",
23
+ "G2",
24
+ "H2"
25
+ ],
26
+ [
27
+ "A3",
28
+ "B3",
29
+ "C3",
30
+ "D3",
31
+ "E3",
32
+ "F3",
33
+ "G3",
34
+ "H3"
35
+ ],
36
+ [
37
+ "A4",
38
+ "B4",
39
+ "C4",
40
+ "D4",
41
+ "E4",
42
+ "F4",
43
+ "G4",
44
+ "H4"
45
+ ],
46
+ [
47
+ "A5",
48
+ "B5",
49
+ "C5",
50
+ "D5",
51
+ "E5",
52
+ "F5",
53
+ "G5",
54
+ "H5"
55
+ ],
56
+ [
57
+ "A6",
58
+ "B6",
59
+ "C6",
60
+ "D6",
61
+ "E6",
62
+ "F6",
63
+ "G6",
64
+ "H6"
65
+ ],
66
+ [
67
+ "A7",
68
+ "B7",
69
+ "C7",
70
+ "D7",
71
+ "E7",
72
+ "F7",
73
+ "G7",
74
+ "H7"
75
+ ],
76
+ [
77
+ "A8",
78
+ "B8",
79
+ "C8",
80
+ "D8",
81
+ "E8",
82
+ "F8",
83
+ "G8",
84
+ "H8"
85
+ ],
86
+ [
87
+ "A9",
88
+ "B9",
89
+ "C9",
90
+ "D9",
91
+ "E9",
92
+ "F9",
93
+ "G9",
94
+ "H9"
95
+ ],
96
+ [
97
+ "A10",
98
+ "B10",
99
+ "C10",
100
+ "D10",
101
+ "E10",
102
+ "F10",
103
+ "G10",
104
+ "H10"
105
+ ],
106
+ [
107
+ "A11",
108
+ "B11",
109
+ "C11",
110
+ "D11",
111
+ "E11",
112
+ "F11",
113
+ "G11",
114
+ "H11"
115
+ ],
116
+ [
117
+ "A12",
118
+ "B12",
119
+ "C12",
120
+ "D12",
121
+ "E12",
122
+ "F12",
123
+ "G12",
124
+ "H12"
125
+ ]
126
+ ],
127
+ "wells": {
128
+ "A1": {
129
+ "depth": 2,
130
+ "diameter": 1,
131
+ "height": 2,
132
+ "length": 1,
133
+ "total-liquid-volume": 2,
134
+ "width": 1,
135
+ "x": 13.84,
136
+ "y": 73.74,
137
+ "z": 0
138
+ },
139
+ "A10": {
140
+ "depth": 2,
141
+ "diameter": 1,
142
+ "height": 2,
143
+ "length": 1,
144
+ "total-liquid-volume": 2,
145
+ "width": 1,
146
+ "x": 94.84,
147
+ "y": 73.74,
148
+ "z": 0
149
+ },
150
+ "A11": {
151
+ "depth": 2,
152
+ "diameter": 1,
153
+ "height": 2,
154
+ "length": 1,
155
+ "total-liquid-volume": 2,
156
+ "width": 1,
157
+ "x": 103.84,
158
+ "y": 73.74,
159
+ "z": 0
160
+ },
161
+ "A12": {
162
+ "depth": 2,
163
+ "diameter": 1,
164
+ "height": 2,
165
+ "length": 1,
166
+ "total-liquid-volume": 2,
167
+ "width": 1,
168
+ "x": 112.84,
169
+ "y": 73.74,
170
+ "z": 0
171
+ },
172
+ "A2": {
173
+ "depth": 2,
174
+ "diameter": 1,
175
+ "height": 2,
176
+ "length": 1,
177
+ "total-liquid-volume": 2,
178
+ "width": 1,
179
+ "x": 22.84,
180
+ "y": 73.74,
181
+ "z": 0
182
+ },
183
+ "A3": {
184
+ "depth": 2,
185
+ "diameter": 1,
186
+ "height": 2,
187
+ "length": 1,
188
+ "total-liquid-volume": 2,
189
+ "width": 1,
190
+ "x": 31.84,
191
+ "y": 73.74,
192
+ "z": 0
193
+ },
194
+ "A4": {
195
+ "depth": 2,
196
+ "diameter": 1,
197
+ "height": 2,
198
+ "length": 1,
199
+ "total-liquid-volume": 2,
200
+ "width": 1,
201
+ "x": 40.84,
202
+ "y": 73.74,
203
+ "z": 0
204
+ },
205
+ "A5": {
206
+ "depth": 2,
207
+ "diameter": 1,
208
+ "height": 2,
209
+ "length": 1,
210
+ "total-liquid-volume": 2,
211
+ "width": 1,
212
+ "x": 49.84,
213
+ "y": 73.74,
214
+ "z": 0
215
+ },
216
+ "A6": {
217
+ "depth": 2,
218
+ "diameter": 1,
219
+ "height": 2,
220
+ "length": 1,
221
+ "total-liquid-volume": 2,
222
+ "width": 1,
223
+ "x": 58.84,
224
+ "y": 73.74,
225
+ "z": 0
226
+ },
227
+ "A7": {
228
+ "depth": 2,
229
+ "diameter": 1,
230
+ "height": 2,
231
+ "length": 1,
232
+ "total-liquid-volume": 2,
233
+ "width": 1,
234
+ "x": 67.84,
235
+ "y": 73.74,
236
+ "z": 0
237
+ },
238
+ "A8": {
239
+ "depth": 2,
240
+ "diameter": 1,
241
+ "height": 2,
242
+ "length": 1,
243
+ "total-liquid-volume": 2,
244
+ "width": 1,
245
+ "x": 76.84,
246
+ "y": 73.74,
247
+ "z": 0
248
+ },
249
+ "A9": {
250
+ "depth": 2,
251
+ "diameter": 1,
252
+ "height": 2,
253
+ "length": 1,
254
+ "total-liquid-volume": 2,
255
+ "width": 1,
256
+ "x": 85.84,
257
+ "y": 73.74,
258
+ "z": 0
259
+ },
260
+ "B1": {
261
+ "depth": 2,
262
+ "diameter": 1,
263
+ "height": 2,
264
+ "length": 1,
265
+ "total-liquid-volume": 2,
266
+ "width": 1,
267
+ "x": 13.84,
268
+ "y": 64.74,
269
+ "z": 0
270
+ },
271
+ "B10": {
272
+ "depth": 2,
273
+ "diameter": 1,
274
+ "height": 2,
275
+ "length": 1,
276
+ "total-liquid-volume": 2,
277
+ "width": 1,
278
+ "x": 94.84,
279
+ "y": 64.74,
280
+ "z": 0
281
+ },
282
+ "B11": {
283
+ "depth": 2,
284
+ "diameter": 1,
285
+ "height": 2,
286
+ "length": 1,
287
+ "total-liquid-volume": 2,
288
+ "width": 1,
289
+ "x": 103.84,
290
+ "y": 64.74,
291
+ "z": 0
292
+ },
293
+ "B12": {
294
+ "depth": 2,
295
+ "diameter": 1,
296
+ "height": 2,
297
+ "length": 1,
298
+ "total-liquid-volume": 2,
299
+ "width": 1,
300
+ "x": 112.84,
301
+ "y": 64.74,
302
+ "z": 0
303
+ },
304
+ "B2": {
305
+ "depth": 2,
306
+ "diameter": 1,
307
+ "height": 2,
308
+ "length": 1,
309
+ "total-liquid-volume": 2,
310
+ "width": 1,
311
+ "x": 22.84,
312
+ "y": 64.74,
313
+ "z": 0
314
+ },
315
+ "B3": {
316
+ "depth": 2,
317
+ "diameter": 1,
318
+ "height": 2,
319
+ "length": 1,
320
+ "total-liquid-volume": 2,
321
+ "width": 1,
322
+ "x": 31.84,
323
+ "y": 64.74,
324
+ "z": 0
325
+ },
326
+ "B4": {
327
+ "depth": 2,
328
+ "diameter": 1,
329
+ "height": 2,
330
+ "length": 1,
331
+ "total-liquid-volume": 2,
332
+ "width": 1,
333
+ "x": 40.84,
334
+ "y": 64.74,
335
+ "z": 0
336
+ },
337
+ "B5": {
338
+ "depth": 2,
339
+ "diameter": 1,
340
+ "height": 2,
341
+ "length": 1,
342
+ "total-liquid-volume": 2,
343
+ "width": 1,
344
+ "x": 49.84,
345
+ "y": 64.74,
346
+ "z": 0
347
+ },
348
+ "B6": {
349
+ "depth": 2,
350
+ "diameter": 1,
351
+ "height": 2,
352
+ "length": 1,
353
+ "total-liquid-volume": 2,
354
+ "width": 1,
355
+ "x": 58.84,
356
+ "y": 64.74,
357
+ "z": 0
358
+ },
359
+ "B7": {
360
+ "depth": 2,
361
+ "diameter": 1,
362
+ "height": 2,
363
+ "length": 1,
364
+ "total-liquid-volume": 2,
365
+ "width": 1,
366
+ "x": 67.84,
367
+ "y": 64.74,
368
+ "z": 0
369
+ },
370
+ "B8": {
371
+ "depth": 2,
372
+ "diameter": 1,
373
+ "height": 2,
374
+ "length": 1,
375
+ "total-liquid-volume": 2,
376
+ "width": 1,
377
+ "x": 76.84,
378
+ "y": 64.74,
379
+ "z": 0
380
+ },
381
+ "B9": {
382
+ "depth": 2,
383
+ "diameter": 1,
384
+ "height": 2,
385
+ "length": 1,
386
+ "total-liquid-volume": 2,
387
+ "width": 1,
388
+ "x": 85.84,
389
+ "y": 64.74,
390
+ "z": 0
391
+ },
392
+ "C1": {
393
+ "depth": 2,
394
+ "diameter": 1,
395
+ "height": 2,
396
+ "length": 1,
397
+ "total-liquid-volume": 2,
398
+ "width": 1,
399
+ "x": 13.84,
400
+ "y": 55.74,
401
+ "z": 0
402
+ },
403
+ "C10": {
404
+ "depth": 2,
405
+ "diameter": 1,
406
+ "height": 2,
407
+ "length": 1,
408
+ "total-liquid-volume": 2,
409
+ "width": 1,
410
+ "x": 94.84,
411
+ "y": 55.74,
412
+ "z": 0
413
+ },
414
+ "C11": {
415
+ "depth": 2,
416
+ "diameter": 1,
417
+ "height": 2,
418
+ "length": 1,
419
+ "total-liquid-volume": 2,
420
+ "width": 1,
421
+ "x": 103.84,
422
+ "y": 55.74,
423
+ "z": 0
424
+ },
425
+ "C12": {
426
+ "depth": 2,
427
+ "diameter": 1,
428
+ "height": 2,
429
+ "length": 1,
430
+ "total-liquid-volume": 2,
431
+ "width": 1,
432
+ "x": 112.84,
433
+ "y": 55.74,
434
+ "z": 0
435
+ },
436
+ "C2": {
437
+ "depth": 2,
438
+ "diameter": 1,
439
+ "height": 2,
440
+ "length": 1,
441
+ "total-liquid-volume": 2,
442
+ "width": 1,
443
+ "x": 22.84,
444
+ "y": 55.74,
445
+ "z": 0
446
+ },
447
+ "C3": {
448
+ "depth": 2,
449
+ "diameter": 1,
450
+ "height": 2,
451
+ "length": 1,
452
+ "total-liquid-volume": 2,
453
+ "width": 1,
454
+ "x": 31.84,
455
+ "y": 55.74,
456
+ "z": 0
457
+ },
458
+ "C4": {
459
+ "depth": 2,
460
+ "diameter": 1,
461
+ "height": 2,
462
+ "length": 1,
463
+ "total-liquid-volume": 2,
464
+ "width": 1,
465
+ "x": 40.84,
466
+ "y": 55.74,
467
+ "z": 0
468
+ },
469
+ "C5": {
470
+ "depth": 2,
471
+ "diameter": 1,
472
+ "height": 2,
473
+ "length": 1,
474
+ "total-liquid-volume": 2,
475
+ "width": 1,
476
+ "x": 49.84,
477
+ "y": 55.74,
478
+ "z": 0
479
+ },
480
+ "C6": {
481
+ "depth": 2,
482
+ "diameter": 1,
483
+ "height": 2,
484
+ "length": 1,
485
+ "total-liquid-volume": 2,
486
+ "width": 1,
487
+ "x": 58.84,
488
+ "y": 55.74,
489
+ "z": 0
490
+ },
491
+ "C7": {
492
+ "depth": 2,
493
+ "diameter": 1,
494
+ "height": 2,
495
+ "length": 1,
496
+ "total-liquid-volume": 2,
497
+ "width": 1,
498
+ "x": 67.84,
499
+ "y": 55.74,
500
+ "z": 0
501
+ },
502
+ "C8": {
503
+ "depth": 2,
504
+ "diameter": 1,
505
+ "height": 2,
506
+ "length": 1,
507
+ "total-liquid-volume": 2,
508
+ "width": 1,
509
+ "x": 76.84,
510
+ "y": 55.74,
511
+ "z": 0
512
+ },
513
+ "C9": {
514
+ "depth": 2,
515
+ "diameter": 1,
516
+ "height": 2,
517
+ "length": 1,
518
+ "total-liquid-volume": 2,
519
+ "width": 1,
520
+ "x": 85.84,
521
+ "y": 55.74,
522
+ "z": 0
523
+ },
524
+ "D1": {
525
+ "depth": 2,
526
+ "diameter": 1,
527
+ "height": 2,
528
+ "length": 1,
529
+ "total-liquid-volume": 2,
530
+ "width": 1,
531
+ "x": 13.84,
532
+ "y": 46.74,
533
+ "z": 0
534
+ },
535
+ "D10": {
536
+ "depth": 2,
537
+ "diameter": 1,
538
+ "height": 2,
539
+ "length": 1,
540
+ "total-liquid-volume": 2,
541
+ "width": 1,
542
+ "x": 94.84,
543
+ "y": 46.74,
544
+ "z": 0
545
+ },
546
+ "D11": {
547
+ "depth": 2,
548
+ "diameter": 1,
549
+ "height": 2,
550
+ "length": 1,
551
+ "total-liquid-volume": 2,
552
+ "width": 1,
553
+ "x": 103.84,
554
+ "y": 46.74,
555
+ "z": 0
556
+ },
557
+ "D12": {
558
+ "depth": 2,
559
+ "diameter": 1,
560
+ "height": 2,
561
+ "length": 1,
562
+ "total-liquid-volume": 2,
563
+ "width": 1,
564
+ "x": 112.84,
565
+ "y": 46.74,
566
+ "z": 0
567
+ },
568
+ "D2": {
569
+ "depth": 2,
570
+ "diameter": 1,
571
+ "height": 2,
572
+ "length": 1,
573
+ "total-liquid-volume": 2,
574
+ "width": 1,
575
+ "x": 22.84,
576
+ "y": 46.74,
577
+ "z": 0
578
+ },
579
+ "D3": {
580
+ "depth": 2,
581
+ "diameter": 1,
582
+ "height": 2,
583
+ "length": 1,
584
+ "total-liquid-volume": 2,
585
+ "width": 1,
586
+ "x": 31.84,
587
+ "y": 46.74,
588
+ "z": 0
589
+ },
590
+ "D4": {
591
+ "depth": 2,
592
+ "diameter": 1,
593
+ "height": 2,
594
+ "length": 1,
595
+ "total-liquid-volume": 2,
596
+ "width": 1,
597
+ "x": 40.84,
598
+ "y": 46.74,
599
+ "z": 0
600
+ },
601
+ "D5": {
602
+ "depth": 2,
603
+ "diameter": 1,
604
+ "height": 2,
605
+ "length": 1,
606
+ "total-liquid-volume": 2,
607
+ "width": 1,
608
+ "x": 49.84,
609
+ "y": 46.74,
610
+ "z": 0
611
+ },
612
+ "D6": {
613
+ "depth": 2,
614
+ "diameter": 1,
615
+ "height": 2,
616
+ "length": 1,
617
+ "total-liquid-volume": 2,
618
+ "width": 1,
619
+ "x": 58.84,
620
+ "y": 46.74,
621
+ "z": 0
622
+ },
623
+ "D7": {
624
+ "depth": 2,
625
+ "diameter": 1,
626
+ "height": 2,
627
+ "length": 1,
628
+ "total-liquid-volume": 2,
629
+ "width": 1,
630
+ "x": 67.84,
631
+ "y": 46.74,
632
+ "z": 0
633
+ },
634
+ "D8": {
635
+ "depth": 2,
636
+ "diameter": 1,
637
+ "height": 2,
638
+ "length": 1,
639
+ "total-liquid-volume": 2,
640
+ "width": 1,
641
+ "x": 76.84,
642
+ "y": 46.74,
643
+ "z": 0
644
+ },
645
+ "D9": {
646
+ "depth": 2,
647
+ "diameter": 1,
648
+ "height": 2,
649
+ "length": 1,
650
+ "total-liquid-volume": 2,
651
+ "width": 1,
652
+ "x": 85.84,
653
+ "y": 46.74,
654
+ "z": 0
655
+ },
656
+ "E1": {
657
+ "depth": 2,
658
+ "diameter": 1,
659
+ "height": 2,
660
+ "length": 1,
661
+ "total-liquid-volume": 2,
662
+ "width": 1,
663
+ "x": 13.84,
664
+ "y": 37.74,
665
+ "z": 0
666
+ },
667
+ "E10": {
668
+ "depth": 2,
669
+ "diameter": 1,
670
+ "height": 2,
671
+ "length": 1,
672
+ "total-liquid-volume": 2,
673
+ "width": 1,
674
+ "x": 94.84,
675
+ "y": 37.74,
676
+ "z": 0
677
+ },
678
+ "E11": {
679
+ "depth": 2,
680
+ "diameter": 1,
681
+ "height": 2,
682
+ "length": 1,
683
+ "total-liquid-volume": 2,
684
+ "width": 1,
685
+ "x": 103.84,
686
+ "y": 37.74,
687
+ "z": 0
688
+ },
689
+ "E12": {
690
+ "depth": 2,
691
+ "diameter": 1,
692
+ "height": 2,
693
+ "length": 1,
694
+ "total-liquid-volume": 2,
695
+ "width": 1,
696
+ "x": 112.84,
697
+ "y": 37.74,
698
+ "z": 0
699
+ },
700
+ "E2": {
701
+ "depth": 2,
702
+ "diameter": 1,
703
+ "height": 2,
704
+ "length": 1,
705
+ "total-liquid-volume": 2,
706
+ "width": 1,
707
+ "x": 22.84,
708
+ "y": 37.74,
709
+ "z": 0
710
+ },
711
+ "E3": {
712
+ "depth": 2,
713
+ "diameter": 1,
714
+ "height": 2,
715
+ "length": 1,
716
+ "total-liquid-volume": 2,
717
+ "width": 1,
718
+ "x": 31.84,
719
+ "y": 37.74,
720
+ "z": 0
721
+ },
722
+ "E4": {
723
+ "depth": 2,
724
+ "diameter": 1,
725
+ "height": 2,
726
+ "length": 1,
727
+ "total-liquid-volume": 2,
728
+ "width": 1,
729
+ "x": 40.84,
730
+ "y": 37.74,
731
+ "z": 0
732
+ },
733
+ "E5": {
734
+ "depth": 2,
735
+ "diameter": 1,
736
+ "height": 2,
737
+ "length": 1,
738
+ "total-liquid-volume": 2,
739
+ "width": 1,
740
+ "x": 49.84,
741
+ "y": 37.74,
742
+ "z": 0
743
+ },
744
+ "E6": {
745
+ "depth": 2,
746
+ "diameter": 1,
747
+ "height": 2,
748
+ "length": 1,
749
+ "total-liquid-volume": 2,
750
+ "width": 1,
751
+ "x": 58.84,
752
+ "y": 37.74,
753
+ "z": 0
754
+ },
755
+ "E7": {
756
+ "depth": 2,
757
+ "diameter": 1,
758
+ "height": 2,
759
+ "length": 1,
760
+ "total-liquid-volume": 2,
761
+ "width": 1,
762
+ "x": 67.84,
763
+ "y": 37.74,
764
+ "z": 0
765
+ },
766
+ "E8": {
767
+ "depth": 2,
768
+ "diameter": 1,
769
+ "height": 2,
770
+ "length": 1,
771
+ "total-liquid-volume": 2,
772
+ "width": 1,
773
+ "x": 76.84,
774
+ "y": 37.74,
775
+ "z": 0
776
+ },
777
+ "E9": {
778
+ "depth": 2,
779
+ "diameter": 1,
780
+ "height": 2,
781
+ "length": 1,
782
+ "total-liquid-volume": 2,
783
+ "width": 1,
784
+ "x": 85.84,
785
+ "y": 37.74,
786
+ "z": 0
787
+ },
788
+ "F1": {
789
+ "depth": 2,
790
+ "diameter": 1,
791
+ "height": 2,
792
+ "length": 1,
793
+ "total-liquid-volume": 2,
794
+ "width": 1,
795
+ "x": 13.84,
796
+ "y": 28.74,
797
+ "z": 0
798
+ },
799
+ "F10": {
800
+ "depth": 2,
801
+ "diameter": 1,
802
+ "height": 2,
803
+ "length": 1,
804
+ "total-liquid-volume": 2,
805
+ "width": 1,
806
+ "x": 94.84,
807
+ "y": 28.74,
808
+ "z": 0
809
+ },
810
+ "F11": {
811
+ "depth": 2,
812
+ "diameter": 1,
813
+ "height": 2,
814
+ "length": 1,
815
+ "total-liquid-volume": 2,
816
+ "width": 1,
817
+ "x": 103.84,
818
+ "y": 28.74,
819
+ "z": 0
820
+ },
821
+ "F12": {
822
+ "depth": 2,
823
+ "diameter": 1,
824
+ "height": 2,
825
+ "length": 1,
826
+ "total-liquid-volume": 2,
827
+ "width": 1,
828
+ "x": 112.84,
829
+ "y": 28.74,
830
+ "z": 0
831
+ },
832
+ "F2": {
833
+ "depth": 2,
834
+ "diameter": 1,
835
+ "height": 2,
836
+ "length": 1,
837
+ "total-liquid-volume": 2,
838
+ "width": 1,
839
+ "x": 22.84,
840
+ "y": 28.74,
841
+ "z": 0
842
+ },
843
+ "F3": {
844
+ "depth": 2,
845
+ "diameter": 1,
846
+ "height": 2,
847
+ "length": 1,
848
+ "total-liquid-volume": 2,
849
+ "width": 1,
850
+ "x": 31.84,
851
+ "y": 28.74,
852
+ "z": 0
853
+ },
854
+ "F4": {
855
+ "depth": 2,
856
+ "diameter": 1,
857
+ "height": 2,
858
+ "length": 1,
859
+ "total-liquid-volume": 2,
860
+ "width": 1,
861
+ "x": 40.84,
862
+ "y": 28.74,
863
+ "z": 0
864
+ },
865
+ "F5": {
866
+ "depth": 2,
867
+ "diameter": 1,
868
+ "height": 2,
869
+ "length": 1,
870
+ "total-liquid-volume": 2,
871
+ "width": 1,
872
+ "x": 49.84,
873
+ "y": 28.74,
874
+ "z": 0
875
+ },
876
+ "F6": {
877
+ "depth": 2,
878
+ "diameter": 1,
879
+ "height": 2,
880
+ "length": 1,
881
+ "total-liquid-volume": 2,
882
+ "width": 1,
883
+ "x": 58.84,
884
+ "y": 28.74,
885
+ "z": 0
886
+ },
887
+ "F7": {
888
+ "depth": 2,
889
+ "diameter": 1,
890
+ "height": 2,
891
+ "length": 1,
892
+ "total-liquid-volume": 2,
893
+ "width": 1,
894
+ "x": 67.84,
895
+ "y": 28.74,
896
+ "z": 0
897
+ },
898
+ "F8": {
899
+ "depth": 2,
900
+ "diameter": 1,
901
+ "height": 2,
902
+ "length": 1,
903
+ "total-liquid-volume": 2,
904
+ "width": 1,
905
+ "x": 76.84,
906
+ "y": 28.74,
907
+ "z": 0
908
+ },
909
+ "F9": {
910
+ "depth": 2,
911
+ "diameter": 1,
912
+ "height": 2,
913
+ "length": 1,
914
+ "total-liquid-volume": 2,
915
+ "width": 1,
916
+ "x": 85.84,
917
+ "y": 28.74,
918
+ "z": 0
919
+ },
920
+ "G1": {
921
+ "depth": 2,
922
+ "diameter": 1,
923
+ "height": 2,
924
+ "length": 1,
925
+ "total-liquid-volume": 2,
926
+ "width": 1,
927
+ "x": 13.84,
928
+ "y": 19.74,
929
+ "z": 0
930
+ },
931
+ "G10": {
932
+ "depth": 2,
933
+ "diameter": 1,
934
+ "height": 2,
935
+ "length": 1,
936
+ "total-liquid-volume": 2,
937
+ "width": 1,
938
+ "x": 94.84,
939
+ "y": 19.74,
940
+ "z": 0
941
+ },
942
+ "G11": {
943
+ "depth": 2,
944
+ "diameter": 1,
945
+ "height": 2,
946
+ "length": 1,
947
+ "total-liquid-volume": 2,
948
+ "width": 1,
949
+ "x": 103.84,
950
+ "y": 19.74,
951
+ "z": 0
952
+ },
953
+ "G12": {
954
+ "depth": 2,
955
+ "diameter": 1,
956
+ "height": 2,
957
+ "length": 1,
958
+ "total-liquid-volume": 2,
959
+ "width": 1,
960
+ "x": 112.84,
961
+ "y": 19.74,
962
+ "z": 0
963
+ },
964
+ "G2": {
965
+ "depth": 2,
966
+ "diameter": 1,
967
+ "height": 2,
968
+ "length": 1,
969
+ "total-liquid-volume": 2,
970
+ "width": 1,
971
+ "x": 22.84,
972
+ "y": 19.74,
973
+ "z": 0
974
+ },
975
+ "G3": {
976
+ "depth": 2,
977
+ "diameter": 1,
978
+ "height": 2,
979
+ "length": 1,
980
+ "total-liquid-volume": 2,
981
+ "width": 1,
982
+ "x": 31.84,
983
+ "y": 19.74,
984
+ "z": 0
985
+ },
986
+ "G4": {
987
+ "depth": 2,
988
+ "diameter": 1,
989
+ "height": 2,
990
+ "length": 1,
991
+ "total-liquid-volume": 2,
992
+ "width": 1,
993
+ "x": 40.84,
994
+ "y": 19.74,
995
+ "z": 0
996
+ },
997
+ "G5": {
998
+ "depth": 2,
999
+ "diameter": 1,
1000
+ "height": 2,
1001
+ "length": 1,
1002
+ "total-liquid-volume": 2,
1003
+ "width": 1,
1004
+ "x": 49.84,
1005
+ "y": 19.74,
1006
+ "z": 0
1007
+ },
1008
+ "G6": {
1009
+ "depth": 2,
1010
+ "diameter": 1,
1011
+ "height": 2,
1012
+ "length": 1,
1013
+ "total-liquid-volume": 2,
1014
+ "width": 1,
1015
+ "x": 58.84,
1016
+ "y": 19.74,
1017
+ "z": 0
1018
+ },
1019
+ "G7": {
1020
+ "depth": 2,
1021
+ "diameter": 1,
1022
+ "height": 2,
1023
+ "length": 1,
1024
+ "total-liquid-volume": 2,
1025
+ "width": 1,
1026
+ "x": 67.84,
1027
+ "y": 19.74,
1028
+ "z": 0
1029
+ },
1030
+ "G8": {
1031
+ "depth": 2,
1032
+ "diameter": 1,
1033
+ "height": 2,
1034
+ "length": 1,
1035
+ "total-liquid-volume": 2,
1036
+ "width": 1,
1037
+ "x": 76.84,
1038
+ "y": 19.74,
1039
+ "z": 0
1040
+ },
1041
+ "G9": {
1042
+ "depth": 2,
1043
+ "diameter": 1,
1044
+ "height": 2,
1045
+ "length": 1,
1046
+ "total-liquid-volume": 2,
1047
+ "width": 1,
1048
+ "x": 85.84,
1049
+ "y": 19.74,
1050
+ "z": 0
1051
+ },
1052
+ "H1": {
1053
+ "depth": 2,
1054
+ "diameter": 1,
1055
+ "height": 2,
1056
+ "length": 1,
1057
+ "total-liquid-volume": 2,
1058
+ "width": 1,
1059
+ "x": 13.84,
1060
+ "y": 10.74,
1061
+ "z": 0
1062
+ },
1063
+ "H10": {
1064
+ "depth": 2,
1065
+ "diameter": 1,
1066
+ "height": 2,
1067
+ "length": 1,
1068
+ "total-liquid-volume": 2,
1069
+ "width": 1,
1070
+ "x": 94.84,
1071
+ "y": 10.74,
1072
+ "z": 0
1073
+ },
1074
+ "H11": {
1075
+ "depth": 2,
1076
+ "diameter": 1,
1077
+ "height": 2,
1078
+ "length": 1,
1079
+ "total-liquid-volume": 2,
1080
+ "width": 1,
1081
+ "x": 103.84,
1082
+ "y": 10.74,
1083
+ "z": 0
1084
+ },
1085
+ "H12": {
1086
+ "depth": 2,
1087
+ "diameter": 1,
1088
+ "height": 2,
1089
+ "length": 1,
1090
+ "total-liquid-volume": 2,
1091
+ "width": 1,
1092
+ "x": 112.84,
1093
+ "y": 10.74,
1094
+ "z": 0
1095
+ },
1096
+ "H2": {
1097
+ "depth": 2,
1098
+ "diameter": 1,
1099
+ "height": 2,
1100
+ "length": 1,
1101
+ "total-liquid-volume": 2,
1102
+ "width": 1,
1103
+ "x": 22.84,
1104
+ "y": 10.74,
1105
+ "z": 0
1106
+ },
1107
+ "H3": {
1108
+ "depth": 2,
1109
+ "diameter": 1,
1110
+ "height": 2,
1111
+ "length": 1,
1112
+ "total-liquid-volume": 2,
1113
+ "width": 1,
1114
+ "x": 31.84,
1115
+ "y": 10.74,
1116
+ "z": 0
1117
+ },
1118
+ "H4": {
1119
+ "depth": 2,
1120
+ "diameter": 1,
1121
+ "height": 2,
1122
+ "length": 1,
1123
+ "total-liquid-volume": 2,
1124
+ "width": 1,
1125
+ "x": 40.84,
1126
+ "y": 10.74,
1127
+ "z": 0
1128
+ },
1129
+ "H5": {
1130
+ "depth": 2,
1131
+ "diameter": 1,
1132
+ "height": 2,
1133
+ "length": 1,
1134
+ "total-liquid-volume": 2,
1135
+ "width": 1,
1136
+ "x": 49.84,
1137
+ "y": 10.74,
1138
+ "z": 0
1139
+ },
1140
+ "H6": {
1141
+ "depth": 2,
1142
+ "diameter": 1,
1143
+ "height": 2,
1144
+ "length": 1,
1145
+ "total-liquid-volume": 2,
1146
+ "width": 1,
1147
+ "x": 58.84,
1148
+ "y": 10.74,
1149
+ "z": 0
1150
+ },
1151
+ "H7": {
1152
+ "depth": 2,
1153
+ "diameter": 1,
1154
+ "height": 2,
1155
+ "length": 1,
1156
+ "total-liquid-volume": 2,
1157
+ "width": 1,
1158
+ "x": 67.84,
1159
+ "y": 10.74,
1160
+ "z": 0
1161
+ },
1162
+ "H8": {
1163
+ "depth": 2,
1164
+ "diameter": 1,
1165
+ "height": 2,
1166
+ "length": 1,
1167
+ "total-liquid-volume": 2,
1168
+ "width": 1,
1169
+ "x": 76.84,
1170
+ "y": 10.74,
1171
+ "z": 0
1172
+ },
1173
+ "H9": {
1174
+ "depth": 2,
1175
+ "diameter": 1,
1176
+ "height": 2,
1177
+ "length": 1,
1178
+ "total-liquid-volume": 2,
1179
+ "width": 1,
1180
+ "x": 85.84,
1181
+ "y": 10.74,
1182
+ "z": 0
1183
+ }
1184
+ }
1185
+ }