opentrons-shared-data 8.7.0a0__py3-none-any.whl → 8.7.0a2__py3-none-any.whl

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.

Potentially problematic release.


This version of opentrons-shared-data might be problematic. Click here for more details.

Files changed (67) hide show
  1. opentrons_shared_data/_version.py +2 -2
  2. opentrons_shared_data/data/command/schemas/14.json +5 -0
  3. opentrons_shared_data/data/command/schemas/15.json +7342 -0
  4. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +13 -0
  5. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +13 -0
  6. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +138 -69
  7. opentrons_shared_data/data/deck/schemas/5.json +7 -1
  8. opentrons_shared_data/data/errors/definitions/1/errors.json +4 -0
  9. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  10. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  11. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  12. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  13. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  14. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  15. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  16. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  17. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  18. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  19. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  20. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  21. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  22. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  23. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  24. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  25. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  26. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  27. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  28. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  29. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  30. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  31. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  32. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  33. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  34. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  35. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +1 -1
  36. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  37. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  38. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +0 -27
  39. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  40. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +0 -47
  41. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +25 -5
  42. opentrons_shared_data/data/labware/schemas/2.json +1 -1
  43. opentrons_shared_data/data/labware/schemas/3.json +78 -0
  44. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +5811 -0
  45. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +5531 -0
  46. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +6 -0
  47. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +10 -0
  48. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +30 -1
  49. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +14 -0
  50. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +13 -0
  51. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +13 -0
  52. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +13 -0
  53. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +21 -0
  54. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +3 -0
  55. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +4 -0
  56. opentrons_shared_data/data/module/schemas/3.json +24 -0
  57. opentrons_shared_data/deck/types.py +3 -1
  58. opentrons_shared_data/errors/codes.py +1 -0
  59. opentrons_shared_data/errors/exceptions.py +28 -1
  60. opentrons_shared_data/labware/labware_definition.py +1 -0
  61. opentrons_shared_data/labware/types.py +32 -0
  62. opentrons_shared_data/module/types.py +9 -1
  63. opentrons_shared_data/protocol/models/shared_models.py +1 -0
  64. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/METADATA +1 -1
  65. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/RECORD +67 -35
  66. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/WHEEL +0 -0
  67. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,1261 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"],
