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,137 @@
1
+ {
2
+ "metadata": {
3
+ "name": "tube-rack-15_50ml"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1"
10
+ ],
11
+ [
12
+ "A2",
13
+ "B2",
14
+ "C2"
15
+ ],
16
+ [
17
+ "A3",
18
+ "B3"
19
+ ],
20
+ [
21
+ "A4",
22
+ "B4"
23
+ ]
24
+ ],
25
+ "wells": {
26
+ "A1": {
27
+ "depth": 76.81281249999999,
28
+ "diameter": 17,
29
+ "height": 76.81281249999999,
30
+ "length": 17,
31
+ "total-liquid-volume": 15000,
32
+ "width": 17,
33
+ "x": 10.5,
34
+ "y": 47.26,
35
+ "z": 0
36
+ },
37
+ "A2": {
38
+ "depth": 76.81281249999999,
39
+ "diameter": 17,
40
+ "height": 76.81281249999999,
41
+ "length": 17,
42
+ "total-liquid-volume": 15000,
43
+ "width": 17,
44
+ "x": 33.2,
45
+ "y": 47.26,
46
+ "z": 0
47
+ },
48
+ "A3": {
49
+ "depth": 76.81281249999999,
50
+ "diameter": 30,
51
+ "height": 76.81281249999999,
52
+ "length": 30,
53
+ "total-liquid-volume": 50000,
54
+ "width": 30,
55
+ "x": 55.26,
56
+ "y": 65.5,
57
+ "z": 0
58
+ },
59
+ "A4": {
60
+ "depth": 76.81281249999999,
61
+ "diameter": 30,
62
+ "height": 76.81281249999999,
63
+ "length": 30,
64
+ "total-liquid-volume": 50000,
65
+ "width": 30,
66
+ "x": 91.1,
67
+ "y": 65.5,
68
+ "z": 0
69
+ },
70
+ "B1": {
71
+ "depth": 76.81281249999999,
72
+ "diameter": 17,
73
+ "height": 76.81281249999999,
74
+ "length": 17,
75
+ "total-liquid-volume": 15000,
76
+ "width": 17,
77
+ "x": 10.5,
78
+ "y": 34.0,
79
+ "z": 0
80
+ },
81
+ "B2": {
82
+ "depth": 76.81281249999999,
83
+ "diameter": 17,
84
+ "height": 76.81281249999999,
85
+ "length": 17,
86
+ "total-liquid-volume": 15000,
87
+ "width": 17,
88
+ "x": 33.2,
89
+ "y": 34.0,
90
+ "z": 0
91
+ },
92
+ "B3": {
93
+ "depth": 76.81281249999999,
94
+ "diameter": 30,
95
+ "height": 76.81281249999999,
96
+ "length": 30,
97
+ "total-liquid-volume": 50000,
98
+ "width": 30,
99
+ "x": 55.26,
100
+ "y": 2.5,
101
+ "z": 0
102
+ },
103
+ "B4": {
104
+ "depth": 76.81281249999999,
105
+ "diameter": 30,
106
+ "height": 76.81281249999999,
107
+ "length": 30,
108
+ "total-liquid-volume": 50000,
109
+ "width": 30,
110
+ "x": 91.1,
111
+ "y": 2.5,
112
+ "z": 0
113
+ },
114
+ "C1": {
115
+ "depth": 76.81281249999999,
116
+ "diameter": 17,
117
+ "height": 76.81281249999999,
118
+ "length": 17,
119
+ "total-liquid-volume": 15000,
120
+ "width": 17,
121
+ "x": 10.5,
122
+ "y": 1.9,
123
+ "z": 0
124
+ },
125
+ "C2": {
126
+ "depth": 76.81281249999999,
127
+ "diameter": 17,
128
+ "height": 76.81281249999999,
129
+ "length": 17,
130
+ "total-liquid-volume": 15000,
131
+ "width": 17,
132
+ "x": 33.2,
133
+ "y": 1.9,
134
+ "z": 0
135
+ }
136
+ }
137
+ }
@@ -0,0 +1,999 @@
1
+ {
2
+ "metadata": {
3
+ "name": "tube-rack-2ml-9x9"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1",
11
+ "E1",
12
+ "F1",
13
+ "G1",
14
+ "H1",
15
+ "I1"
16
+ ],
17
+ [
18
+ "A2",
19
+ "B2",
20
+ "C2",
21
+ "D2",
22
+ "E2",
23
+ "F2",
24
+ "G2",
25
+ "H2",
26
+ "I2"
27
+ ],
28
+ [
29
+ "A3",
30
+ "B3",
31
+ "C3",
32
+ "D3",
33
+ "E3",
34
+ "F3",
35
+ "G3",
36
+ "H3",
37
+ "I3"
38
+ ],
39
+ [
40
+ "A4",
41
+ "B4",
42
+ "C4",
43
+ "D4",
44
+ "E4",
45
+ "F4",
46
+ "G4",
47
+ "H4",
48
+ "I4"
49
+ ],
50
+ [
51
+ "A5",
52
+ "B5",
53
+ "C5",
54
+ "D5",
55
+ "E5",
56
+ "F5",
57
+ "G5",
58
+ "H5",
59
+ "I5"
60
+ ],
61
+ [
62
+ "A6",
63
+ "B6",
64
+ "C6",
65
+ "D6",
66
+ "E6",
67
+ "F6",
68
+ "G6",
69
+ "H6",
70
+ "I6"
71
+ ],
72
+ [
73
+ "A7",
74
+ "B7",
75
+ "C7",
76
+ "D7",
77
+ "E7",
78
+ "F7",
79
+ "G7",
80
+ "H7",
81
+ "I7"
82
+ ],
83
+ [
84
+ "A8",
85
+ "B8",
86
+ "C8",
87
+ "D8",
88
+ "E8",
89
+ "F8",
90
+ "G8",
91
+ "H8",
92
+ "I8"
93
+ ],
94
+ [
95
+ "A9",
96
+ "B9",
97
+ "C9",
98
+ "D9",
99
+ "E9",
100
+ "F9",
101
+ "G9",
102
+ "H9",
103
+ "I9"
104
+ ]
105
+ ],
106
+ "wells": {
107
+ "A1": {
108
+ "depth": 45,
109
+ "diameter": 10,
110
+ "height": 45,
111
+ "length": 10,
112
+ "total-liquid-volume": 2000,
113
+ "width": 10,
114
+ "x": -5.0,
115
+ "y": 113.0,
116
+ "z": 0
117
+ },
118
+ "A2": {
119
+ "depth": 45,
120
+ "diameter": 10,
121
+ "height": 45,
122
+ "length": 10,
123
+ "total-liquid-volume": 2000,
124
+ "width": 10,
125
+ "x": 9.75,
126
+ "y": 113.0,
127
+ "z": 0
128
+ },
129
+ "A3": {
130
+ "depth": 45,
131
+ "diameter": 10,
132
+ "height": 45,
133
+ "length": 10,
134
+ "total-liquid-volume": 2000,
135
+ "width": 10,
136
+ "x": 24.5,
137
+ "y": 113.0,
138
+ "z": 0
139
+ },
140
+ "A4": {
141
+ "depth": 45,
142
+ "diameter": 10,
143
+ "height": 45,
144
+ "length": 10,
145
+ "total-liquid-volume": 2000,
146
+ "width": 10,
147
+ "x": 39.25,
148
+ "y": 113.0,
149
+ "z": 0
150
+ },
151
+ "A5": {
152
+ "depth": 45,
153
+ "diameter": 10,
154
+ "height": 45,
155
+ "length": 10,
156
+ "total-liquid-volume": 2000,
157
+ "width": 10,
158
+ "x": 54.0,
159
+ "y": 113.0,
160
+ "z": 0
161
+ },
162
+ "A6": {
163
+ "depth": 45,
164
+ "diameter": 10,
165
+ "height": 45,
166
+ "length": 10,
167
+ "total-liquid-volume": 2000,
168
+ "width": 10,
169
+ "x": 68.75,
170
+ "y": 113.0,
171
+ "z": 0
172
+ },
173
+ "A7": {
174
+ "depth": 45,
175
+ "diameter": 10,
176
+ "height": 45,
177
+ "length": 10,
178
+ "total-liquid-volume": 2000,
179
+ "width": 10,
180
+ "x": 83.5,
181
+ "y": 113.0,
182
+ "z": 0
183
+ },
184
+ "A8": {
185
+ "depth": 45,
186
+ "diameter": 10,
187
+ "height": 45,
188
+ "length": 10,
189
+ "total-liquid-volume": 2000,
190
+ "width": 10,
191
+ "x": 98.25,
192
+ "y": 113.0,
193
+ "z": 0
194
+ },
195
+ "A9": {
196
+ "depth": 45,
197
+ "diameter": 10,
198
+ "height": 45,
199
+ "length": 10,
200
+ "total-liquid-volume": 2000,
201
+ "width": 10,
202
+ "x": 113.0,
203
+ "y": 113.0,
204
+ "z": 0
205
+ },
206
+ "B1": {
207
+ "depth": 45,
208
+ "diameter": 10,
209
+ "height": 45,
210
+ "length": 10,
211
+ "total-liquid-volume": 2000,
212
+ "width": 10,
213
+ "x": -5.0,
214
+ "y": 98.25,
215
+ "z": 0
216
+ },
217
+ "B2": {
218
+ "depth": 45,
219
+ "diameter": 10,
220
+ "height": 45,
221
+ "length": 10,
222
+ "total-liquid-volume": 2000,
223
+ "width": 10,
224
+ "x": 9.75,
225
+ "y": 98.25,
226
+ "z": 0
227
+ },
228
+ "B3": {
229
+ "depth": 45,
230
+ "diameter": 10,
231
+ "height": 45,
232
+ "length": 10,
233
+ "total-liquid-volume": 2000,
234
+ "width": 10,
235
+ "x": 24.5,
236
+ "y": 98.25,
237
+ "z": 0
238
+ },
239
+ "B4": {
240
+ "depth": 45,
241
+ "diameter": 10,
242
+ "height": 45,
243
+ "length": 10,
244
+ "total-liquid-volume": 2000,
245
+ "width": 10,
246
+ "x": 39.25,
247
+ "y": 98.25,
248
+ "z": 0
249
+ },
250
+ "B5": {
251
+ "depth": 45,
252
+ "diameter": 10,
253
+ "height": 45,
254
+ "length": 10,
255
+ "total-liquid-volume": 2000,
256
+ "width": 10,
257
+ "x": 54.0,
258
+ "y": 98.25,
259
+ "z": 0
260
+ },
261
+ "B6": {
262
+ "depth": 45,
263
+ "diameter": 10,
264
+ "height": 45,
265
+ "length": 10,
266
+ "total-liquid-volume": 2000,
267
+ "width": 10,
268
+ "x": 68.75,
269
+ "y": 98.25,
270
+ "z": 0
271
+ },
272
+ "B7": {
273
+ "depth": 45,
274
+ "diameter": 10,
275
+ "height": 45,
276
+ "length": 10,
277
+ "total-liquid-volume": 2000,
278
+ "width": 10,
279
+ "x": 83.5,
280
+ "y": 98.25,
281
+ "z": 0
282
+ },
283
+ "B8": {
284
+ "depth": 45,
285
+ "diameter": 10,
286
+ "height": 45,
287
+ "length": 10,
288
+ "total-liquid-volume": 2000,
289
+ "width": 10,
290
+ "x": 98.25,
291
+ "y": 98.25,
292
+ "z": 0
293
+ },
294
+ "B9": {
295
+ "depth": 45,
296
+ "diameter": 10,
297
+ "height": 45,
298
+ "length": 10,
299
+ "total-liquid-volume": 2000,
300
+ "width": 10,
301
+ "x": 113.0,
302
+ "y": 98.25,
303
+ "z": 0
304
+ },
305
+ "C1": {
306
+ "depth": 45,
307
+ "diameter": 10,
308
+ "height": 45,
309
+ "length": 10,
310
+ "total-liquid-volume": 2000,
311
+ "width": 10,
312
+ "x": -5.0,
313
+ "y": 83.5,
314
+ "z": 0
315
+ },
316
+ "C2": {
317
+ "depth": 45,
318
+ "diameter": 10,
319
+ "height": 45,
320
+ "length": 10,
321
+ "total-liquid-volume": 2000,
322
+ "width": 10,
323
+ "x": 9.75,
324
+ "y": 83.5,
325
+ "z": 0
326
+ },
327
+ "C3": {
328
+ "depth": 45,
329
+ "diameter": 10,
330
+ "height": 45,
331
+ "length": 10,
332
+ "total-liquid-volume": 2000,
333
+ "width": 10,
334
+ "x": 24.5,
335
+ "y": 83.5,
336
+ "z": 0
337
+ },
338
+ "C4": {
339
+ "depth": 45,
340
+ "diameter": 10,
341
+ "height": 45,
342
+ "length": 10,
343
+ "total-liquid-volume": 2000,
344
+ "width": 10,
345
+ "x": 39.25,
346
+ "y": 83.5,
347
+ "z": 0
348
+ },
349
+ "C5": {
350
+ "depth": 45,
351
+ "diameter": 10,
352
+ "height": 45,
353
+ "length": 10,
354
+ "total-liquid-volume": 2000,
355
+ "width": 10,
356
+ "x": 54.0,
357
+ "y": 83.5,
358
+ "z": 0
359
+ },
360
+ "C6": {
361
+ "depth": 45,
362
+ "diameter": 10,
363
+ "height": 45,
364
+ "length": 10,
365
+ "total-liquid-volume": 2000,
366
+ "width": 10,
367
+ "x": 68.75,
368
+ "y": 83.5,
369
+ "z": 0
370
+ },
371
+ "C7": {
372
+ "depth": 45,
373
+ "diameter": 10,
374
+ "height": 45,
375
+ "length": 10,
376
+ "total-liquid-volume": 2000,
377
+ "width": 10,
378
+ "x": 83.5,
379
+ "y": 83.5,
380
+ "z": 0
381
+ },
382
+ "C8": {
383
+ "depth": 45,
384
+ "diameter": 10,
385
+ "height": 45,
386
+ "length": 10,
387
+ "total-liquid-volume": 2000,
388
+ "width": 10,
389
+ "x": 98.25,
390
+ "y": 83.5,
391
+ "z": 0
392
+ },
393
+ "C9": {
394
+ "depth": 45,
395
+ "diameter": 10,
396
+ "height": 45,
397
+ "length": 10,
398
+ "total-liquid-volume": 2000,
399
+ "width": 10,
400
+ "x": 113.0,
401
+ "y": 83.5,
402
+ "z": 0
403
+ },
404
+ "D1": {
405
+ "depth": 45,
406
+ "diameter": 10,
407
+ "height": 45,
408
+ "length": 10,
409
+ "total-liquid-volume": 2000,
410
+ "width": 10,
411
+ "x": -5.0,
412
+ "y": 68.75,
413
+ "z": 0
414
+ },
415
+ "D2": {
416
+ "depth": 45,
417
+ "diameter": 10,
418
+ "height": 45,
419
+ "length": 10,
420
+ "total-liquid-volume": 2000,
421
+ "width": 10,
422
+ "x": 9.75,
423
+ "y": 68.75,
424
+ "z": 0
425
+ },
426
+ "D3": {
427
+ "depth": 45,
428
+ "diameter": 10,
429
+ "height": 45,
430
+ "length": 10,
431
+ "total-liquid-volume": 2000,
432
+ "width": 10,
433
+ "x": 24.5,
434
+ "y": 68.75,
435
+ "z": 0
436
+ },
437
+ "D4": {
438
+ "depth": 45,
439
+ "diameter": 10,
440
+ "height": 45,
441
+ "length": 10,
442
+ "total-liquid-volume": 2000,
443
+ "width": 10,
444
+ "x": 39.25,
445
+ "y": 68.75,
446
+ "z": 0
447
+ },
448
+ "D5": {
449
+ "depth": 45,
450
+ "diameter": 10,
451
+ "height": 45,
452
+ "length": 10,
453
+ "total-liquid-volume": 2000,
454
+ "width": 10,
455
+ "x": 54.0,
456
+ "y": 68.75,
457
+ "z": 0
458
+ },
459
+ "D6": {
460
+ "depth": 45,
461
+ "diameter": 10,
462
+ "height": 45,
463
+ "length": 10,
464
+ "total-liquid-volume": 2000,
465
+ "width": 10,
466
+ "x": 68.75,
467
+ "y": 68.75,
468
+ "z": 0
469
+ },
470
+ "D7": {
471
+ "depth": 45,
472
+ "diameter": 10,
473
+ "height": 45,
474
+ "length": 10,
475
+ "total-liquid-volume": 2000,
476
+ "width": 10,
477
+ "x": 83.5,
478
+ "y": 68.75,
479
+ "z": 0
480
+ },
481
+ "D8": {
482
+ "depth": 45,
483
+ "diameter": 10,
484
+ "height": 45,
485
+ "length": 10,
486
+ "total-liquid-volume": 2000,
487
+ "width": 10,
488
+ "x": 98.25,
489
+ "y": 68.75,
490
+ "z": 0
491
+ },
492
+ "D9": {
493
+ "depth": 45,
494
+ "diameter": 10,
495
+ "height": 45,
496
+ "length": 10,
497
+ "total-liquid-volume": 2000,
498
+ "width": 10,
499
+ "x": 113.0,
500
+ "y": 68.75,
501
+ "z": 0
502
+ },
503
+ "E1": {
504
+ "depth": 45,
505
+ "diameter": 10,
506
+ "height": 45,
507
+ "length": 10,
508
+ "total-liquid-volume": 2000,
509
+ "width": 10,
510
+ "x": -5.0,
511
+ "y": 54.0,
512
+ "z": 0
513
+ },
514
+ "E2": {
515
+ "depth": 45,
516
+ "diameter": 10,
517
+ "height": 45,
518
+ "length": 10,
519
+ "total-liquid-volume": 2000,
520
+ "width": 10,
521
+ "x": 9.75,
522
+ "y": 54.0,
523
+ "z": 0
524
+ },
525
+ "E3": {
526
+ "depth": 45,
527
+ "diameter": 10,
528
+ "height": 45,
529
+ "length": 10,
530
+ "total-liquid-volume": 2000,
531
+ "width": 10,
532
+ "x": 24.5,
533
+ "y": 54.0,
534
+ "z": 0
535
+ },
536
+ "E4": {
537
+ "depth": 45,
538
+ "diameter": 10,
539
+ "height": 45,
540
+ "length": 10,
541
+ "total-liquid-volume": 2000,
542
+ "width": 10,
543
+ "x": 39.25,
544
+ "y": 54.0,
545
+ "z": 0
546
+ },
547
+ "E5": {
548
+ "depth": 45,
549
+ "diameter": 10,
550
+ "height": 45,
551
+ "length": 10,
552
+ "total-liquid-volume": 2000,
553
+ "width": 10,
554
+ "x": 54.0,
555
+ "y": 54.0,
556
+ "z": 0
557
+ },
558
+ "E6": {
559
+ "depth": 45,
560
+ "diameter": 10,
561
+ "height": 45,
562
+ "length": 10,
563
+ "total-liquid-volume": 2000,
564
+ "width": 10,
565
+ "x": 68.75,
566
+ "y": 54.0,
567
+ "z": 0
568
+ },
569
+ "E7": {
570
+ "depth": 45,
571
+ "diameter": 10,
572
+ "height": 45,
573
+ "length": 10,
574
+ "total-liquid-volume": 2000,
575
+ "width": 10,
576
+ "x": 83.5,
577
+ "y": 54.0,
578
+ "z": 0
579
+ },
580
+ "E8": {
581
+ "depth": 45,
582
+ "diameter": 10,
583
+ "height": 45,
584
+ "length": 10,
585
+ "total-liquid-volume": 2000,
586
+ "width": 10,
587
+ "x": 98.25,
588
+ "y": 54.0,
589
+ "z": 0
590
+ },
591
+ "E9": {
592
+ "depth": 45,
593
+ "diameter": 10,
594
+ "height": 45,
595
+ "length": 10,
596
+ "total-liquid-volume": 2000,
597
+ "width": 10,
598
+ "x": 113.0,
599
+ "y": 54.0,
600
+ "z": 0
601
+ },
602
+ "F1": {
603
+ "depth": 45,
604
+ "diameter": 10,
605
+ "height": 45,
606
+ "length": 10,
607
+ "total-liquid-volume": 2000,
608
+ "width": 10,
609
+ "x": -5.0,
610
+ "y": 39.25,
611
+ "z": 0
612
+ },
613
+ "F2": {
614
+ "depth": 45,
615
+ "diameter": 10,
616
+ "height": 45,
617
+ "length": 10,
618
+ "total-liquid-volume": 2000,
619
+ "width": 10,
620
+ "x": 9.75,
621
+ "y": 39.25,
622
+ "z": 0
623
+ },
624
+ "F3": {
625
+ "depth": 45,
626
+ "diameter": 10,
627
+ "height": 45,
628
+ "length": 10,
629
+ "total-liquid-volume": 2000,
630
+ "width": 10,
631
+ "x": 24.5,
632
+ "y": 39.25,
633
+ "z": 0
634
+ },
635
+ "F4": {
636
+ "depth": 45,
637
+ "diameter": 10,
638
+ "height": 45,
639
+ "length": 10,
640
+ "total-liquid-volume": 2000,
641
+ "width": 10,
642
+ "x": 39.25,
643
+ "y": 39.25,
644
+ "z": 0
645
+ },
646
+ "F5": {
647
+ "depth": 45,
648
+ "diameter": 10,
649
+ "height": 45,
650
+ "length": 10,
651
+ "total-liquid-volume": 2000,
652
+ "width": 10,
653
+ "x": 54.0,
654
+ "y": 39.25,
655
+ "z": 0
656
+ },
657
+ "F6": {
658
+ "depth": 45,
659
+ "diameter": 10,
660
+ "height": 45,
661
+ "length": 10,
662
+ "total-liquid-volume": 2000,
663
+ "width": 10,
664
+ "x": 68.75,
665
+ "y": 39.25,
666
+ "z": 0
667
+ },
668
+ "F7": {
669
+ "depth": 45,
670
+ "diameter": 10,
671
+ "height": 45,
672
+ "length": 10,
673
+ "total-liquid-volume": 2000,
674
+ "width": 10,
675
+ "x": 83.5,
676
+ "y": 39.25,
677
+ "z": 0
678
+ },
679
+ "F8": {
680
+ "depth": 45,
681
+ "diameter": 10,
682
+ "height": 45,
683
+ "length": 10,
684
+ "total-liquid-volume": 2000,
685
+ "width": 10,
686
+ "x": 98.25,
687
+ "y": 39.25,
688
+ "z": 0
689
+ },
690
+ "F9": {
691
+ "depth": 45,
692
+ "diameter": 10,
693
+ "height": 45,
694
+ "length": 10,
695
+ "total-liquid-volume": 2000,
696
+ "width": 10,
697
+ "x": 113.0,
698
+ "y": 39.25,
699
+ "z": 0
700
+ },
701
+ "G1": {
702
+ "depth": 45,
703
+ "diameter": 10,
704
+ "height": 45,
705
+ "length": 10,
706
+ "total-liquid-volume": 2000,
707
+ "width": 10,
708
+ "x": -5.0,
709
+ "y": 24.5,
710
+ "z": 0
711
+ },
712
+ "G2": {
713
+ "depth": 45,
714
+ "diameter": 10,
715
+ "height": 45,
716
+ "length": 10,
717
+ "total-liquid-volume": 2000,
718
+ "width": 10,
719
+ "x": 9.75,
720
+ "y": 24.5,
721
+ "z": 0
722
+ },
723
+ "G3": {
724
+ "depth": 45,
725
+ "diameter": 10,
726
+ "height": 45,
727
+ "length": 10,
728
+ "total-liquid-volume": 2000,
729
+ "width": 10,
730
+ "x": 24.5,
731
+ "y": 24.5,
732
+ "z": 0
733
+ },
734
+ "G4": {
735
+ "depth": 45,
736
+ "diameter": 10,
737
+ "height": 45,
738
+ "length": 10,
739
+ "total-liquid-volume": 2000,
740
+ "width": 10,
741
+ "x": 39.25,
742
+ "y": 24.5,
743
+ "z": 0
744
+ },
745
+ "G5": {
746
+ "depth": 45,
747
+ "diameter": 10,
748
+ "height": 45,
749
+ "length": 10,
750
+ "total-liquid-volume": 2000,
751
+ "width": 10,
752
+ "x": 54.0,
753
+ "y": 24.5,
754
+ "z": 0
755
+ },
756
+ "G6": {
757
+ "depth": 45,
758
+ "diameter": 10,
759
+ "height": 45,
760
+ "length": 10,
761
+ "total-liquid-volume": 2000,
762
+ "width": 10,
763
+ "x": 68.75,
764
+ "y": 24.5,
765
+ "z": 0
766
+ },
767
+ "G7": {
768
+ "depth": 45,
769
+ "diameter": 10,
770
+ "height": 45,
771
+ "length": 10,
772
+ "total-liquid-volume": 2000,
773
+ "width": 10,
774
+ "x": 83.5,
775
+ "y": 24.5,
776
+ "z": 0
777
+ },
778
+ "G8": {
779
+ "depth": 45,
780
+ "diameter": 10,
781
+ "height": 45,
782
+ "length": 10,
783
+ "total-liquid-volume": 2000,
784
+ "width": 10,
785
+ "x": 98.25,
786
+ "y": 24.5,
787
+ "z": 0
788
+ },
789
+ "G9": {
790
+ "depth": 45,
791
+ "diameter": 10,
792
+ "height": 45,
793
+ "length": 10,
794
+ "total-liquid-volume": 2000,
795
+ "width": 10,
796
+ "x": 113.0,
797
+ "y": 24.5,
798
+ "z": 0
799
+ },
800
+ "H1": {
801
+ "depth": 45,
802
+ "diameter": 10,
803
+ "height": 45,
804
+ "length": 10,
805
+ "total-liquid-volume": 2000,
806
+ "width": 10,
807
+ "x": -5.0,
808
+ "y": 9.75,
809
+ "z": 0
810
+ },
811
+ "H2": {
812
+ "depth": 45,
813
+ "diameter": 10,
814
+ "height": 45,
815
+ "length": 10,
816
+ "total-liquid-volume": 2000,
817
+ "width": 10,
818
+ "x": 9.75,
819
+ "y": 9.75,
820
+ "z": 0
821
+ },
822
+ "H3": {
823
+ "depth": 45,
824
+ "diameter": 10,
825
+ "height": 45,
826
+ "length": 10,
827
+ "total-liquid-volume": 2000,
828
+ "width": 10,
829
+ "x": 24.5,
830
+ "y": 9.75,
831
+ "z": 0
832
+ },
833
+ "H4": {
834
+ "depth": 45,
835
+ "diameter": 10,
836
+ "height": 45,
837
+ "length": 10,
838
+ "total-liquid-volume": 2000,
839
+ "width": 10,
840
+ "x": 39.25,
841
+ "y": 9.75,
842
+ "z": 0
843
+ },
844
+ "H5": {
845
+ "depth": 45,
846
+ "diameter": 10,
847
+ "height": 45,
848
+ "length": 10,
849
+ "total-liquid-volume": 2000,
850
+ "width": 10,
851
+ "x": 54.0,
852
+ "y": 9.75,
853
+ "z": 0
854
+ },
855
+ "H6": {
856
+ "depth": 45,
857
+ "diameter": 10,
858
+ "height": 45,
859
+ "length": 10,
860
+ "total-liquid-volume": 2000,
861
+ "width": 10,
862
+ "x": 68.75,
863
+ "y": 9.75,
864
+ "z": 0
865
+ },
866
+ "H7": {
867
+ "depth": 45,
868
+ "diameter": 10,
869
+ "height": 45,
870
+ "length": 10,
871
+ "total-liquid-volume": 2000,
872
+ "width": 10,
873
+ "x": 83.5,
874
+ "y": 9.75,
875
+ "z": 0
876
+ },
877
+ "H8": {
878
+ "depth": 45,
879
+ "diameter": 10,
880
+ "height": 45,
881
+ "length": 10,
882
+ "total-liquid-volume": 2000,
883
+ "width": 10,
884
+ "x": 98.25,
885
+ "y": 9.75,
886
+ "z": 0
887
+ },
888
+ "H9": {
889
+ "depth": 45,
890
+ "diameter": 10,
891
+ "height": 45,
892
+ "length": 10,
893
+ "total-liquid-volume": 2000,
894
+ "width": 10,
895
+ "x": 113.0,
896
+ "y": 9.75,
897
+ "z": 0
898
+ },
899
+ "I1": {
900
+ "depth": 45,
901
+ "diameter": 10,
902
+ "height": 45,
903
+ "length": 10,
904
+ "total-liquid-volume": 2000,
905
+ "width": 10,
906
+ "x": -5.0,
907
+ "y": -5.0,
908
+ "z": 0
909
+ },
910
+ "I2": {
911
+ "depth": 45,
912
+ "diameter": 10,
913
+ "height": 45,
914
+ "length": 10,
915
+ "total-liquid-volume": 2000,
916
+ "width": 10,
917
+ "x": 9.75,
918
+ "y": -5.0,
919
+ "z": 0
920
+ },
921
+ "I3": {
922
+ "depth": 45,
923
+ "diameter": 10,
924
+ "height": 45,
925
+ "length": 10,
926
+ "total-liquid-volume": 2000,
927
+ "width": 10,
928
+ "x": 24.5,
929
+ "y": -5.0,
930
+ "z": 0
931
+ },
932
+ "I4": {
933
+ "depth": 45,
934
+ "diameter": 10,
935
+ "height": 45,
936
+ "length": 10,
937
+ "total-liquid-volume": 2000,
938
+ "width": 10,
939
+ "x": 39.25,
940
+ "y": -5.0,
941
+ "z": 0
942
+ },
943
+ "I5": {
944
+ "depth": 45,
945
+ "diameter": 10,
946
+ "height": 45,
947
+ "length": 10,
948
+ "total-liquid-volume": 2000,
949
+ "width": 10,
950
+ "x": 54.0,
951
+ "y": -5.0,
952
+ "z": 0
953
+ },
954
+ "I6": {
955
+ "depth": 45,
956
+ "diameter": 10,
957
+ "height": 45,
958
+ "length": 10,
959
+ "total-liquid-volume": 2000,
960
+ "width": 10,
961
+ "x": 68.75,
962
+ "y": -5.0,
963
+ "z": 0
964
+ },
965
+ "I7": {
966
+ "depth": 45,
967
+ "diameter": 10,
968
+ "height": 45,
969
+ "length": 10,
970
+ "total-liquid-volume": 2000,
971
+ "width": 10,
972
+ "x": 83.5,
973
+ "y": -5.0,
974
+ "z": 0
975
+ },
976
+ "I8": {
977
+ "depth": 45,
978
+ "diameter": 10,
979
+ "height": 45,
980
+ "length": 10,
981
+ "total-liquid-volume": 2000,
982
+ "width": 10,
983
+ "x": 98.25,
984
+ "y": -5.0,
985
+ "z": 0
986
+ },
987
+ "I9": {
988
+ "depth": 45,
989
+ "diameter": 10,
990
+ "height": 45,
991
+ "length": 10,
992
+ "total-liquid-volume": 2000,
993
+ "width": 10,
994
+ "x": 113.0,
995
+ "y": -5.0,
996
+ "z": 0
997
+ }
998
+ }
999
+ }