4
+ ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"],
5
+ ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"],
6
+ ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"],
7
+ ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"],
8
+ ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"],
9
+ ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"],
10
+ ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"],
11
+ ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"],
12
+ ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"],
13
+ ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"],
14
+ ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"]
15
+ ],
16
+ "brand": {
17
+ "brand": "NEST",
18
+ "brandId": ["503001", "503501"],
19
+ "links": ["https://www.nest-biotech.com/deep-well-plates/59253726.html"]
20
+ },
21
+ "metadata": {
22
+ "displayName": "NEST 96 Deep Well Plate 2 mL",
23
+ "displayCategory": "wellPlate",
24
+ "displayVolumeUnits": "µL",
25
+ "tags": []
26
+ },
27
+ "dimensions": {
28
+ "xDimension": 127.6,
29
+ "yDimension": 85.3,
30
+ "zDimension": 41
31
+ },
32
+ "gripForce": 15,
33
+ "gripHeightFromLabwareBottom": 21.9,
34
+ "wells": {
35
+ "A1": {
36
+ "depth": 38.05,
37
+ "totalLiquidVolume": 2000,
38
+ "shape": "rectangular",
39
+ "xDimension": 8.2,
40
+ "yDimension": 8.2,
41
+ "x": 14.3,
42
+ "y": 74.15,
43
+ "z": 2.95,
44
+ "geometryDefinitionId": "cuboidalWell"
45
+ },
46
+ "B1": {
47
+ "depth": 38.05,
48
+ "totalLiquidVolume": 2000,
49
+ "shape": "rectangular",
50
+ "xDimension": 8.2,
51
+ "yDimension": 8.2,
52
+ "x": 14.3,
53
+ "y": 65.15,
54
+ "z": 2.95,
55
+ "geometryDefinitionId": "cuboidalWell"
56
+ },
57
+ "C1": {
58
+ "depth": 38.05,
59
+ "totalLiquidVolume": 2000,
60
+ "shape": "rectangular",
61
+ "xDimension": 8.2,
62
+ "yDimension": 8.2,
63
+ "x": 14.3,
64
+ "y": 56.15,
65
+ "z": 2.95,
66
+ "geometryDefinitionId": "cuboidalWell"
67
+ },
68
+ "D1": {
69
+ "depth": 38.05,
70
+ "totalLiquidVolume": 2000,
71
+ "shape": "rectangular",
72
+ "xDimension": 8.2,
73
+ "yDimension": 8.2,
74
+ "x": 14.3,
75
+ "y": 47.15,
76
+ "z": 2.95,
77
+ "geometryDefinitionId": "cuboidalWell"
78
+ },
79
+ "E1": {
80
+ "depth": 38.05,
81
+ "totalLiquidVolume": 2000,
82
+ "shape": "rectangular",
83
+ "xDimension": 8.2,
84
+ "yDimension": 8.2,
85
+ "x": 14.3,
86
+ "y": 38.15,
87
+ "z": 2.95,
88
+ "geometryDefinitionId": "cuboidalWell"
89
+ },
90
+ "F1": {
91
+ "depth": 38.05,
92
+ "totalLiquidVolume": 2000,
93
+ "shape": "rectangular",
94
+ "xDimension": 8.2,
95
+ "yDimension": 8.2,
96
+ "x": 14.3,
97
+ "y": 29.15,
98
+ "z": 2.95,
99
+ "geometryDefinitionId": "cuboidalWell"
100
+ },
101
+ "G1": {
102
+ "depth": 38.05,
103
+ "totalLiquidVolume": 2000,
104
+ "shape": "rectangular",
105
+ "xDimension": 8.2,
106
+ "yDimension": 8.2,
107
+ "x": 14.3,
108
+ "y": 20.15,
109
+ "z": 2.95,
110
+ "geometryDefinitionId": "cuboidalWell"
111
+ },
112
+ "H1": {
113
+ "depth": 38.05,
114
+ "totalLiquidVolume": 2000,
115
+ "shape": "rectangular",
116
+ "xDimension": 8.2,
117
+ "yDimension": 8.2,
118
+ "x": 14.3,
119
+ "y": 11.15,
120
+ "z": 2.95,
121
+ "geometryDefinitionId": "cuboidalWell"
122
+ },
123
+ "A2": {
124
+ "depth": 38.05,
125
+ "totalLiquidVolume": 2000,
126
+ "shape": "rectangular",
127
+ "xDimension": 8.2,
128
+ "yDimension": 8.2,
129
+ "x": 23.3,
130
+ "y": 74.15,
131
+ "z": 2.95,
132
+ "geometryDefinitionId": "cuboidalWell"
133
+ },
134
+ "B2": {
135
+ "depth": 38.05,
136
+ "totalLiquidVolume": 2000,
137
+ "shape": "rectangular",
138
+ "xDimension": 8.2,
139
+ "yDimension": 8.2,
140
+ "x": 23.3,
141
+ "y": 65.15,
142
+ "z": 2.95,
143
+ "geometryDefinitionId": "cuboidalWell"
144
+ },
145
+ "C2": {
146
+ "depth": 38.05,
147
+ "totalLiquidVolume": 2000,
148
+ "shape": "rectangular",
149
+ "xDimension": 8.2,
150
+ "yDimension": 8.2,
151
+ "x": 23.3,
152
+ "y": 56.15,
153
+ "z": 2.95,
154
+ "geometryDefinitionId": "cuboidalWell"
155
+ },
156
+ "D2": {
157
+ "depth": 38.05,
158
+ "totalLiquidVolume": 2000,
159
+ "shape": "rectangular",
160
+ "xDimension": 8.2,
161
+ "yDimension": 8.2,
162
+ "x": 23.3,
163
+ "y": 47.15,
164
+ "z": 2.95,
165
+ "geometryDefinitionId": "cuboidalWell"
166
+ },
167
+ "E2": {
168
+ "depth": 38.05,
169
+ "totalLiquidVolume": 2000,
170
+ "shape": "rectangular",
171
+ "xDimension": 8.2,
172
+ "yDimension": 8.2,
173
+ "x": 23.3,
174
+ "y": 38.15,
175
+ "z": 2.95,
176
+ "geometryDefinitionId": "cuboidalWell"
177
+ },
178
+ "F2": {
179
+ "depth": 38.05,
180
+ "totalLiquidVolume": 2000,
181
+ "shape": "rectangular",
182
+ "xDimension": 8.2,
183
+ "yDimension": 8.2,
184
+ "x": 23.3,
185
+ "y": 29.15,
186
+ "z": 2.95,
187
+ "geometryDefinitionId": "cuboidalWell"
188
+ },
189
+ "G2": {
190
+ "depth": 38.05,
191
+ "totalLiquidVolume": 2000,
192
+ "shape": "rectangular",
193
+ "xDimension": 8.2,
194
+ "yDimension": 8.2,
195
+ "x": 23.3,
196
+ "y": 20.15,
197
+ "z": 2.95,
198
+ "geometryDefinitionId": "cuboidalWell"
199
+ },
200
+ "H2": {
201
+ "depth": 38.05,
202
+ "totalLiquidVolume": 2000,
203
+ "shape": "rectangular",
204
+ "xDimension": 8.2,
205
+ "yDimension": 8.2,
206
+ "x": 23.3,
207
+ "y": 11.15,
208
+ "z": 2.95,
209
+ "geometryDefinitionId": "cuboidalWell"
210
+ },
211
+ "A3": {
212
+ "depth": 38.05,
213
+ "totalLiquidVolume": 2000,
214
+ "shape": "rectangular",
215
+ "xDimension": 8.2,
216
+ "yDimension": 8.2,
217
+ "x": 32.3,
218
+ "y": 74.15,
219
+ "z": 2.95,
220
+ "geometryDefinitionId": "cuboidalWell"
221
+ },
222
+ "B3": {
223
+ "depth": 38.05,
224
+ "totalLiquidVolume": 2000,
225
+ "shape": "rectangular",
226
+ "xDimension": 8.2,
227
+ "yDimension": 8.2,
228
+ "x": 32.3,
229
+ "y": 65.15,
230
+ "z": 2.95,
231
+ "geometryDefinitionId": "cuboidalWell"
232
+ },
233
+ "C3": {
234
+ "depth": 38.05,
235
+ "totalLiquidVolume": 2000,
236
+ "shape": "rectangular",
237
+ "xDimension": 8.2,
238
+ "yDimension": 8.2,
239
+ "x": 32.3,
240
+ "y": 56.15,
241
+ "z": 2.95,
242
+ "geometryDefinitionId": "cuboidalWell"
243
+ },
244
+ "D3": {
245
+ "depth": 38.05,
246
+ "totalLiquidVolume": 2000,
247
+ "shape": "rectangular",
248
+ "xDimension": 8.2,
249
+ "yDimension": 8.2,
250
+ "x": 32.3,
251
+ "y": 47.15,
252
+ "z": 2.95,
253
+ "geometryDefinitionId": "cuboidalWell"
254
+ },
255
+ "E3": {
256
+ "depth": 38.05,
257
+ "totalLiquidVolume": 2000,
258
+ "shape": "rectangular",
259
+ "xDimension": 8.2,
260
+ "yDimension": 8.2,
261
+ "x": 32.3,
262
+ "y": 38.15,
263
+ "z": 2.95,
264
+ "geometryDefinitionId": "cuboidalWell"
265
+ },
266
+ "F3": {
267
+ "depth": 38.05,
268
+ "totalLiquidVolume": 2000,
269
+ "shape": "rectangular",
270
+ "xDimension": 8.2,
271
+ "yDimension": 8.2,
272
+ "x": 32.3,
273
+ "y": 29.15,
274
+ "z": 2.95,
275
+ "geometryDefinitionId": "cuboidalWell"
276
+ },
277
+ "G3": {
278
+ "depth": 38.05,
279
+ "totalLiquidVolume": 2000,
280
+ "shape": "rectangular",
281
+ "xDimension": 8.2,
282
+ "yDimension": 8.2,
283
+ "x": 32.3,
284
+ "y": 20.15,
285
+ "z": 2.95,
286
+ "geometryDefinitionId": "cuboidalWell"
287
+ },
288
+ "H3": {
289
+ "depth": 38.05,
290
+ "totalLiquidVolume": 2000,
291
+ "shape": "rectangular",
292
+ "xDimension": 8.2,
293
+ "yDimension": 8.2,
294
+ "x": 32.3,
295
+ "y": 11.15,
296
+ "z": 2.95,
297
+ "geometryDefinitionId": "cuboidalWell"
298
+ },
299
+ "A4": {
300
+ "depth": 38.05,
301
+ "totalLiquidVolume": 2000,
302
+ "shape": "rectangular",
303
+ "xDimension": 8.2,
304
+ "yDimension": 8.2,
305
+ "x": 41.3,
306
+ "y": 74.15,
307
+ "z": 2.95,
308
+ "geometryDefinitionId": "cuboidalWell"
309
+ },
310
+ "B4": {
311
+ "depth": 38.05,
312
+ "totalLiquidVolume": 2000,
313
+ "shape": "rectangular",
314
+ "xDimension": 8.2,
315
+ "yDimension": 8.2,
316
+ "x": 41.3,
317
+ "y": 65.15,
318
+ "z": 2.95,
319
+ "geometryDefinitionId": "cuboidalWell"
320
+ },
321
+ "C4": {
322
+ "depth": 38.05,
323
+ "totalLiquidVolume": 2000,
324
+ "shape": "rectangular",
325
+ "xDimension": 8.2,
326
+ "yDimension": 8.2,
327
+ "x": 41.3,
328
+ "y": 56.15,
329
+ "z": 2.95,
330
+ "geometryDefinitionId": "cuboidalWell"
331
+ },
332
+ "D4": {
333
+ "depth": 38.05,
334
+ "totalLiquidVolume": 2000,
335
+ "shape": "rectangular",
336
+ "xDimension": 8.2,
337
+ "yDimension": 8.2,
338
+ "x": 41.3,
339
+ "y": 47.15,
340
+ "z": 2.95,
341
+ "geometryDefinitionId": "cuboidalWell"
342
+ },
343
+ "E4": {
344
+ "depth": 38.05,
345
+ "totalLiquidVolume": 2000,
346
+ "shape": "rectangular",
347
+ "xDimension": 8.2,
348
+ "yDimension": 8.2,
349
+ "x": 41.3,
350
+ "y": 38.15,
351
+ "z": 2.95,
352
+ "geometryDefinitionId": "cuboidalWell"
353
+ },
354
+ "F4": {
355
+ "depth": 38.05,
356
+ "totalLiquidVolume": 2000,
357
+ "shape": "rectangular",
358
+ "xDimension": 8.2,
359
+ "yDimension": 8.2,
360
+ "x": 41.3,
361
+ "y": 29.15,
362
+ "z": 2.95,
363
+ "geometryDefinitionId": "cuboidalWell"
364
+ },
365
+ "G4": {
366
+ "depth": 38.05,
367
+ "totalLiquidVolume": 2000,
368
+ "shape": "rectangular",
369
+ "xDimension": 8.2,
370
+ "yDimension": 8.2,
371
+ "x": 41.3,
372
+ "y": 20.15,
373
+ "z": 2.95,
374
+ "geometryDefinitionId": "cuboidalWell"
375
+ },
376
+ "H4": {
377
+ "depth": 38.05,
378
+ "totalLiquidVolume": 2000,
379
+ "shape": "rectangular",
380
+ "xDimension": 8.2,
381
+ "yDimension": 8.2,
382
+ "x": 41.3,
383
+ "y": 11.15,
384
+ "z": 2.95,
385
+ "geometryDefinitionId": "cuboidalWell"
386
+ },
387
+ "A5": {
388
+ "depth": 38.05,
389
+ "totalLiquidVolume": 2000,
390
+ "shape": "rectangular",
391
+ "xDimension": 8.2,
392
+ "yDimension": 8.2,
393
+ "x": 50.3,
394
+ "y": 74.15,
395
+ "z": 2.95,
396
+ "geometryDefinitionId": "cuboidalWell"
397
+ },
398
+ "B5": {
399
+ "depth": 38.05,
400
+ "totalLiquidVolume": 2000,
401
+ "shape": "rectangular",
402
+ "xDimension": 8.2,
403
+ "yDimension": 8.2,
404
+ "x": 50.3,
405
+ "y": 65.15,
406
+ "z": 2.95,
407
+ "geometryDefinitionId": "cuboidalWell"
408
+ },
409
+ "C5": {
410
+ "depth": 38.05,
411
+ "totalLiquidVolume": 2000,
412
+ "shape": "rectangular",
413
+ "xDimension": 8.2,
414
+ "yDimension": 8.2,
415
+ "x": 50.3,
416
+ "y": 56.15,
417
+ "z": 2.95,
418
+ "geometryDefinitionId": "cuboidalWell"
419
+ },
420
+ "D5": {
421
+ "depth": 38.05,
422
+ "totalLiquidVolume": 2000,
423
+ "shape": "rectangular",
424
+ "xDimension": 8.2,
425
+ "yDimension": 8.2,
426
+ "x": 50.3,
427
+ "y": 47.15,
428
+ "z": 2.95,
429
+ "geometryDefinitionId": "cuboidalWell"
430
+ },
431
+ "E5": {
432
+ "depth": 38.05,
433
+ "totalLiquidVolume": 2000,
434
+ "shape": "rectangular",
435
+ "xDimension": 8.2,
436
+ "yDimension": 8.2,
437
+ "x": 50.3,
438
+ "y": 38.15,
439
+ "z": 2.95,
440
+ "geometryDefinitionId": "cuboidalWell"
441
+ },
442
+ "F5": {
443
+ "depth": 38.05,
444
+ "totalLiquidVolume": 2000,
445
+ "shape": "rectangular",
446
+ "xDimension": 8.2,
447
+ "yDimension": 8.2,
448
+ "x": 50.3,
449
+ "y": 29.15,
450
+ "z": 2.95,
451
+ "geometryDefinitionId": "cuboidalWell"
452
+ },
453
+ "G5": {
454
+ "depth": 38.05,
455
+ "totalLiquidVolume": 2000,
456
+ "shape": "rectangular",
457
+ "xDimension": 8.2,
458
+ "yDimension": 8.2,
459
+ "x": 50.3,
460
+ "y": 20.15,
461
+ "z": 2.95,
462
+ "geometryDefinitionId": "cuboidalWell"
463
+ },
464
+ "H5": {
465
+ "depth": 38.05,
466
+ "totalLiquidVolume": 2000,
467
+ "shape": "rectangular",
468
+ "xDimension": 8.2,
469
+ "yDimension": 8.2,
470
+ "x": 50.3,
471
+ "y": 11.15,
472
+ "z": 2.95,
473
+ "geometryDefinitionId": "cuboidalWell"
474
+ },
475
+ "A6": {
476
+ "depth": 38.05,
477
+ "totalLiquidVolume": 2000,
478
+ "shape": "rectangular",
479
+ "xDimension": 8.2,
480
+ "yDimension": 8.2,
481
+ "x": 59.3,
482
+ "y": 74.15,
483
+ "z": 2.95,
484
+ "geometryDefinitionId": "cuboidalWell"
485
+ },
486
+ "B6": {
487
+ "depth": 38.05,
488
+ "totalLiquidVolume": 2000,
489
+ "shape": "rectangular",
490
+ "xDimension": 8.2,
491
+ "yDimension": 8.2,
492
+ "x": 59.3,
493
+ "y": 65.15,
494
+ "z": 2.95,
495
+ "geometryDefinitionId": "cuboidalWell"
496
+ },
497
+ "C6": {
498
+ "depth": 38.05,
499
+ "totalLiquidVolume": 2000,
500
+ "shape": "rectangular",
501
+ "xDimension": 8.2,
502
+ "yDimension": 8.2,
503
+ "x": 59.3,
504
+ "y": 56.15,
505
+ "z": 2.95,
506
+ "geometryDefinitionId": "cuboidalWell"
507
+ },
508
+ "D6": {
509
+ "depth": 38.05,
510
+ "totalLiquidVolume": 2000,
511
+ "shape": "rectangular",
512
+ "xDimension": 8.2,
513
+ "yDimension": 8.2,
514
+ "x": 59.3,
515
+ "y": 47.15,
516
+ "z": 2.95,
517
+ "geometryDefinitionId": "cuboidalWell"
518
+ },
519
+ "E6": {
520
+ "depth": 38.05,
521
+ "totalLiquidVolume": 2000,
522
+ "shape": "rectangular",
523
+ "xDimension": 8.2,
524
+ "yDimension": 8.2,
525
+ "x": 59.3,
526
+ "y": 38.15,
527
+ "z": 2.95,
528
+ "geometryDefinitionId": "cuboidalWell"
529
+ },
530
+ "F6": {
531
+ "depth": 38.05,
532
+ "totalLiquidVolume": 2000,
533
+ "shape": "rectangular",
534
+ "xDimension": 8.2,
535
+ "yDimension": 8.2,
536
+ "x": 59.3,
537
+ "y": 29.15,
538
+ "z": 2.95,
539
+ "geometryDefinitionId": "cuboidalWell"
540
+ },
541
+ "G6": {
542
+ "depth": 38.05,
543
+ "totalLiquidVolume": 2000,
544
+ "shape": "rectangular",
545
+ "xDimension": 8.2,
546
+ "yDimension": 8.2,
547
+ "x": 59.3,
548
+ "y": 20.15,
549
+ "z": 2.95,
550
+ "geometryDefinitionId": "cuboidalWell"
551
+ },
552
+ "H6": {
553
+ "depth": 38.05,
554
+ "totalLiquidVolume": 2000,
555
+ "shape": "rectangular",
556
+ "xDimension": 8.2,
557
+ "yDimension": 8.2,
558
+ "x": 59.3,
559
+ "y": 11.15,
560
+ "z": 2.95,
561
+ "geometryDefinitionId": "cuboidalWell"
562
+ },
563
+ "A7": {
564
+ "depth": 38.05,
565
+ "totalLiquidVolume": 2000,
566
+ "shape": "rectangular",
567
+ "xDimension": 8.2,
568
+ "yDimension": 8.2,
569
+ "x": 68.3,
570
+ "y": 74.15,
571
+ "z": 2.95,
572
+ "geometryDefinitionId": "cuboidalWell"
573
+ },
574
+ "B7": {
575
+ "depth": 38.05,
576
+ "totalLiquidVolume": 2000,
577
+ "shape": "rectangular",
578
+ "xDimension": 8.2,
579
+ "yDimension": 8.2,
580
+ "x": 68.3,
581
+ "y": 65.15,
582
+ "z": 2.95,
583
+ "geometryDefinitionId": "cuboidalWell"
584
+ },
585
+ "C7": {
586
+ "depth": 38.05,
587
+ "totalLiquidVolume": 2000,
588
+ "shape": "rectangular",
589
+ "xDimension": 8.2,
590
+ "yDimension": 8.2,
591
+ "x": 68.3,
592
+ "y": 56.15,
593
+ "z": 2.95,
594
+ "geometryDefinitionId": "cuboidalWell"
595
+ },
596
+ "D7": {
597
+ "depth": 38.05,
598
+ "totalLiquidVolume": 2000,
599
+ "shape": "rectangular",
600
+ "xDimension": 8.2,
601
+ "yDimension": 8.2,
602
+ "x": 68.3,
603
+ "y": 47.15,
604
+ "z": 2.95,
605
+ "geometryDefinitionId": "cuboidalWell"
606
+ },
607
+ "E7": {
608
+ "depth": 38.05,
609
+ "totalLiquidVolume": 2000,
610
+ "shape": "rectangular",
611
+ "xDimension": 8.2,
612
+ "yDimension": 8.2,
613
+ "x": 68.3,
614
+ "y": 38.15,
615
+ "z": 2.95,
616
+ "geometryDefinitionId": "cuboidalWell"
617
+ },
618
+ "F7": {
619
+ "depth": 38.05,
620
+ "totalLiquidVolume": 2000,
621
+ "shape": "rectangular",
622
+ "xDimension": 8.2,
623
+ "yDimension": 8.2,
624
+ "x": 68.3,
625
+ "y": 29.15,
626
+ "z": 2.95,
627
+ "geometryDefinitionId": "cuboidalWell"
628
+ },
629
+ "G7": {
630
+ "depth": 38.05,
631
+ "totalLiquidVolume": 2000,
632
+ "shape": "rectangular",
633
+ "xDimension": 8.2,
634
+ "yDimension": 8.2,
635
+ "x": 68.3,
636
+ "y": 20.15,
637
+ "z": 2.95,
638
+ "geometryDefinitionId": "cuboidalWell"
639
+ },
640
+ "H7": {
641
+ "depth": 38.05,
642
+ "totalLiquidVolume": 2000,
643
+ "shape": "rectangular",
644
+ "xDimension": 8.2,
645
+ "yDimension": 8.2,
646
+ "x": 68.3,
647
+ "y": 11.15,
648
+ "z": 2.95,
649
+ "geometryDefinitionId": "cuboidalWell"
650
+ },
651
+ "A8": {
652
+ "depth": 38.05,
653
+ "totalLiquidVolume": 2000,
654
+ "shape": "rectangular",
655
+ "xDimension": 8.2,
656
+ "yDimension": 8.2,
657
+ "x": 77.3,
658
+ "y": 74.15,
659
+ "z": 2.95,
660
+ "geometryDefinitionId": "cuboidalWell"
661
+ },
662
+ "B8": {
663
+ "depth": 38.05,
664
+ "totalLiquidVolume": 2000,
665
+ "shape": "rectangular",
666
+ "xDimension": 8.2,
667
+ "yDimension": 8.2,
668
+ "x": 77.3,
669
+ "y": 65.15,
670
+ "z": 2.95,
671
+ "geometryDefinitionId": "cuboidalWell"
672
+ },
673
+ "C8": {
674
+ "depth": 38.05,
675
+ "totalLiquidVolume": 2000,
676
+ "shape": "rectangular",
677
+ "xDimension": 8.2,
678
+ "yDimension": 8.2,
679
+ "x": 77.3,
680
+ "y": 56.15,
681
+ "z": 2.95,
682
+ "geometryDefinitionId": "cuboidalWell"
683
+ },
684
+ "D8": {
685
+ "depth": 38.05,
686
+ "totalLiquidVolume": 2000,
687
+ "shape": "rectangular",
688
+ "xDimension": 8.2,
689
+ "yDimension": 8.2,
690
+ "x": 77.3,
691
+ "y": 47.15,
692
+ "z": 2.95,
693
+ "geometryDefinitionId": "cuboidalWell"
694
+ },
695
+ "E8": {
696
+ "depth": 38.05,
697
+ "totalLiquidVolume": 2000,
698
+ "shape": "rectangular",
699
+ "xDimension": 8.2,
700
+ "yDimension": 8.2,
701
+ "x": 77.3,
702
+ "y": 38.15,
703
+ "z": 2.95,
704
+ "geometryDefinitionId": "cuboidalWell"
705
+ },
706
+ "F8": {
707
+ "depth": 38.05,
708
+ "totalLiquidVolume": 2000,
709
+ "shape": "rectangular",
710
+ "xDimension": 8.2,
711
+ "yDimension": 8.2,
712
+ "x": 77.3,
713
+ "y": 29.15,
714
+ "z": 2.95,
715
+ "geometryDefinitionId": "cuboidalWell"
716
+ },
717
+ "G8": {
718
+ "depth": 38.05,
719
+ "totalLiquidVolume": 2000,
720
+ "shape": "rectangular",
721
+ "xDimension": 8.2,
722
+ "yDimension": 8.2,
723
+ "x": 77.3,
724
+ "y": 20.15,
725
+ "z": 2.95,
726
+ "geometryDefinitionId": "cuboidalWell"
727
+ },
728
+ "H8": {
729
+ "depth": 38.05,
730
+ "totalLiquidVolume": 2000,
731
+ "shape": "rectangular",
732
+ "xDimension": 8.2,
733
+ "yDimension": 8.2,
734
+ "x": 77.3,
735
+ "y": 11.15,
736
+ "z": 2.95,
737
+ "geometryDefinitionId": "cuboidalWell"
738
+ },
739
+ "A9": {
740
+ "depth": 38.05,
741
+ "totalLiquidVolume": 2000,
742
+ "shape": "rectangular",
743
+ "xDimension": 8.2,
744
+ "yDimension": 8.2,
745
+ "x": 86.3,
746
+ "y": 74.15,
747
+ "z": 2.95,
748
+ "geometryDefinitionId": "cuboidalWell"
749
+ },
750
+ "B9": {
751
+ "depth": 38.05,
752
+ "totalLiquidVolume": 2000,
753
+ "shape": "rectangular",
754
+ "xDimension": 8.2,
755
+ "yDimension": 8.2,
756
+ "x": 86.3,
757
+ "y": 65.15,
758
+ "z": 2.95,
759
+ "geometryDefinitionId": "cuboidalWell"
760
+ },
761
+ "C9": {
762
+ "depth": 38.05,
763
+ "totalLiquidVolume": 2000,
764
+ "shape": "rectangular",
765
+ "xDimension": 8.2,
766
+ "yDimension": 8.2,
767
+ "x": 86.3,
768
+ "y": 56.15,
769
+ "z": 2.95,
770
+ "geometryDefinitionId": "cuboidalWell"
771
+ },
772
+ "D9": {
773
+ "depth": 38.05,
774
+ "totalLiquidVolume": 2000,
775
+ "shape": "rectangular",
776
+ "xDimension": 8.2,
777
+ "yDimension": 8.2,
778
+ "x": 86.3,
779
+ "y": 47.15,
780
+ "z": 2.95,
781
+ "geometryDefinitionId": "cuboidalWell"
782
+ },
783
+ "E9": {
784
+ "depth": 38.05,
785
+ "totalLiquidVolume": 2000,
786
+ "shape": "rectangular",
787
+ "xDimension": 8.2,
788
+ "yDimension": 8.2,
789
+ "x": 86.3,
790
+ "y": 38.15,
791
+ "z": 2.95,
792
+ "geometryDefinitionId": "cuboidalWell"
793
+ },
794
+ "F9": {
795
+ "depth": 38.05,
796
+ "totalLiquidVolume": 2000,
797
+ "shape": "rectangular",
798
+ "xDimension": 8.2,
799
+ "yDimension": 8.2,
800
+ "x": 86.3,
801
+ "y": 29.15,
802
+ "z": 2.95,
803
+ "geometryDefinitionId": "cuboidalWell"
804
+ },
805
+ "G9": {
806
+ "depth": 38.05,
807
+ "totalLiquidVolume": 2000,
808
+ "shape": "rectangular",
809
+ "xDimension": 8.2,
810
+ "yDimension": 8.2,
811
+ "x": 86.3,
812
+ "y": 20.15,
813
+ "z": 2.95,
814
+ "geometryDefinitionId": "cuboidalWell"
815
+ },
816
+ "H9": {
817
+ "depth": 38.05,
818
+ "totalLiquidVolume": 2000,
819
+ "shape": "rectangular",
820
+ "xDimension": 8.2,
821
+ "yDimension": 8.2,
822
+ "x": 86.3,
823
+ "y": 11.15,
824
+ "z": 2.95,
825
+ "geometryDefinitionId": "cuboidalWell"
826
+ },
827
+ "A10": {
828
+ "depth": 38.05,
829
+ "totalLiquidVolume": 2000,
830
+ "shape": "rectangular",
831
+ "xDimension": 8.2,
832
+ "yDimension": 8.2,
833
+ "x": 95.3,
834
+ "y": 74.15,
835
+ "z": 2.95,
836
+ "geometryDefinitionId": "cuboidalWell"
837
+ },
838
+ "B10": {
839
+ "depth": 38.05,
840
+ "totalLiquidVolume": 2000,
841
+ "shape": "rectangular",
842
+ "xDimension": 8.2,
843
+ "yDimension": 8.2,
844
+ "x": 95.3,
845
+ "y": 65.15,
846
+ "z": 2.95,
847
+ "geometryDefinitionId": "cuboidalWell"
848
+ },
849
+ "C10": {
850
+ "depth": 38.05,
851
+ "totalLiquidVolume": 2000,
852
+ "shape": "rectangular",
853
+ "xDimension": 8.2,
854
+ "yDimension": 8.2,
855
+ "x": 95.3,
856
+ "y": 56.15,
857
+ "z": 2.95,
858
+ "geometryDefinitionId": "cuboidalWell"
859
+ },
860
+ "D10": {
861
+ "depth": 38.05,
862
+ "totalLiquidVolume": 2000,
863
+ "shape": "rectangular",
864
+ "xDimension": 8.2,
865
+ "yDimension": 8.2,
866
+ "x": 95.3,
867
+ "y": 47.15,
868
+ "z": 2.95,
869
+ "geometryDefinitionId": "cuboidalWell"
870
+ },
871
+ "E10": {
872
+ "depth": 38.05,
873
+ "totalLiquidVolume": 2000,
874
+ "shape": "rectangular",
875
+ "xDimension": 8.2,
876
+ "yDimension": 8.2,
877
+ "x": 95.3,
878
+ "y": 38.15,
879
+ "z": 2.95,
880
+ "geometryDefinitionId": "cuboidalWell"
881
+ },
882
+ "F10": {
883
+ "depth": 38.05,
884
+ "totalLiquidVolume": 2000,
885
+ "shape": "rectangular",
886
+ "xDimension": 8.2,
887
+ "yDimension": 8.2,
888
+ "x": 95.3,
889
+ "y": 29.15,
890
+ "z": 2.95,
891
+ "geometryDefinitionId": "cuboidalWell"
892
+ },
893
+ "G10": {
894
+ "depth": 38.05,
895
+ "totalLiquidVolume": 2000,
896
+ "shape": "rectangular",
897
+ "xDimension": 8.2,
898
+ "yDimension": 8.2,
899
+ "x": 95.3,
900
+ "y": 20.15,
901
+ "z": 2.95,
902
+ "geometryDefinitionId": "cuboidalWell"
903
+ },
904
+ "H10": {
905
+ "depth": 38.05,
906
+ "totalLiquidVolume": 2000,
907
+ "shape": "rectangular",
908
+ "xDimension": 8.2,
909
+ "yDimension": 8.2,
910
+ "x": 95.3,
911
+ "y": 11.15,
912
+ "z": 2.95,
913
+ "geometryDefinitionId": "cuboidalWell"
914
+ },
915
+ "A11": {
916
+ "depth": 38.05,
917
+ "totalLiquidVolume": 2000,
918
+ "shape": "rectangular",
919
+ "xDimension": 8.2,
920
+ "yDimension": 8.2,
921
+ "x": 104.3,
922
+ "y": 74.15,
923
+ "z": 2.95,
924
+ "geometryDefinitionId": "cuboidalWell"
925
+ },
926
+ "B11": {
927
+ "depth": 38.05,
928
+ "totalLiquidVolume": 2000,
929
+ "shape": "rectangular",
930
+ "xDimension": 8.2,
931
+ "yDimension": 8.2,
932
+ "x": 104.3,
933
+ "y": 65.15,
934
+ "z": 2.95,
935
+ "geometryDefinitionId": "cuboidalWell"
936
+ },
937
+ "C11": {
938
+ "depth": 38.05,
939
+ "totalLiquidVolume": 2000,
940
+ "shape": "rectangular",
941
+ "xDimension": 8.2,
942
+ "yDimension": 8.2,
943
+ "x": 104.3,
944
+ "y": 56.15,
945
+ "z": 2.95,
946
+ "geometryDefinitionId": "cuboidalWell"
947
+ },
948
+ "D11": {
949
+ "depth": 38.05,
950
+ "totalLiquidVolume": 2000,
951
+ "shape": "rectangular",
952
+ "xDimension": 8.2,
953
+ "yDimension": 8.2,
954
+ "x": 104.3,
955
+ "y": 47.15,
956
+ "z": 2.95,
957
+ "geometryDefinitionId": "cuboidalWell"
958
+ },
959
+ "E11": {
960
+ "depth": 38.05,
961
+ "totalLiquidVolume": 2000,
962
+ "shape": "rectangular",
963
+ "xDimension": 8.2,
964
+ "yDimension": 8.2,
965
+ "x": 104.3,
966
+ "y": 38.15,
967
+ "z": 2.95,
968
+ "geometryDefinitionId": "cuboidalWell"
969
+ },
970
+ "F11": {
971
+ "depth": 38.05,
972
+ "totalLiquidVolume": 2000,
973
+ "shape": "rectangular",
974
+ "xDimension": 8.2,
975
+ "yDimension": 8.2,
976
+ "x": 104.3,
977
+ "y": 29.15,
978
+ "z": 2.95,
979
+ "geometryDefinitionId": "cuboidalWell"
980
+ },
981
+ "G11": {
982
+ "depth": 38.05,
983
+ "totalLiquidVolume": 2000,
984
+ "shape": "rectangular",
985
+ "xDimension": 8.2,
986
+ "yDimension": 8.2,
987
+ "x": 104.3,
988
+ "y": 20.15,
989
+ "z": 2.95,
990
+ "geometryDefinitionId": "cuboidalWell"
991
+ },
992
+ "H11": {
993
+ "depth": 38.05,
994
+ "totalLiquidVolume": 2000,
995
+ "shape": "rectangular",
996
+ "xDimension": 8.2,
997
+ "yDimension": 8.2,
998
+ "x": 104.3,
999
+ "y": 11.15,
1000
+ "z": 2.95,
1001
+ "geometryDefinitionId": "cuboidalWell"
1002
+ },
1003
+ "A12": {
1004
+ "depth": 38.05,
1005
+ "totalLiquidVolume": 2000,
1006
+ "shape": "rectangular",
1007
+ "xDimension": 8.2,
1008
+ "yDimension": 8.2,
1009
+ "x": 113.3,
1010
+ "y": 74.15,
1011
+ "z": 2.95,
1012
+ "geometryDefinitionId": "cuboidalWell"
1013
+ },
1014
+ "B12": {
1015
+ "depth": 38.05,
1016
+ "totalLiquidVolume": 2000,
1017
+ "shape": "rectangular",
1018
+ "xDimension": 8.2,
1019
+ "yDimension": 8.2,
1020
+ "x": 113.3,
1021
+ "y": 65.15,
1022
+ "z": 2.95,
1023
+ "geometryDefinitionId": "cuboidalWell"
1024
+ },
1025
+ "C12": {
1026
+ "depth": 38.05,
1027
+ "totalLiquidVolume": 2000,
1028
+ "shape": "rectangular",
1029
+ "xDimension": 8.2,
1030
+ "yDimension": 8.2,
1031
+ "x": 113.3,
1032
+ "y": 56.15,
1033
+ "z": 2.95,
1034
+ "geometryDefinitionId": "cuboidalWell"
1035
+ },
1036
+ "D12": {
1037
+ "depth": 38.05,
1038
+ "totalLiquidVolume": 2000,
1039
+ "shape": "rectangular",
1040
+ "xDimension": 8.2,
1041
+ "yDimension": 8.2,
1042
+ "x": 113.3,
1043
+ "y": 47.15,
1044
+ "z": 2.95,
1045
+ "geometryDefinitionId": "cuboidalWell"
1046
+ },
1047
+ "E12": {
1048
+ "depth": 38.05,
1049
+ "totalLiquidVolume": 2000,
1050
+ "shape": "rectangular",
1051
+ "xDimension": 8.2,
1052
+ "yDimension": 8.2,
1053
+ "x": 113.3,
1054
+ "y": 38.15,
1055
+ "z": 2.95,
1056
+ "geometryDefinitionId": "cuboidalWell"
1057
+ },
1058
+ "F12": {
1059
+ "depth": 38.05,
1060
+ "totalLiquidVolume": 2000,
1061
+ "shape": "rectangular",
1062
+ "xDimension": 8.2,
1063
+ "yDimension": 8.2,
1064
+ "x": 113.3,
1065
+ "y": 29.15,
1066
+ "z": 2.95,
1067
+ "geometryDefinitionId": "cuboidalWell"
1068
+ },
1069
+ "G12": {
1070
+ "depth": 38.05,
1071
+ "totalLiquidVolume": 2000,
1072
+ "shape": "rectangular",
1073
+ "xDimension": 8.2,
1074
+ "yDimension": 8.2,
1075
+ "x": 113.3,
1076
+ "y": 20.15,
1077
+ "z": 2.95,
1078
+ "geometryDefinitionId": "cuboidalWell"
1079
+ },
1080
+ "H12": {
1081
+ "depth": 38.05,
1082
+ "totalLiquidVolume": 2000,
1083
+ "shape": "rectangular",
1084
+ "xDimension": 8.2,
1085
+ "yDimension": 8.2,
1086
+ "x": 113.3,
1087
+ "y": 11.15,
1088
+ "z": 2.95,
1089
+ "geometryDefinitionId": "cuboidalWell"
1090
+ }
1091
+ },
1092
+ "groups": [
1093
+ {
1094
+ "metadata": {
1095
+ "wellBottomShape": "v"
1096
+ },
1097
+ "wells": [
1098
+ "A1",
1099
+ "B1",
1100
+ "C1",
1101
+ "D1",
1102
+ "E1",
1103
+ "F1",
1104
+ "G1",
1105
+ "H1",
1106
+ "A2",
1107
+ "B2",
1108
+ "C2",
1109
+ "D2",
1110
+ "E2",
1111
+ "F2",
1112
+ "G2",
1113
+ "H2",
1114
+ "A3",
1115
+ "B3",
1116
+ "C3",
1117
+ "D3",
1118
+ "E3",
1119
+ "F3",
1120
+ "G3",
1121
+ "H3",
1122
+ "A4",
1123
+ "B4",
1124
+ "C4",
1125
+ "D4",
1126
+ "E4",
1127
+ "F4",
1128
+ "G4",
1129
+ "H4",
1130
+ "A5",
1131
+ "B5",
1132
+ "C5",
1133
+ "D5",
1134
+ "E5",
1135
+ "F5",
1136
+ "G5",
1137
+ "H5",
1138
+ "A6",
1139
+ "B6",
1140
+ "C6",
1141
+ "D6",
1142
+ "E6",
1143
+ "F6",
1144
+ "G6",
1145
+ "H6",
1146
+ "A7",
1147
+ "B7",
1148
+ "C7",
1149
+ "D7",
1150
+ "E7",
1151
+ "F7",
1152
+ "G7",
1153
+ "H7",
1154
+ "A8",
1155
+ "B8",
1156
+ "C8",
1157
+ "D8",
1158
+ "E8",
1159
+ "F8",
1160
+ "G8",
1161
+ "H8",
1162
+ "A9",
1163
+ "B9",
1164
+ "C9",
1165
+ "D9",
1166
+ "E9",
1167
+ "F9",
1168
+ "G9",
1169
+ "H9",
1170
+ "A10",
1171
+ "B10",
1172
+ "C10",
1173
+ "D10",
1174
+ "E10",
1175
+ "F10",
1176
+ "G10",
1177
+ "H10",
1178
+ "A11",
1179
+ "B11",
1180
+ "C11",
1181
+ "D11",
1182
+ "E11",
1183
+ "F11",
1184
+ "G11",
1185
+ "H11",
1186
+ "A12",
1187
+ "B12",
1188
+ "C12",
1189
+ "D12",
1190
+ "E12",
1191
+ "F12",
1192
+ "G12",
1193
+ "H12"
1194
+ ]
1195
+ }
1196
+ ],
1197
+ "parameters": {
1198
+ "format": "96Standard",
1199
+ "quirks": [],
1200
+ "isTiprack": false,
1201
+ "isMagneticModuleCompatible": true,
1202
+ "loadName": "nest_96_wellplate_2ml_deep",
1203
+ "magneticModuleEngageHeight": 6.8
1204
+ },
1205
+ "namespace": "opentrons",
1206
+ "version": 5,
1207
+ "schemaVersion": 2,
1208
+ "cornerOffsetFromSlot": {
1209
+ "x": 0,
1210
+ "y": 0,
1211
+ "z": 0
1212
+ },
1213
+ "stackingOffsetWithLabware": {
1214
+ "opentrons_96_deep_well_adapter": {
1215
+ "x": 0,
1216
+ "y": 0,
1217
+ "z": 16.3
1218
+ },
1219
+ "opentrons_96_deep_well_temp_mod_adapter": {
1220
+ "x": 0,
1221
+ "y": 0,
1222
+ "z": 16.1
1223
+ },
1224
+ "nest_96_wellplate_2ml_deep": {
1225
+ "x": 0,
1226
+ "y": 0,
1227
+ "z": 2.75
1228
+ }
1229
+ },
1230
+ "stackingOffsetWithModule": {
1231
+ "magneticBlockV1": {
1232
+ "x": 0,
1233
+ "y": 0,
1234
+ "z": 2.66
1235
+ }
1236
+ },
1237
+ "innerLabwareGeometry": {
1238
+ "cuboidalWell": {
1239
+ "sections": [
1240
+ {
1241
+ "shape": "cuboidal",
1242
+ "topXDimension": 8.2,
1243
+ "topYDimension": 8.2,
1244
+ "bottomXDimension": 7.4,
1245
+ "bottomYDimension": 7.4,
1246
+ "topHeight": 38.05,
1247
+ "bottomHeight": 1.67
1248
+ },
1249
+ {
1250
+ "shape": "cuboidal",
1251
+ "topXDimension": 7.4,
1252
+ "topYDimension": 7.4,
1253
+ "bottomXDimension": 2.63,
1254
+ "bottomYDimension": 2.63,
1255
+ "topHeight": 1.67,
1256
+ "bottomHeight": 0.0
1257
+ }
1258
+ ]
1259
+ }
1260
+ }
1261
+ }