From 0965fd324f5911da0a250b8456db762fa2b53b92 Mon Sep 17 00:00:00 2001 From: Ryan Howard Date: Wed, 30 Oct 2024 17:25:11 -0400 Subject: [PATCH] feat(shared-data): add schema 3 versions of json files with inner labware geometry (#16618) --- .../3/agilent_1_reservoir_290ml/2.json | 60 + .../2.json | 4730 +++++++++++++++ .../3.json | 1146 ++++ .../3/axygen_1_reservoir_90ml/2.json | 72 + .../3/biorad_384_wellplate_50ul/3.json | 4741 +++++++++++++++ .../3/biorad_96_wellplate_200ul_pcr/3.json | 1182 ++++ .../3/corning_12_wellplate_6.9ml_flat/3.json | 205 + .../3/corning_24_wellplate_3.4ml_flat/3.json | 337 ++ .../3/corning_384_wellplate_112ul_flat/3.json | 5114 +++++++++++++++++ .../3/corning_48_wellplate_1.6ml_flat/3.json | 605 ++ .../3/corning_6_wellplate_16.8ml_flat/3.json | 129 + .../3/corning_96_wellplate_360ul_flat/3.json | 1172 ++++ .../3/nest_12_reservoir_15ml/2.json | 226 + .../3/nest_1_reservoir_195ml/3.json | 62 + .../3/nest_1_reservoir_290ml/2.json | 70 + .../3.json | 1161 ++++ .../3/nest_96_wellplate_200ul_flat/3.json | 1140 ++++ .../3/nest_96_wellplate_2ml_deep/3.json | 1262 ++++ .../2.json | 232 + .../2.json | 177 + .../2.json | 222 + .../2.json | 259 + .../2.json | 251 + .../3.json | 330 ++ .../2.json | 370 ++ .../2.json | 356 ++ .../2.json | 351 ++ .../2.json | 350 ++ .../2.json | 379 ++ .../2.json | 418 ++ .../2.json | 340 ++ .../2.json | 338 ++ .../2.json | 327 ++ .../2.json | 329 ++ .../2.json | 371 ++ .../2.json | 357 ++ .../2.json | 352 ++ .../2.json | 351 ++ .../2.json | 380 ++ .../2.json | 526 ++ .../2.json | 145 + .../2.json | 143 + .../2.json | 1165 ++++ .../3.json | 1128 ++++ .../2.json | 1149 ++++ .../2.json | 1241 ++++ .../2.json | 1136 ++++ .../2.json | 1128 ++++ .../2.json | 1147 ++++ .../3.json | 1167 ++++ .../2.json | 5107 ++++++++++++++++ .../2.json | 1134 ++++ .../2.json | 1134 ++++ .../3/usascientific_12_reservoir_22ml/2.json | 209 + .../2.json | 1217 ++++ .../opentrons_shared_data/labware/types.py | 2 +- 56 files changed, 49131 insertions(+), 1 deletion(-) create mode 100644 shared-data/labware/definitions/3/agilent_1_reservoir_290ml/2.json create mode 100644 shared-data/labware/definitions/3/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json create mode 100644 shared-data/labware/definitions/3/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json create mode 100644 shared-data/labware/definitions/3/axygen_1_reservoir_90ml/2.json create mode 100644 shared-data/labware/definitions/3/biorad_384_wellplate_50ul/3.json create mode 100644 shared-data/labware/definitions/3/biorad_96_wellplate_200ul_pcr/3.json create mode 100644 shared-data/labware/definitions/3/corning_12_wellplate_6.9ml_flat/3.json create mode 100644 shared-data/labware/definitions/3/corning_24_wellplate_3.4ml_flat/3.json create mode 100644 shared-data/labware/definitions/3/corning_384_wellplate_112ul_flat/3.json create mode 100644 shared-data/labware/definitions/3/corning_48_wellplate_1.6ml_flat/3.json create mode 100644 shared-data/labware/definitions/3/corning_6_wellplate_16.8ml_flat/3.json create mode 100644 shared-data/labware/definitions/3/corning_96_wellplate_360ul_flat/3.json create mode 100644 shared-data/labware/definitions/3/nest_12_reservoir_15ml/2.json create mode 100644 shared-data/labware/definitions/3/nest_1_reservoir_195ml/3.json create mode 100644 shared-data/labware/definitions/3/nest_1_reservoir_290ml/2.json create mode 100644 shared-data/labware/definitions/3/nest_96_wellplate_100ul_pcr_full_skirt/3.json create mode 100644 shared-data/labware/definitions/3/nest_96_wellplate_200ul_flat/3.json create mode 100644 shared-data/labware/definitions/3/nest_96_wellplate_2ml_deep/3.json create mode 100644 shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_15_tuberack_falcon_15ml_conical/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_15_tuberack_nest_15ml_conical/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_generic_2ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_screwcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_snapcap/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_6_tuberack_falcon_50ml_conical/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_6_tuberack_nest_50ml_conical/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_aluminumblock_biorad_wellplate_200ul/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_aluminumblock_nest_wellplate_100ul/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/2.json create mode 100644 shared-data/labware/definitions/3/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json create mode 100644 shared-data/labware/definitions/3/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/2.json create mode 100644 shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_1300ul/2.json create mode 100644 shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_2000ul/2.json create mode 100644 shared-data/labware/definitions/3/usascientific_12_reservoir_22ml/2.json create mode 100644 shared-data/labware/definitions/3/usascientific_96_wellplate_2.4ml_deep/2.json diff --git a/shared-data/labware/definitions/3/agilent_1_reservoir_290ml/2.json b/shared-data/labware/definitions/3/agilent_1_reservoir_290ml/2.json new file mode 100644 index 00000000000..984af88d3ed --- /dev/null +++ b/shared-data/labware/definitions/3/agilent_1_reservoir_290ml/2.json @@ -0,0 +1,60 @@ +{ + "ordering": [["A1"]], + "brand": { + "brand": "Agilent", + "brandId": ["201252-100"], + "links": ["https://www.agilent.com/store/en_US/Prod-201252-100/201252-100"] + }, + "metadata": { + "displayName": "Agilent 1 Well Reservoir 290 mL", + "displayCategory": "reservoir", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.57, + "zDimension": 44.04 + }, + "wells": { + "A1": { + "depth": 39.22, + "shape": "rectangular", + "xDimension": 108, + "yDimension": 72, + "totalLiquidVolume": 290000, + "x": 63.88, + "y": 42.785, + "z": 4.82, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "wells": ["A1"], + "metadata": { + "wellBottomShape": "v" + } + } + ], + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "agilent_1_reservoir_290ml", + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"] + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json b/shared-data/labware/definitions/3/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json new file mode 100644 index 00000000000..a6954ac9d06 --- /dev/null +++ b/shared-data/labware/definitions/3/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json @@ -0,0 +1,4730 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12" + ], + [ + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13" + ], + [ + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14" + ], + [ + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15" + ], + [ + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16" + ], + [ + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17" + ], + [ + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18" + ], + [ + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19" + ], + [ + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20" + ], + [ + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21" + ], + [ + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22" + ], + [ + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23" + ], + [ + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + ], + "brand": { + "brand": "Applied Biosystems MicroAmp", + "brandId": ["4309849", "4326270", "4343814"], + "links": [ + "https://www.thermofisher.com/order/catalog/product/4309849#/4309849" + ] + }, + "metadata": { + "displayName": "Applied Biosystems MicroAmp 384 Well Plate 40 \u00b5L", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.8, + "yDimension": 85.5, + "zDimension": 9.7 + }, + "wells": { + "A1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P1": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 12.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P2": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 16.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P3": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 21.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P4": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 25.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P5": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 30.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P6": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 34.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P7": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 39.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P8": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 43.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P9": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 48.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P10": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 52.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P11": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 57.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P12": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 61.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P13": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 66.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P14": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 70.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P15": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 75.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P16": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 79.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P17": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 84.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P18": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 88.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P19": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 93.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P20": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 97.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P21": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 102.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P22": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 106.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P23": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 111.15, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "A24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 76.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "B24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 72, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "C24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 67.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "D24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 63, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "E24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 58.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "F24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 54, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "G24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 49.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "H24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 45, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "I24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 40.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "J24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 36, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "K24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 31.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "L24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 27, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "M24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 22.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "N24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 18, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "O24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 13.5, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + }, + "P24": { + "depth": 9.09, + "totalLiquidVolume": 40, + "shape": "circular", + "diameter": 3.17, + "x": 115.65, + "y": 9, + "z": 0.61, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12", + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13", + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14", + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15", + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16", + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17", + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18", + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19", + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20", + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21", + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22", + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23", + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + } + ], + "parameters": { + "format": "384Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "appliedbiosystemsmicroamp_384_wellplate_40ul" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 0.89, + "topHeight": 0.34, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 1.4, + "topDiameter": 3.17, + "topHeight": 5.77, + "bottomHeight": 0.34 + }, + { + "shape": "conical", + "bottomDiameter": 3.17, + "topDiameter": 3.17, + "topHeight": 9.09, + "bottomHeight": 5.77 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json b/shared-data/labware/definitions/3/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json new file mode 100644 index 00000000000..0d682186706 --- /dev/null +++ b/shared-data/labware/definitions/3/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json @@ -0,0 +1,1146 @@ +{ + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "parameters": { + "loadName": "armadillo_96_wellplate_200ul_pcr_full_skirt", + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true + }, + "metadata": { + "displayName": "Armadillo 96 Well Plate 200 \u00b5L PCR Full Skirt", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "brand": { + "brand": "Thermo Scientific", + "brandId": ["AB2396"], + "links": [ + "https://www.fishersci.com/shop/products/armadillo-96-well-pcr-plate-1/AB2396" + ] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 16.0 + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_pcr_adapter": { + "x": 0, + "y": 0, + "z": 10.95 + }, + "opentrons_96_well_aluminum_block": { + "x": 0, + "y": 0, + "z": 11.91 + } + }, + "stackingOffsetWithModule": { + "magneticBlockV1": { + "x": 0, + "y": 0, + "z": 3.54 + }, + "thermocyclerModuleV2": { + "x": 0, + "y": 0, + "z": 10.7 + } + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 10, + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "wells": { + "A1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/axygen_1_reservoir_90ml/2.json b/shared-data/labware/definitions/3/axygen_1_reservoir_90ml/2.json new file mode 100644 index 00000000000..8da8a6af416 --- /dev/null +++ b/shared-data/labware/definitions/3/axygen_1_reservoir_90ml/2.json @@ -0,0 +1,72 @@ +{ + "ordering": [["A1"]], + "brand": { + "brand": "Axygen", + "brandId": ["RES-SW1-LP"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Genomics-%26-Molecular-Biology/Automation-Consumables/Automation-Reservoirs/Axygen%C2%AE-Reagent-Reservoirs/p/RES-SW1-LP?clear=true" + ] + }, + "metadata": { + "displayName": "Axygen 1 Well Reservoir 90 mL", + "displayCategory": "reservoir", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 19.05 + }, + "wells": { + "A1": { + "depth": 12.42, + "shape": "rectangular", + "xDimension": 106.76, + "yDimension": 70.52, + "totalLiquidVolume": 90000, + "x": 63.88, + "y": 42.735, + "z": 6.63, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "wells": ["A1"], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "axygen_1_reservoir_90ml", + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"] + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [ + { + "shape": "cuboidal", + "topXDimension": 106.8, + "topYDimension": 70.5, + "bottomXDimension": 106.4, + "bottomYDimension": 70, + "topHeight": 12.42, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/biorad_384_wellplate_50ul/3.json b/shared-data/labware/definitions/3/biorad_384_wellplate_50ul/3.json new file mode 100644 index 00000000000..d5fb3c926a2 --- /dev/null +++ b/shared-data/labware/definitions/3/biorad_384_wellplate_50ul/3.json @@ -0,0 +1,4741 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12" + ], + [ + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13" + ], + [ + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14" + ], + [ + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15" + ], + [ + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16" + ], + [ + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17" + ], + [ + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18" + ], + [ + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19" + ], + [ + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20" + ], + [ + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21" + ], + [ + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22" + ], + [ + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23" + ], + [ + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + ], + "brand": { + "brand": "Bio-Rad", + "brandId": [ + "HSP3xxx", + "HSP3801", + "HSP3805", + "HSP3901", + "HSP3905", + "HSR4xxx", + "HSR4801", + "HSR4805" + ], + "links": [ + "https://www.bio-rad.com/en-us/sku/HSP3805-hard-shell-384-well-pcr-plates-thin-wall-skirted-clear-white?ID=HSP3805" + ] + }, + "metadata": { + "displayName": "Bio-Rad 384 Well Plate 50 \u00b5L", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 10.4 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 9.3, + "wells": { + "A1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P1": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 12.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P2": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 16.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P3": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 21.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P4": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 25.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P5": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 30.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P6": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 34.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P7": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 39.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P8": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 43.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P9": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 48.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P10": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 52.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P11": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 57.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P12": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 61.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P13": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 66.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P14": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 70.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P15": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 75.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P16": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 79.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P17": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 84.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P18": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 88.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P19": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 93.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P20": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 97.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P21": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 102.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P22": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 106.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P23": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 111.13, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 76.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 71.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 67.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 62.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 58.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 53.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 49.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 44.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "I24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 40.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "J24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 35.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "K24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 31.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "L24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 26.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "M24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 22.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "N24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 17.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "O24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 13.49, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "P24": { + "depth": 9.35, + "totalLiquidVolume": 50, + "shape": "circular", + "diameter": 3.1, + "x": 115.63, + "y": 8.99, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12", + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13", + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14", + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15", + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16", + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17", + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18", + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19", + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20", + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21", + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22", + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23", + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + } + ], + "parameters": { + "format": "384Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "biorad_384_wellplate_50ul" + }, + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 0.94, + "topHeight": 0.35, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 1.46, + "topDiameter": 3, + "topHeight": 5.35, + "bottomHeight": 0.35 + }, + { + "shape": "conical", + "bottomDiameter": 3, + "topDiameter": 3.1, + "topHeight": 9.35, + "bottomHeight": 5.35 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/biorad_96_wellplate_200ul_pcr/3.json b/shared-data/labware/definitions/3/biorad_96_wellplate_200ul_pcr/3.json new file mode 100644 index 00000000000..61f780b9bfd --- /dev/null +++ b/shared-data/labware/definitions/3/biorad_96_wellplate_200ul_pcr/3.json @@ -0,0 +1,1182 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "metadata": { + "displayName": "Bio-Rad 96 Well Plate 200 \u00b5L PCR", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "yDimension": 85.48, + "xDimension": 127.76, + "zDimension": 16.06 + }, + "parameters": { + "format": "96Standard", + "isTiprack": false, + "loadName": "biorad_96_wellplate_200ul_pcr", + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 18 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 10.14, + "wells": { + "H1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 11.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 20.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 29.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 38.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 47.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 56.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 65.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.81, + "shape": "circular", + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 74.24, + "z": 1.25, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Bio-Rad", + "brandId": ["hsp9601"], + "links": [ + "http://www.bio-rad.com/en-us/sku/hsp9601-hard-shell-96-well-pcr-plates-low-profile-thin-wall-skirted-white-clear?ID=hsp9601" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { + "wellBottomShape": "v" + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_well_aluminum_block": { + "x": 0, + "y": 0, + "z": 15.41 + }, + "opentrons_96_pcr_adapter": { + "x": 0, + "y": 0, + "z": 10.16 + } + }, + "stackingOffsetWithModule": { + "thermocyclerModuleV2": { + "x": 0, + "y": 0, + "z": 10.75 + }, + "magneticBlockV1": { + "x": 0, + "y": 0, + "z": 3.87 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 1.42, + "topHeight": 1.21, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2.81, + "topDiameter": 3, + "topHeight": 1.87, + "bottomHeight": 1.21 + }, + { + "shape": "conical", + "bottomDiameter": 3, + "topDiameter": 4.98, + "topHeight": 8.58, + "bottomHeight": 1.87 + }, + { + "shape": "conical", + "bottomDiameter": 3, + "topDiameter": 5.44, + "topHeight": 10.14, + "bottomHeight": 8.58 + }, + { + "shape": "conical", + "bottomDiameter": 5.44, + "topDiameter": 5.44, + "topHeight": 14.57, + "bottomHeight": 10.14 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/corning_12_wellplate_6.9ml_flat/3.json b/shared-data/labware/definitions/3/corning_12_wellplate_6.9ml_flat/3.json new file mode 100644 index 00000000000..f51bce0859c --- /dev/null +++ b/shared-data/labware/definitions/3/corning_12_wellplate_6.9ml_flat/3.json @@ -0,0 +1,205 @@ +{ + "ordering": [ + ["A1", "B1", "C1"], + ["A2", "B2", "C2"], + ["A3", "B3", "C3"], + ["A4", "B4", "C4"] + ], + "brand": { + "brand": "Corning", + "brandId": ["3336", "3512", "3513"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Costar%C2%AE-Multiple-Well-Cell-Culture-Plates/p/3513?clear=true" + ] + }, + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "metadata": { + "displayName": "Corning 12 Well Plate 6.9 mL Flat", + "displayVolumeUnits": "mL", + "displayCategory": "wellPlate", + "tags": [] + }, + "dimensions": { + "xDimension": 127.89, + "yDimension": 85.6, + "zDimension": 20.02 + }, + "gripForce": 16, + "gripHeightFromLabwareBottom": 18.3, + "wells": { + "C1": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 24.94, + "y": 16.79, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 24.94, + "y": 42.8, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 24.94, + "y": 68.81, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 50.95, + "y": 16.79, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 50.95, + "y": 42.8, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 50.95, + "y": 68.81, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 76.96, + "y": 16.79, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 76.96, + "y": 42.8, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 76.96, + "y": 68.81, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 102.97, + "y": 16.79, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 102.97, + "y": 42.8, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "circular", + "depth": 17.53, + "diameter": 22.73, + "totalLiquidVolume": 6900, + "x": 102.97, + "y": 68.81, + "z": 2.49, + "geometryDefinitionId": "conicalWell" + } + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_12_wellplate_6.9ml_flat" + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "A2", + "B2", + "C2", + "A3", + "B3", + "C3", + "A4", + "B4", + "C4" + ], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 4.5 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "topDiameter": 22.733, + "bottomDiameter": 22.098, + "topHeight": 17.399, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/corning_24_wellplate_3.4ml_flat/3.json b/shared-data/labware/definitions/3/corning_24_wellplate_3.4ml_flat/3.json new file mode 100644 index 00000000000..7d716ce57cd --- /dev/null +++ b/shared-data/labware/definitions/3/corning_24_wellplate_3.4ml_flat/3.json @@ -0,0 +1,337 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Corning", + "brandId": ["3337", "3524", "3526", "3527", "3473", "3738", "3987"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Costar%C2%AE-Multiple-Well-Cell-Culture-Plates/p/3738" + ] + }, + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "metadata": { + "displayName": "Corning 24 Well Plate 3.4 mL Flat", + "displayVolumeUnits": "mL", + "displayCategory": "wellPlate", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 20.27 + }, + "wells": { + "D1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 17.48, + "y": 13.77, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 17.48, + "y": 33.07, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 17.48, + "y": 52.37, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 17.48, + "y": 71.67, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 36.78, + "y": 13.77, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 36.78, + "y": 33.07, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 36.78, + "y": 52.37, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 36.78, + "y": 71.67, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 56.08, + "y": 13.77, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 56.08, + "y": 33.07, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 56.08, + "y": 52.37, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 56.08, + "y": 71.67, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 75.38, + "y": 13.77, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 75.38, + "y": 33.07, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 75.38, + "y": 52.37, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 75.38, + "y": 71.67, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 94.68, + "y": 13.77, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 94.68, + "y": 33.07, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 94.68, + "y": 52.37, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 94.68, + "y": 71.67, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 113.98, + "y": 13.77, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 113.98, + "y": 33.07, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 113.98, + "y": 52.37, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "shape": "circular", + "depth": 17.4, + "diameter": 16.26, + "totalLiquidVolume": 3400, + "x": 113.98, + "y": 71.67, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + } + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_24_wellplate_3.4ml_flat" + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 4.15 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "topDiameter": 16.256, + "bottomDiameter": 15.621, + "topHeight": 17.399, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/corning_384_wellplate_112ul_flat/3.json b/shared-data/labware/definitions/3/corning_384_wellplate_112ul_flat/3.json new file mode 100644 index 00000000000..ca3758f2339 --- /dev/null +++ b/shared-data/labware/definitions/3/corning_384_wellplate_112ul_flat/3.json @@ -0,0 +1,5114 @@ +{ + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12" + ], + [ + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13" + ], + [ + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14" + ], + [ + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15" + ], + [ + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16" + ], + [ + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17" + ], + [ + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18" + ], + [ + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19" + ], + [ + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20" + ], + [ + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21" + ], + [ + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22" + ], + [ + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23" + ], + [ + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + ], + "metadata": { + "displayName": "Corning 384 Well Plate 112 \u00b5L Flat", + "displayVolumeUnits": "\u00b5L", + "displayCategory": "wellPlate", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 14.22 + }, + "parameters": { + "format": "384Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_384_wellplate_112ul_flat" + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 12.4, + "wells": { + "P1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 12.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 16.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 21.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 25.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 30.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 34.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 39.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 43.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 48.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 52.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 57.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 61.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A13": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 66.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A14": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 70.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A15": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 75.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A16": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 79.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A17": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 84.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A18": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 88.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A19": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 93.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A20": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 97.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A21": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 102.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A22": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 106.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A23": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 111.12, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "P24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 8.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "O24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 13.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "N24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 17.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "M24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 22.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "L24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 26.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "K24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 31.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "J24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 35.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "I24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 40.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "H24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 44.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "G24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 49.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "F24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 53.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "E24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 58.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "D24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 62.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "C24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 67.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "B24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 71.99, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + }, + "A24": { + "shape": "rectangular", + "depth": 11.43, + "xDimension": 3.63, + "yDimension": 3.63, + "totalLiquidVolume": 112, + "x": 115.62, + "y": 76.49, + "z": 2.79, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Corning", + "brandId": ["3640", "3662", "3680", "3700", "3701", "3702"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/384-Well-Microplates/Corning%C2%AE-384-well-Clear-Polystyrene-Microplates/p/corning384WellClearPolystyreneMicroplates" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12", + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13", + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14", + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15", + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16", + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17", + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18", + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19", + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20", + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21", + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22", + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23", + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_universal_flat_adapter": { + "x": 0, + "y": 0, + "z": 8.32 + }, + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 4.4 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 3.64, + "topDiameter": 2.74, + "topHeight": 11.65, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/corning_48_wellplate_1.6ml_flat/3.json b/shared-data/labware/definitions/3/corning_48_wellplate_1.6ml_flat/3.json new file mode 100644 index 00000000000..9caad9af4b0 --- /dev/null +++ b/shared-data/labware/definitions/3/corning_48_wellplate_1.6ml_flat/3.json @@ -0,0 +1,605 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1"], + ["A2", "B2", "C2", "D2", "E2", "F2"], + ["A3", "B3", "C3", "D3", "E3", "F3"], + ["A4", "B4", "C4", "D4", "E4", "F4"], + ["A5", "B5", "C5", "D5", "E5", "F5"], + ["A6", "B6", "C6", "D6", "E6", "F6"], + ["A7", "B7", "C7", "D7", "E7", "F7"], + ["A8", "B8", "C8", "D8", "E8", "F8"] + ], + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "metadata": { + "displayName": "Corning 48 Well Plate 1.6 mL Flat", + "displayVolumeUnits": "mL", + "displayCategory": "wellPlate", + "tags": [] + }, + "dimensions": { + "xDimension": 127.89, + "yDimension": 85.6, + "zDimension": 20.02 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_48_wellplate_1.6ml_flat" + }, + "gripForce": 16, + "gripHeightFromLabwareBottom": 18.3, + "wells": { + "F1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 18.16, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 18.16, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 18.16, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 18.16, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 18.16, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 18.16, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 31.24, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 31.24, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 31.24, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 31.24, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 31.24, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 31.24, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 44.32, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 44.32, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 44.32, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 44.32, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 44.32, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 44.32, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 57.4, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 57.4, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 57.4, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 57.4, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 57.4, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 57.4, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 70.48, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 70.48, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 70.48, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 70.48, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 70.48, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 70.48, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 83.56, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 83.56, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 83.56, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 83.56, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 83.56, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 83.56, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 96.64, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 96.64, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 96.64, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 96.64, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 96.64, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 96.64, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 109.72, + "y": 10.08, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 109.72, + "y": 23.16, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 109.72, + "y": 36.24, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 109.72, + "y": 49.32, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 109.72, + "y": 62.4, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "shape": "circular", + "depth": 17.4, + "diameter": 11.56, + "totalLiquidVolume": 1600, + "x": 109.72, + "y": 75.48, + "z": 2.62, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Corning", + "brandId": ["3548"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Costar%C2%AE-Multiple-Well-Cell-Culture-Plates/p/3548" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8" + ], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 4.4 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 11.0998, + "topDiameter": 10.6426, + "topHeight": 17.399, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/corning_6_wellplate_16.8ml_flat/3.json b/shared-data/labware/definitions/3/corning_6_wellplate_16.8ml_flat/3.json new file mode 100644 index 00000000000..fc53beb0f9e --- /dev/null +++ b/shared-data/labware/definitions/3/corning_6_wellplate_16.8ml_flat/3.json @@ -0,0 +1,129 @@ +{ + "ordering": [ + ["A1", "B1"], + ["A2", "B2"], + ["A3", "B3"] + ], + "metadata": { + "displayName": "Corning 6 Well Plate 16.8 mL Flat", + "displayVolumeUnits": "mL", + "displayCategory": "wellPlate", + "tags": [] + }, + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 20.27 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_6_wellplate_16.8ml_flat" + }, + "wells": { + "B1": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16800, + "x": 24.76, + "y": 23.16, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16800, + "x": 24.76, + "y": 62.28, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16800, + "x": 63.88, + "y": 23.16, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16800, + "x": 63.88, + "y": 62.28, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16800, + "x": 103, + "y": 23.16, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 17.4, + "diameter": 35.43, + "totalLiquidVolume": 16800, + "x": 103, + "y": 62.28, + "z": 2.87, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Corning", + "brandId": ["3335", "3506", "3516", "3471"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Costar%C2%AE-Multiple-Well-Cell-Culture-Plates/p/3335" + ] + }, + "groups": [ + { + "wells": ["A1", "B1", "A2", "B2", "A3", "B3"], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 4.5 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 34.798, + "topDiameter": 35.433, + "topHeight": 17.399, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/corning_96_wellplate_360ul_flat/3.json b/shared-data/labware/definitions/3/corning_96_wellplate_360ul_flat/3.json new file mode 100644 index 00000000000..e085eb05d0e --- /dev/null +++ b/shared-data/labware/definitions/3/corning_96_wellplate_360ul_flat/3.json @@ -0,0 +1,1172 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Corning", + "brandId": [ + "3650", + "3916", + "3915", + "3361", + "3590", + "9018", + "3591", + "9017", + "3641", + "3628", + "3370", + "2507", + "2509", + "2503", + "3665", + "3600", + "3362", + "3917", + "3912", + "3925", + "3922", + "3596", + "3977", + "3598", + "3599", + "3585", + "3595", + "3300", + "3474" + ], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Corning%C2%AE-96-well-Solid-Black-and-White-Polystyrene-Microplates/p/corning96WellSolidBlackAndWhitePolystyreneMicroplates" + ] + }, + "metadata": { + "displayName": "Corning 96 Well Plate 360 \u00b5L Flat", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 14.22 + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 12.2, + "wells": { + "H1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 11.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 20.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 29.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 38.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 47.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 56.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 65.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 74.24, + "z": 3.55, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { + "wellBottomShape": "flat" + } + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_96_wellplate_360ul_flat" + }, + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "stackingOffsetWithLabware": { + "opentrons_universal_flat_adapter": { + "x": 0, + "y": 0, + "z": 10.22 + }, + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 5.45 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "topDiameter": 6.858, + "bottomDiameter": 6.35, + "topHeight": 10.668, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/nest_12_reservoir_15ml/2.json b/shared-data/labware/definitions/3/nest_12_reservoir_15ml/2.json new file mode 100644 index 00000000000..38423ed7234 --- /dev/null +++ b/shared-data/labware/definitions/3/nest_12_reservoir_15ml/2.json @@ -0,0 +1,226 @@ +{ + "ordering": [ + ["A1"], + ["A2"], + ["A3"], + ["A4"], + ["A5"], + ["A6"], + ["A7"], + ["A8"], + ["A9"], + ["A10"], + ["A11"], + ["A12"] + ], + "brand": { + "brand": "NEST", + "brandId": ["360102"], + "links": ["https://www.nest-biotech.com/reagent-reserviors/59178414.html"] + }, + "metadata": { + "displayName": "NEST 12 Well Reservoir 15 mL", + "displayCategory": "reservoir", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 31.4 + }, + "wells": { + "A1": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 14.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A2": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 23.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A3": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 32.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A4": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 41.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A5": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 50.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A6": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 59.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A7": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 68.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A8": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 77.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A9": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 86.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A10": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 95.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A11": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 104.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + }, + "A12": { + "depth": 26.85, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 71.2, + "totalLiquidVolume": 15000, + "x": 113.38, + "y": 42.78, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "A1", + "A2", + "A3", + "A4", + "A5", + "A6", + "A7", + "A8", + "A9", + "A10", + "A11", + "A12" + ] + } + ], + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"], + "loadName": "nest_12_reservoir_15ml" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [ + { + "shape": "cuboidal", + "topXDimension": 7.95, + "topYDimension": 70.53, + "bottomXDimension": 1.87, + "bottomYDimension": 64.45, + "topHeight": 2.05, + "bottomHeight": 0.0 + }, + { + "shape": "cuboidal", + "topXDimension": 8.35, + "topYDimension": 71.25, + "bottomXDimension": 7.95, + "bottomYDimension": 70.53, + "topHeight": 26.85, + "bottomHeight": 2.05 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/nest_1_reservoir_195ml/3.json b/shared-data/labware/definitions/3/nest_1_reservoir_195ml/3.json new file mode 100644 index 00000000000..5930984eab5 --- /dev/null +++ b/shared-data/labware/definitions/3/nest_1_reservoir_195ml/3.json @@ -0,0 +1,62 @@ +{ + "ordering": [["A1"]], + "brand": { + "brand": "NEST", + "brandId": ["360103"], + "links": ["https://www.nest-biotech.com/reagent-reserviors/59178416.html"] + }, + "metadata": { + "displayName": "NEST 1 Well Reservoir 195 mL", + "displayCategory": "reservoir", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 31.4 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 16.8, + "wells": { + "A1": { + "depth": 25, + "shape": "rectangular", + "xDimension": 106.8, + "yDimension": 71.2, + "totalLiquidVolume": 195000, + "x": 63.88, + "y": 42.74, + "z": 4.55, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": ["A1"] + } + ], + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"], + "loadName": "nest_1_reservoir_195ml" + }, + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/nest_1_reservoir_290ml/2.json b/shared-data/labware/definitions/3/nest_1_reservoir_290ml/2.json new file mode 100644 index 00000000000..13e9cd8f40c --- /dev/null +++ b/shared-data/labware/definitions/3/nest_1_reservoir_290ml/2.json @@ -0,0 +1,70 @@ +{ + "ordering": [["A1"]], + "brand": { + "brand": "NEST", + "brandId": ["360206", "360266"], + "links": ["https://www.nest-biotech.com/reagent-reserviors"] + }, + "metadata": { + "displayName": "NEST 1 Well Reservoir 290 mL", + "displayCategory": "reservoir", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 44.4 + }, + "wells": { + "A1": { + "depth": 39.55, + "shape": "rectangular", + "xDimension": 106.8, + "yDimension": 71.2, + "totalLiquidVolume": 290000, + "x": 63.88, + "y": 42.74, + "z": 4.85, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": ["A1"] + } + ], + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"], + "loadName": "nest_1_reservoir_290ml" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [ + { + "shape": "cuboidal", + "topXDimension": 70.6, + "topYDimension": 106.8, + "bottomXDimension": 71.3, + "bottomYDimension": 107.3, + "topHeight": 2.05, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/nest_96_wellplate_100ul_pcr_full_skirt/3.json b/shared-data/labware/definitions/3/nest_96_wellplate_100ul_pcr_full_skirt/3.json new file mode 100644 index 00000000000..3e55fa4ed84 --- /dev/null +++ b/shared-data/labware/definitions/3/nest_96_wellplate_100ul_pcr_full_skirt/3.json @@ -0,0 +1,1161 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "NEST", + "brandId": ["402501"], + "links": ["https://www.nest-biotech.com/pcr-plates/58773587.html"] + }, + "metadata": { + "displayName": "NEST 96 Well Plate 100 \u00b5L PCR Full Skirt", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 15.7 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 10.65, + "wells": { + "A1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 74.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 65.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 56.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 47.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 38.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 29.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 20.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 11.24, + "z": 0.92, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 20, + "loadName": "nest_96_wellplate_100ul_pcr_full_skirt" + }, + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_pcr_adapter": { + "x": 0, + "y": 0, + "z": 10.2 + }, + "opentrons_96_well_aluminum_block": { + "x": 0, + "y": 0, + "z": 12.66 + } + }, + "stackingOffsetWithModule": { + "thermocyclerModuleV2": { + "x": 0, + "y": 0, + "z": 10.8 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.015, + "topHeight": 0.2, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2.16, + "topDiameter": 5.26, + "topHeight": 9.89, + "bottomHeight": 0.2 + }, + { + "shape": "conical", + "bottomDiameter": 5.26, + "topDiameter": 5.34, + "topHeight": 14.7, + "bottomHeight": 9.89 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/nest_96_wellplate_200ul_flat/3.json b/shared-data/labware/definitions/3/nest_96_wellplate_200ul_flat/3.json new file mode 100644 index 00000000000..f8315ed040c --- /dev/null +++ b/shared-data/labware/definitions/3/nest_96_wellplate_200ul_flat/3.json @@ -0,0 +1,1140 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "NEST", + "brandId": ["701011"], + "links": ["https://www.nest-biotech.com/cell-culture-plates/59415537.html"] + }, + "metadata": { + "displayName": "NEST 96 Well Plate 200 \u00b5L Flat", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.56, + "yDimension": 85.36, + "zDimension": 14.3 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 11.8, + "wells": { + "A1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 14.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 23.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 32.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 41.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 50.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 59.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 68.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 77.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 86.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 95.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 104.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 74.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 65.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 56.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 47.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 38.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 29.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 20.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 10.8, + "shape": "circular", + "diameter": 6.85, + "totalLiquidVolume": 200, + "x": 113.28, + "y": 11.18, + "z": 3.5, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "flat" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "nest_96_wellplate_200ul_flat" + }, + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_flat_bottom_adapter": { + "x": 0, + "y": 0, + "z": 6.7 + }, + "opentrons_aluminum_flat_bottom_plate": { + "x": 0, + "y": 0, + "z": 5.55 + } + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 6.32, + "topDiameter": 6.85, + "topHeight": 10.8, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/nest_96_wellplate_2ml_deep/3.json b/shared-data/labware/definitions/3/nest_96_wellplate_2ml_deep/3.json new file mode 100644 index 00000000000..e3651b1934b --- /dev/null +++ b/shared-data/labware/definitions/3/nest_96_wellplate_2ml_deep/3.json @@ -0,0 +1,1262 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "NEST", + "brandId": ["503001", "503501"], + "links": ["https://www.nest-biotech.com/deep-well-plates/59253726.html"] + }, + "metadata": { + "displayName": "NEST 96 Deep Well Plate 2mL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.6, + "yDimension": 85.3, + "zDimension": 41 + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 21.9, + "wells": { + "A1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "A12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 74.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "B12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 65.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "C12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 56.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "D12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 47.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "E12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 38.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "F12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 29.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "G12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 20.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + }, + "H12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 11.15, + "z": 3, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 96 Deep Well Plate 2mL", + "displayCategory": "wellPlate", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": [] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": true, + "loadName": "nest_96_wellplate_2ml_deep", + "magneticModuleEngageHeight": 6.8 + }, + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_deep_well_adapter": { + "x": 0, + "y": 0, + "z": 16.3 + }, + "opentrons_96_deep_well_temp_mod_adapter": { + "x": 0, + "y": 0, + "z": 16.1 + } + }, + "stackingOffsetWithModule": { + "magneticBlockV1": { + "x": 0, + "y": 0, + "z": 2.66 + } + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [ + { + "shape": "cuboidal", + "topXDimension": 7.4, + "topYDimension": 7.4, + "bottomXDimension": 2.63, + "bottomYDimension": 2.63, + "topHeight": 1.67, + "bottomHeight": 0.0 + }, + { + "shape": "cuboidal", + "topXDimension": 8.2, + "topYDimension": 8.2, + "bottomXDimension": 7.4, + "bottomYDimension": 7.4, + "topHeight": 38.05, + "bottomHeight": 1.67 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json b/shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json new file mode 100644 index 00000000000..c8841946eab --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json @@ -0,0 +1,232 @@ +{ + "ordering": [ + ["A1", "B1", "C1"], + ["A2", "B2", "C2"], + ["A3", "B3"], + ["A4", "B4"] + ], + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "metadata": { + "displayName": "Opentrons 10 Tube Rack with Falcon 4x50 mL, 6x15 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 124.35 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical" + }, + "wells": { + "A1": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.5, + "x": 13.88, + "y": 67.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.5, + "x": 13.88, + "y": 42.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.5, + "x": 13.88, + "y": 17.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.5, + "x": 38.88, + "y": 67.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.5, + "x": 38.88, + "y": 42.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.5, + "x": 38.88, + "y": 17.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113, + "x": 71.38, + "y": 60.25, + "z": 7.3, + "geometryDefinitionId": "b" + }, + "B3": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113, + "x": 71.38, + "y": 25.25, + "z": 7.3, + "geometryDefinitionId": "b" + }, + "A4": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113, + "x": 106.38, + "y": 60.25, + "z": 7.3, + "geometryDefinitionId": "b" + }, + "B4": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113, + "x": 106.38, + "y": 25.25, + "z": 7.3, + "geometryDefinitionId": "b" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "groups": [ + { + "wells": ["A1", "B1", "C1", "A2", "B2", "C2"], + "metadata": { + "displayName": "Falcon 6x15 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Falcon", + "brandId": ["352095", "352096", "352097", "352099", "352196"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes" + ] + } + }, + { + "wells": ["A3", "B3", "A4", "B4"], + "metadata": { + "displayName": "Falcon 4x50 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Falcon", + "brandId": ["352070", "352098"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes" + ] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.9, + "topHeight": 0.8, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 4, + "topDiameter": 13.5, + "topHeight": 20.7, + "bottomHeight": 0.8 + }, + { + "shape": "conical", + "bottomDiameter": 13.5, + "topDiameter": 14.5, + "topHeight": 108.6, + "bottomHeight": 20.7 + }, + { + "shape": "conical", + "bottomDiameter": 14.5, + "topDiameter": 14.7, + "topHeight": 118.2, + "bottomHeight": 108.6 + } + ] + }, + "b": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 6.15, + "topDiameter": 26.18, + "topHeight": 14.3, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 26.18, + "topDiameter": 27.52, + "topHeight": 100.65, + "bottomHeight": 14.3 + }, + { + "shape": "conical", + "bottomDiameter": 27.52, + "topDiameter": 27.81, + "topHeight": 112.85, + "bottomHeight": 100.65 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/2.json b/shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/2.json new file mode 100644 index 00000000000..4a57b660efe --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/2.json @@ -0,0 +1,177 @@ +{ + "wells": { + "A1": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.98, + "x": 19, + "y": 74, + "z": 5.78, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.98, + "x": 19, + "y": 42.5, + "z": 5.78, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.98, + "x": 19, + "y": 11, + "z": 5.78, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.98, + "x": 42, + "y": 74, + "z": 5.78, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.98, + "x": 42, + "y": 42.5, + "z": 5.78, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "totalLiquidVolume": 15000, + "diameter": 14.9, + "shape": "circular", + "depth": 117.98, + "x": 42, + "y": 11, + "z": 5.78, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113.85, + "x": 70.2, + "y": 62.2, + "z": 5.95, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113.85, + "x": 70.2, + "y": 16.8, + "z": 5.95, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113.85, + "x": 106.1, + "y": 62.2, + "z": 5.95, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "totalLiquidVolume": 50000, + "diameter": 27.81, + "shape": "circular", + "depth": 113.85, + "x": 106.1, + "y": 16.8, + "z": 5.95, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "metadata": { + "displayName": "Opentrons 10 Tube Rack (Acrylic) with Falcon 4x50 mL, 6x15 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 123.76 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic" + }, + "ordering": [ + ["A1", "B1", "C1"], + ["A2", "B2", "C2"], + ["A3", "B3"], + ["A4", "B4"] + ], + "groups": [ + { + "wells": ["A3", "B3", "A4", "B4"], + "metadata": { + "displayName": "Falcon 4x50 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Falcon", + "brandId": ["352070", "352098"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes" + ] + } + }, + { + "wells": ["A1", "B1", "C1", "A2", "B2", "C2"], + "metadata": { + "displayName": "Falcon 6x15 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Falcon", + "brandId": ["352095", "352096", "352097", "352099", "352196"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes" + ] + } + } + ], + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json b/shared-data/labware/definitions/3/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json new file mode 100644 index 00000000000..417e3e893de --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json @@ -0,0 +1,222 @@ +{ + "wells": { + "A1": { + "totalLiquidVolume": 15000, + "diameter": 15.5, + "shape": "circular", + "depth": 117.8, + "x": 13.88, + "y": 67.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "totalLiquidVolume": 15000, + "diameter": 15.5, + "shape": "circular", + "depth": 117.8, + "x": 13.88, + "y": 42.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "totalLiquidVolume": 15000, + "diameter": 15.5, + "shape": "circular", + "depth": 117.8, + "x": 13.88, + "y": 17.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "totalLiquidVolume": 15000, + "diameter": 15.5, + "shape": "circular", + "depth": 117.8, + "x": 38.88, + "y": 67.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "totalLiquidVolume": 15000, + "diameter": 15.5, + "shape": "circular", + "depth": 117.8, + "x": 38.88, + "y": 42.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "totalLiquidVolume": 15000, + "diameter": 15.5, + "shape": "circular", + "depth": 117.8, + "x": 38.88, + "y": 17.75, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "totalLiquidVolume": 50000, + "diameter": 27.95, + "shape": "circular", + "depth": 113.05, + "x": 71.38, + "y": 60.25, + "z": 7.3, + "geometryDefinitionId": "b" + }, + "B3": { + "totalLiquidVolume": 50000, + "diameter": 27.95, + "shape": "circular", + "depth": 113.05, + "x": 71.38, + "y": 25.25, + "z": 7.3, + "geometryDefinitionId": "b" + }, + "A4": { + "totalLiquidVolume": 50000, + "diameter": 27.95, + "shape": "circular", + "depth": 113.05, + "x": 106.38, + "y": 60.25, + "z": 7.3, + "geometryDefinitionId": "b" + }, + "B4": { + "totalLiquidVolume": 50000, + "diameter": 27.95, + "shape": "circular", + "depth": 113.05, + "x": 106.38, + "y": 25.25, + "z": 7.3, + "geometryDefinitionId": "b" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 6x15 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["601052"], + "links": ["https://www.nest-biotech.com/centrifuge-tube/59282849.html"] + }, + "wells": ["A1", "B1", "C1", "A2", "B2", "C2"] + }, + { + "metadata": { + "displayName": "NEST 4x50 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["602052"], + "links": ["https://www.nest-biotech.com/centrifuge-tube/59282837.html"] + }, + "wells": ["A3", "B3", "A4", "B4"] + } + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 10 Tube Rack with NEST 4x50 mL, 6x15 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 124.65 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_10_tuberack_nest_4x50ml_6x15ml_conical" + }, + "ordering": [ + ["A1", "B1", "C1"], + ["A2", "B2", "C2"], + ["A3", "B3"], + ["A4", "B4"] + ], + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "topDiameter": 13.8, + "bottomDiameter": 2.5, + "topHeight": 22.55, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 14.78, + "bottomDiameter": 13.8, + "topHeight": 109.03, + "bottomHeight": 22.55 + }, + { + "shape": "conical", + "topDiameter": 15.5, + "bottomDiameter": 14.78, + "topHeight": 117.8, + "bottomHeight": 109.03 + } + ] + }, + "b": { + "sections": [ + { + "shape": "conical", + "topDiameter": 26.0, + "bottomDiameter": 6.0, + "topHeight": 14.28, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 27.0, + "bottomDiameter": 26.0, + "topHeight": 109.0, + "bottomHeight": 14.28 + }, + { + "shape": "conical", + "topDiameter": 27.45, + "bottomDiameter": 27.0, + "topHeight": 113.3, + "bottomHeight": 109.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_15_tuberack_falcon_15ml_conical/2.json b/shared-data/labware/definitions/3/opentrons_15_tuberack_falcon_15ml_conical/2.json new file mode 100644 index 00000000000..f0ffc91ba63 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_15_tuberack_falcon_15ml_conical/2.json @@ -0,0 +1,259 @@ +{ + "ordering": [ + ["A1", "B1", "C1"], + ["A2", "B2", "C2"], + ["A3", "B3", "C3"], + ["A4", "B4", "C4"], + ["A5", "B5", "C5"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "tags": [], + "displayName": "Opentrons 15 Tube Rack with Falcon 15 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL" + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 124.35 + }, + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "wells": { + "C1": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 13.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 13.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 13.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 38.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 38.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 38.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 63.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 63.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 63.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 88.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 88.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 88.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 113.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 113.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 117.5, + "diameter": 14.9, + "shape": "circular", + "totalLiquidVolume": 15000, + "x": 113.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + } + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_15_tuberack_falcon_15ml_conical" + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "A2", + "B2", + "C2", + "A3", + "B3", + "C3", + "A4", + "B4", + "C4", + "A5", + "B5", + "C5" + ], + "metadata": { + "displayName": "Falcon 6x15 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Falcon", + "brandId": ["352095", "352096", "352097", "352099", "352196"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes" + ] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.9, + "topHeight": 0.8, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 4, + "topDiameter": 13.5, + "topHeight": 20.7, + "bottomHeight": 0.8 + }, + { + "shape": "conical", + "bottomDiameter": 13.5, + "topDiameter": 14.5, + "topHeight": 108.6, + "bottomHeight": 20.7 + }, + { + "shape": "conical", + "bottomDiameter": 14.5, + "topDiameter": 14.7, + "topHeight": 118.2, + "bottomHeight": 108.6 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_15_tuberack_nest_15ml_conical/2.json b/shared-data/labware/definitions/3/opentrons_15_tuberack_nest_15ml_conical/2.json new file mode 100644 index 00000000000..9fa2aa1b613 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_15_tuberack_nest_15ml_conical/2.json @@ -0,0 +1,251 @@ +{ + "ordering": [ + ["A1", "B1", "C1"], + ["A2", "B2", "C2"], + ["A3", "B3", "C3"], + ["A4", "B4", "C4"], + ["A5", "B5", "C5"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 15 Tube Rack with NEST 15 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 124.65 + }, + "wells": { + "A1": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 13.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 13.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 13.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 38.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 38.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 38.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 63.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 63.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 63.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 88.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 88.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 88.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 113.88, + "y": 67.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 113.88, + "y": 42.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 117.8, + "shape": "circular", + "diameter": 15.5, + "totalLiquidVolume": 15000, + "x": 113.88, + "y": 17.74, + "z": 6.85, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 15x15 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["601052"], + "links": ["https://www.nest-biotech.com/centrifuge-tube/59282849.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "A2", + "B2", + "C2", + "A3", + "B3", + "C3", + "A4", + "B4", + "C4", + "A5", + "B5", + "C5" + ] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_15_tuberack_nest_15ml_conical" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "topDiameter": 13.8, + "bottomDiameter": 2.5, + "topHeight": 22.55, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 14.78, + "bottomDiameter": 13.8, + "topHeight": 109.03, + "bottomHeight": 22.55 + }, + { + "shape": "conical", + "topDiameter": 15.5, + "bottomDiameter": 14.78, + "topHeight": 117.8, + "bottomHeight": 109.03 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json new file mode 100644 index 00000000000..4201109b0fc --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json @@ -0,0 +1,330 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap", + "displayVolumeUnits": "mL", + "displayCategory": "aluminumBlock", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 48.7 + }, + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_generic_2ml_screwcap" + }, + "wells": { + "D1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 16.88, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 34.13, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 51.38, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 68.63, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 16.88, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 34.13, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 51.38, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 68.63, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 16.88, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 34.13, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 51.38, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 68.63, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 16.88, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 34.13, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 51.38, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 68.63, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 16.88, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 34.13, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 51.38, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 68.63, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 16.88, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 34.13, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 51.38, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 68.63, + "z": 6.7, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Generic 2 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "generic", + "brandId": [], + "links": [] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json new file mode 100644 index 00000000000..d57d4e7942f --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json @@ -0,0 +1,370 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": ["https://shop.opentrons.com/aluminum-block-set/"] + }, + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with NEST 0.5 mL Screwcap", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 49.35 + }, + "wells": { + "A1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 20.75, + "y": 68.62, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 20.75, + "y": 51.37, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 20.75, + "y": 34.12, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 20.75, + "y": 16.87, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38, + "y": 68.62, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38, + "y": 51.37, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38, + "y": 34.12, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38, + "y": 16.87, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 55.25, + "y": 68.62, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 55.25, + "y": 51.37, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 55.25, + "y": 34.12, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 55.25, + "y": 16.87, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 72.5, + "y": 68.62, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 72.5, + "y": 51.37, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 72.5, + "y": 34.12, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 72.5, + "y": 16.87, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 89.75, + "y": 68.62, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 89.75, + "y": 51.37, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 89.75, + "y": 34.12, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 89.75, + "y": 16.87, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 107, + "y": 68.62, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 107, + "y": 51.37, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 107, + "y": 34.12, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 107, + "y": 16.87, + "z": 24.15, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x0.5 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["633001"], + "links": ["https://www.nest-biotech.com/sample-vials/59810336.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_nest_0.5ml_screwcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.64, + "topHeight": 0.14, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2, + "topDiameter": 3, + "topHeight": 0.95, + "bottomHeight": 0.14 + }, + { + "shape": "conical", + "bottomDiameter": 3, + "topDiameter": 5.8, + "topHeight": 10.2, + "bottomHeight": 0.95 + }, + { + "shape": "conical", + "bottomDiameter": 5.8, + "topDiameter": 7.9, + "topHeight": 11.9, + "bottomHeight": 10.2 + }, + { + "shape": "conical", + "bottomDiameter": 7.9, + "topDiameter": 8.56, + "topHeight": 13.95, + "bottomHeight": 11.9 + }, + { + "shape": "conical", + "bottomDiameter": 8.56, + "topDiameter": 8.56, + "topHeight": 25.2, + "bottomHeight": 13.95 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json new file mode 100644 index 00000000000..0e1d1eaaab3 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json @@ -0,0 +1,356 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": ["https://shop.opentrons.com/aluminum-block-set/"] + }, + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with NEST 1.5 mL Screwcap", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 49.35 + }, + "wells": { + "A1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 107, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 107, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 107, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 107, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x1.5 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["634001"], + "links": ["https://www.nest-biotech.com/sample-vials/59299027.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_nest_1.5ml_screwcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.36, + "topHeight": 0.2, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 3.2, + "bottomDiameter": 1.9, + "topHeight": 1.88, + "bottomHeight": 0.2 + }, + { + "shape": "conical", + "topDiameter": 8.2, + "bottomDiameter": 3.2, + "topHeight": 13.7, + "bottomHeight": 1.88 + }, + { + "shape": "conical", + "topDiameter": 8.55, + "bottomDiameter": 8.2, + "topHeight": 42.6, + "bottomHeight": 13.7 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json new file mode 100644 index 00000000000..51084d8df70 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json @@ -0,0 +1,351 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": ["https://shop.opentrons.com/aluminum-block-set/"] + }, + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with NEST 1.5 mL Snapcap", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 43.7 + }, + "wells": { + "A1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 68.62, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 51.37, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 34.12, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 20.75, + "y": 16.87, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38, + "y": 68.62, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38, + "y": 51.37, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38, + "y": 34.12, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38, + "y": 16.87, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 68.62, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 51.37, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 34.12, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 55.25, + "y": 16.87, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 68.62, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 51.37, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 34.12, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 72.5, + "y": 16.87, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 68.62, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 51.37, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 34.12, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 89.75, + "y": 16.87, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 107, + "y": 68.62, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 107, + "y": 51.37, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 107, + "y": 34.12, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 107, + "y": 16.87, + "z": 5.8, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x1.5 mL Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["615601", "615001"], + "links": [ + "https://www.nest-biotech.com/micro-centrifuge-tube/59201044.html" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_nest_1.5ml_snapcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.72, + "topHeight": 1.57, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 8.9, + "bottomDiameter": 3.69, + "topHeight": 17.7, + "bottomHeight": 1.57 + }, + { + "shape": "conical", + "topDiameter": 9.28, + "bottomDiameter": 8.9, + "topHeight": 37.9, + "bottomHeight": 17.7 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json new file mode 100644 index 00000000000..4ce933a91d0 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json @@ -0,0 +1,350 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": ["https://shop.opentrons.com/aluminum-block-set/"] + }, + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with NEST 2 mL Screwcap", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 49.5 + }, + "wells": { + "A1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 107, + "y": 68.62, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 107, + "y": 51.37, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 107, + "y": 34.12, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 107, + "y": 16.87, + "z": 5.45, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x2 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["635001"], + "links": ["https://www.nest-biotech.com/sample-vials/59249854.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_nest_2ml_screwcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 1.21, + "topDiameter": 6.5, + "topHeight": 2.08, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 6.5, + "topDiameter": 8.14, + "topHeight": 3.04, + "bottomHeight": 2.08 + }, + { + "shape": "conical", + "bottomDiameter": 8.14, + "topDiameter": 8.55, + "topHeight": 43.4, + "bottomHeight": 3.04 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json new file mode 100644 index 00000000000..a2ee9e2d328 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json @@ -0,0 +1,379 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": ["https://shop.opentrons.com/aluminum-block-set/"] + }, + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with NEST 2 mL Snapcap", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 43.6 + }, + "wells": { + "A1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 68.62, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 51.37, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 34.12, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 16.87, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38, + "y": 68.62, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38, + "y": 51.37, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38, + "y": 34.12, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38, + "y": 16.87, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 68.62, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 51.37, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 34.12, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 16.87, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 68.62, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 51.37, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 34.12, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 16.87, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 68.62, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 51.37, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 34.12, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 16.87, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 107, + "y": 68.62, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 107, + "y": 51.37, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 107, + "y": 34.12, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 107, + "y": 16.87, + "z": 4.32, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x2 mL Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "u" + }, + "brand": { + "brand": "NEST", + "brandId": ["620611", "620011"], + "links": [ + "https://www.nest-biotech.com/micro-centrifuge-tube/59201045.html" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_nest_2ml_snapcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.19, + "topHeight": 1.21, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 5, + "topDiameter": 6, + "topHeight": 1.83, + "bottomHeight": 1.21 + }, + { + "shape": "conical", + "bottomDiameter": 6, + "topDiameter": 7, + "topHeight": 2.59, + "bottomHeight": 1.83 + }, + { + "shape": "conical", + "bottomDiameter": 7, + "topDiameter": 7.2, + "topHeight": 2.74, + "bottomHeight": 2.59 + }, + { + "shape": "conical", + "bottomDiameter": 7.2, + "topDiameter": 8, + "topHeight": 3.89, + "bottomHeight": 2.74 + }, + { + "shape": "conical", + "bottomDiameter": 8, + "topDiameter": 8.9, + "topHeight": 15.05, + "bottomHeight": 3.89 + }, + { + "shape": "conical", + "bottomDiameter": 8.9, + "topDiameter": 9.28, + "topHeight": 39.28, + "bottomHeight": 15.04 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json new file mode 100644 index 00000000000..9d0953e53be --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json @@ -0,0 +1,418 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "metadata": { + "tags": [], + "displayName": "Opentrons 24 Tube Rack with Eppendorf 1.5 mL Safe-Lock Snapcap", + "displayVolumeUnits": "mL", + "displayCategory": "tubeRack" + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 79.85 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap" + }, + "wells": { + "D1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 17.59, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 36.87, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 56.15, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 75.43, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 17.59, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 36.87, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 56.15, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 75.43, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 17.59, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 36.87, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 56.15, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 75.43, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 17.59, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 36.87, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 56.15, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 75.43, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 17.59, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 36.87, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 56.15, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 75.43, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 17.59, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 36.87, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 56.15, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 37.8, + "diameter": 8.7, + "shape": "circular", + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 75.43, + "z": 42.05, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Eppendorf 24x1.5 mL Safelock Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Eppendorf", + "brandId": [ + "022363204", + "022363212", + "022363221", + "022363247", + "022363263", + "022363280", + "022363280", + "022363301", + "022363328" + ], + "links": [ + "https://online-shop.eppendorf.us/US-en/Laboratory-Consumables-44512/Tubes-44515/Eppendorf-Safe-Lock-Tubes-PF-8863.html" + ] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.6, + "topHeight": 0.2, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2, + "topDiameter": 3.26, + "topHeight": 1, + "bottomHeight": 0.2 + }, + { + "shape": "conical", + "bottomDiameter": 3.26, + "topDiameter": 4, + "topHeight": 2.9, + "bottomHeight": 1 + }, + { + "shape": "conical", + "bottomDiameter": 4, + "topDiameter": 6, + "topHeight": 9.24, + "bottomHeight": 2.9 + }, + { + "shape": "conical", + "bottomDiameter": 6, + "topDiameter": 8, + "topHeight": 15.89, + "bottomHeight": 9.24 + }, + { + "shape": "conical", + "bottomDiameter": 8, + "topDiameter": 8.5, + "topHeight": 17.56, + "bottomHeight": 15.89 + }, + { + "shape": "conical", + "bottomDiameter": 8.5, + "topDiameter": 8.9, + "topHeight": 28.16, + "bottomHeight": 17.56 + }, + { + "shape": "conical", + "bottomDiameter": 8.9, + "topDiameter": 9.02, + "topHeight": 31.16, + "bottomHeight": 28.16 + }, + { + "shape": "conical", + "bottomDiameter": 9.02, + "topDiameter": 9.2, + "topHeight": 31.97, + "bottomHeight": 31.16 + }, + { + "shape": "conical", + "bottomDiameter": 9.2, + "topDiameter": 9.6, + "topHeight": 32.49, + "bottomHeight": 31.97 + }, + { + "shape": "conical", + "bottomDiameter": 9.6, + "topDiameter": 10, + "topHeight": 37.8, + "bottomHeight": 32.49 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json new file mode 100644 index 00000000000..1a0cc9ea508 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json @@ -0,0 +1,340 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "metadata": { + "displayVolumeUnits": "mL", + "displayCategory": "tubeRack", + "displayName": "Opentrons 24 Tube Rack with Eppendorf 2 mL Safe-Lock Snapcap", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 79.85 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "loadName": "opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap", + "isMagneticModuleCompatible": false + }, + "wells": { + "D1": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 17.59, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 36.87, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 56.15, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 75.43, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 17.59, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 36.87, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 56.15, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 75.43, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 17.59, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 36.87, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 56.15, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 75.43, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 17.59, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 36.87, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 56.15, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 75.43, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 17.59, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 36.87, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 56.15, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 75.43, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 17.59, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 36.87, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 56.15, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 39.1, + "diameter": 8.8, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 75.43, + "z": 41.27, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Eppendorf 24x2 mL Safelock Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "u" + }, + "brand": { + "brand": "Eppendorf", + "brandId": [ + "022363344", + "022363352", + "022363379", + "022363395", + "022363417", + "022363433", + "022363450", + "022363476" + ], + "links": [ + "https://online-shop.eppendorf.us/US-en/Laboratory-Consumables-44512/Tubes-44515/Eppendorf-Safe-Lock-Tubes-PF-8863.html" + ] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/2.json new file mode 100644 index 00000000000..4911d4850b3 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/2.json @@ -0,0 +1,338 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack (Acrylic) with Eppendorf 2 mL Safe-Lock Snapcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 52 + }, + "wells": { + "D1": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 15.28, + "y": 13.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 15.28, + "y": 33.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 15.28, + "y": 52.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 15.28, + "y": 72.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 34.78, + "y": 13.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 34.78, + "y": 33.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 34.78, + "y": 52.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 34.78, + "y": 72.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 54.28, + "y": 13.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 54.28, + "y": 33.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 54.28, + "y": 52.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 54.28, + "y": 72.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 73.78, + "y": 13.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 73.78, + "y": 33.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 73.78, + "y": 52.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 73.78, + "y": 72.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 93.28, + "y": 13.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 93.28, + "y": 33.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 93.28, + "y": 52.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 93.28, + "y": 72.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 112.78, + "y": 13.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 112.78, + "y": 33.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 112.78, + "y": 52.9, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 38.58, + "shape": "circular", + "diameter": 9.9, + "totalLiquidVolume": 2000, + "x": 112.78, + "y": 72.4, + "z": 13.42, + "geometryDefinitionId": "conicalWell" + } + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic" + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Eppendorf 24x2 mL Safelock Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "u" + }, + "brand": { + "brand": "Eppendorf", + "brandId": [ + "022363344", + "022363352", + "022363379", + "022363395", + "022363417", + "022363433", + "022363450", + "022363476" + ], + "links": [ + "https://online-shop.eppendorf.us/US-en/Laboratory-Consumables-44512/Tubes-44515/Eppendorf-Safe-Lock-Tubes-PF-8863.html" + ] + } + } + ], + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/2.json new file mode 100644 index 00000000000..299a98bcfe2 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/2.json @@ -0,0 +1,327 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack (Acrylic) with Generic 0.75 mL Snapcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 55 + }, + "wells": { + "D1": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 16.76, + "y": 11.94, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 16.76, + "y": 31.5, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 16.76, + "y": 51.06, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 16.76, + "y": 70.62, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 36.32, + "y": 11.94, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 36.32, + "y": 31.5, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 36.32, + "y": 51.06, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 36.32, + "y": 70.62, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 55.88, + "y": 11.94, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 55.88, + "y": 31.5, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 55.88, + "y": 51.06, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 55.88, + "y": 70.62, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 75.44, + "y": 11.94, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 75.44, + "y": 31.5, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 75.44, + "y": 51.06, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 75.44, + "y": 70.62, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 95, + "y": 11.94, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 95, + "y": 31.5, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 95, + "y": 51.06, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 95, + "y": 70.62, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 114.56, + "y": 11.94, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 114.56, + "y": 31.5, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 114.56, + "y": 51.06, + "z": 35, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 20, + "shape": "circular", + "diameter": 6, + "totalLiquidVolume": 750, + "x": 114.56, + "y": 70.62, + "z": 35, + "geometryDefinitionId": "conicalWell" + } + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic" + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Generic 0.75 mL Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "generic", + "brandId": [], + "links": [] + } + } + ], + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_generic_2ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_generic_2ml_screwcap/2.json new file mode 100644 index 00000000000..660331eedfd --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_generic_2ml_screwcap/2.json @@ -0,0 +1,329 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "metadata": { + "displayVolumeUnits": "mL", + "displayCategory": "tubeRack", + "displayName": "Opentrons 24 Tube Rack with Generic 2 mL Screwcap", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 84 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "loadName": "opentrons_24_tuberack_generic_2ml_screwcap", + "isMagneticModuleCompatible": false + }, + "wells": { + "D1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 17.59, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 36.87, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 56.15, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 75.43, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 17.59, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 36.87, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 56.15, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 75.43, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 17.59, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 36.87, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 56.15, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 75.43, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 17.59, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 36.87, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 56.15, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 75.43, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 17.59, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 36.87, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 56.15, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 75.43, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 17.59, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 36.87, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 56.15, + "z": 42, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 42, + "diameter": 8.5, + "shape": "circular", + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 75.43, + "z": 42, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Generic 2 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "generic", + "brandId": [], + "links": [] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json new file mode 100644 index 00000000000..0b29c336b23 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json @@ -0,0 +1,371 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack with NEST 0.5 mL Screwcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 85.2 + }, + "wells": { + "A1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 18.21, + "y": 75.43, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 18.21, + "y": 56.15, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 18.21, + "y": 36.87, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 18.21, + "y": 17.59, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38.1, + "y": 75.43, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38.1, + "y": 56.15, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38.1, + "y": 36.87, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 38.1, + "y": 17.59, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 57.99, + "y": 75.43, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 57.99, + "y": 56.15, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 57.99, + "y": 36.87, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 57.99, + "y": 17.59, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 77.88, + "y": 75.43, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 77.88, + "y": 56.15, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 77.88, + "y": 36.87, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 77.88, + "y": 17.59, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 97.77, + "y": 75.43, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 97.77, + "y": 56.15, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 97.77, + "y": 36.87, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 97.77, + "y": 17.59, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 117.66, + "y": 75.43, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 117.66, + "y": 56.15, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 117.66, + "y": 36.87, + "z": 60, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 25.2, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 500, + "x": 117.66, + "y": 17.59, + "z": 60, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x0.5 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["633001"], + "links": ["https://www.nest-biotech.com/sample-vials/59810336.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_nest_0.5ml_screwcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.64, + "topHeight": 0.14, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 3, + "bottomDiameter": 2, + "topHeight": 0.95, + "bottomHeight": 0.14 + }, + { + "shape": "conical", + "topDiameter": 5.8, + "bottomDiameter": 3, + "topHeight": 10.2, + "bottomHeight": 0.95 + }, + { + "shape": "conical", + "topDiameter": 7.9, + "bottomDiameter": 5.8, + "topHeight": 11.9, + "bottomHeight": 10.2 + }, + { + "shape": "conical", + "topDiameter": 8.56, + "bottomDiameter": 7.9, + "topHeight": 13.95, + "bottomHeight": 11.9 + }, + { + "shape": "conical", + "topDiameter": 8.56, + "bottomDiameter": 8.56, + "topHeight": 25.2, + "bottomHeight": 13.95 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json new file mode 100644 index 00000000000..7d7a193d55d --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json @@ -0,0 +1,357 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack with NEST 1.5 mL Screwcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 85.2 + }, + "wells": { + "A1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 43.9, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x1.5 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["634001"], + "links": ["https://www.nest-biotech.com/sample-vials/59299027.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_nest_1.5ml_screwcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.36, + "topHeight": 0.2, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 3.2, + "bottomDiameter": 1.9, + "topHeight": 1.88, + "bottomHeight": 0.2 + }, + { + "shape": "conical", + "topDiameter": 8.2, + "bottomDiameter": 3.2, + "topHeight": 13.7, + "bottomHeight": 1.88 + }, + { + "shape": "conical", + "topDiameter": 8.55, + "bottomDiameter": 8.2, + "topHeight": 42.6, + "bottomHeight": 13.7 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json new file mode 100644 index 00000000000..c1025a18ad1 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json @@ -0,0 +1,352 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack with NEST 1.5 mL Snapcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 79.55 + }, + "wells": { + "A1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 75.43, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 56.15, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 36.87, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 18.21, + "y": 17.59, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 75.43, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 56.15, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 36.87, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 38.1, + "y": 17.59, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 75.43, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 56.15, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 36.87, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 57.99, + "y": 17.59, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 75.43, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 56.15, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 36.87, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 77.88, + "y": 17.59, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 75.43, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 56.15, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 36.87, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 97.77, + "y": 17.59, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 75.43, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 56.15, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 36.87, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 37.9, + "shape": "circular", + "diameter": 10.2, + "totalLiquidVolume": 1500, + "x": 117.66, + "y": 17.59, + "z": 41.65, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x1.5 mL Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["615601", "615001"], + "links": [ + "https://www.nest-biotech.com/micro-centrifuge-tube/59201044.html" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_nest_1.5ml_snapcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 2.72, + "topHeight": 1.57, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 8.9, + "bottomDiameter": 3.69, + "topHeight": 17.7, + "bottomHeight": 1.57 + }, + { + "shape": "conical", + "topDiameter": 9.28, + "bottomDiameter": 8.9, + "topHeight": 37.9, + "bottomHeight": 17.7 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_screwcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_screwcap/2.json new file mode 100644 index 00000000000..7b1ab858fe6 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_screwcap/2.json @@ -0,0 +1,351 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack with NEST 2 mL Screwcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 85.35 + }, + "wells": { + "A1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 75.43, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 56.15, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 36.87, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 44.05, + "shape": "circular", + "diameter": 8.69, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 17.59, + "z": 41.3, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x2 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["635001"], + "links": ["https://www.nest-biotech.com/sample-vials/59249854.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_nest_2ml_screwcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 1.21, + "topDiameter": 6.5, + "topHeight": 2.08, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 8.14, + "bottomDiameter": 6.5, + "topHeight": 3.04, + "bottomHeight": 2.08 + }, + { + "shape": "conical", + "topDiameter": 8.55, + "bottomDiameter": 8.14, + "topHeight": 43.4, + "bottomHeight": 3.04 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_snapcap/2.json b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_snapcap/2.json new file mode 100644 index 00000000000..7ae81c69e0c --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_24_tuberack_nest_2ml_snapcap/2.json @@ -0,0 +1,380 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 24 Tube Rack with NEST 2 mL Snapcap", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 79.45 + }, + "wells": { + "A1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 75.43, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 56.15, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 36.87, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 18.21, + "y": 17.59, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 75.43, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 56.15, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 36.87, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 38.1, + "y": 17.59, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 75.43, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 56.15, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 36.87, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 57.99, + "y": 17.59, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 75.43, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 56.15, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 36.87, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 77.88, + "y": 17.59, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 75.43, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 56.15, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 36.87, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 97.77, + "y": 17.59, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 75.43, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 56.15, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 36.87, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 39.28, + "shape": "circular", + "diameter": 10.18, + "totalLiquidVolume": 2000, + "x": 117.66, + "y": 17.59, + "z": 40.17, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 24x2 mL Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "u" + }, + "brand": { + "brand": "NEST", + "brandId": ["620611", "620011"], + "links": [ + "https://www.nest-biotech.com/micro-centrifuge-tube/59201045.html" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_tuberack_nest_2ml_snapcap" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.19, + "topHeight": 1.21, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 6.0, + "bottomDiameter": 5.0, + "topHeight": 1.83, + "bottomHeight": 1.21 + }, + { + "shape": "conical", + "topDiameter": 7.0, + "bottomDiameter": 6.0, + "topHeight": 2.59, + "bottomHeight": 1.83 + }, + { + "shape": "conical", + "topDiameter": 7.2, + "bottomDiameter": 7.0, + "topHeight": 2.74, + "bottomHeight": 2.59 + }, + { + "shape": "conical", + "topDiameter": 8.0, + "bottomDiameter": 7.2, + "topHeight": 3.98, + "bottomHeight": 2.74 + }, + { + "shape": "conical", + "topDiameter": 8.9, + "bottomDiameter": 8.0, + "topHeight": 15.04, + "bottomHeight": 3.98 + }, + { + "shape": "conical", + "topDiameter": 9.28, + "bottomDiameter": 8.9, + "topHeight": 39.28, + "bottomHeight": 15.04 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/2.json b/shared-data/labware/definitions/3/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/2.json new file mode 100644 index 00000000000..5874b8dcba5 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/2.json @@ -0,0 +1,526 @@ +{ + "wells": { + "A1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 74.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 65.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 56.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 47.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 38.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 29.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 20.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 5, + "y": 11.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 15.13, + "y": 72, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 15.13, + "y": 52.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 15.13, + "y": 33, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 15.13, + "y": 13.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 34.63, + "y": 72, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 34.63, + "y": 52.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 34.63, + "y": 33, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 34.63, + "y": 13.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 54.13, + "y": 72, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 54.13, + "y": 52.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 54.13, + "y": 33, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 54.13, + "y": 13.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 73.63, + "y": 72, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 73.63, + "y": 52.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 73.63, + "y": 33, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 73.63, + "y": 13.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 93.13, + "y": 72, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 93.13, + "y": 52.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 93.13, + "y": 33, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 93.13, + "y": 13.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 112.63, + "y": 72, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 112.63, + "y": 52.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 112.63, + "y": 33, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "totalLiquidVolume": 2000, + "diameter": 8.5, + "shape": "circular", + "depth": 42, + "x": 112.63, + "y": 13.5, + "z": 6.26, + "geometryDefinitionId": "conicalWell" + }, + "A13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 74.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "B13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 65.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "C13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 56.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "D13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 47.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "E13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 38.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "F13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 29.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "G13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 20.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + }, + "H13": { + "totalLiquidVolume": 200, + "diameter": 5.46, + "shape": "circular", + "depth": 20.3, + "x": 122.75, + "y": 11.25, + "z": 28.92, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": ["4ti-0785/M", "649020"] + }, + "metadata": { + "displayName": "Opentrons 40 Well Aluminum Block with Eppendorf 24x2 mL Safe-Lock Snapcap, Generic 16x0.2 mL PCR Strip", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 49.22 + }, + "namespace": "opentrons", + "schemaVersion": 3, + "version": 2, + "parameters": { + "format": "irregular", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip" + }, + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"], + ["A7", "B7", "C7", "D7"], + ["A8", "B8", "C8", "D8"], + ["A13", "B13", "C13", "D13", "E13", "F13", "G13", "H13"] + ], + "groups": [ + { + "wells": [ + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6", + "A7", + "B7", + "C7", + "D7", + "A8", + "B8", + "C8", + "D8" + ], + "metadata": { + "displayName": "Eppendorf 24x2 mL Safelock Snapcap", + "displayCategory": "tubeRack", + "wellBottomShape": "u" + }, + "brand": { + "brand": "Eppendorf", + "brandId": [ + "022363344", + "022363352", + "022363379", + "022363395", + "022363417", + "022363433", + "022363450", + "022363476" + ], + "links": [ + "https://online-shop.eppendorf.us/US-en/Laboratory-Consumables-44512/Tubes-44515/Eppendorf-Safe-Lock-Tubes-PF-8863.html" + ] + } + }, + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13" + ], + "metadata": { + "displayName": "Generic 2x8x0.2 mL PCR Strip", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "generic", + "brandId": [], + "links": [] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_6_tuberack_falcon_50ml_conical/2.json b/shared-data/labware/definitions/3/opentrons_6_tuberack_falcon_50ml_conical/2.json new file mode 100644 index 00000000000..e94df16c28e --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_6_tuberack_falcon_50ml_conical/2.json @@ -0,0 +1,145 @@ +{ + "ordering": [ + ["A1", "B1"], + ["A2", "B2"], + ["A3", "B3"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "tags": [], + "displayName": "Opentrons 6 Tube Rack with Falcon 50 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL" + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 120.3 + }, + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "wells": { + "B1": { + "depth": 113, + "diameter": 27.81, + "shape": "circular", + "totalLiquidVolume": 50000, + "x": 35.5, + "y": 25.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "depth": 113, + "diameter": 27.81, + "shape": "circular", + "totalLiquidVolume": 50000, + "x": 35.5, + "y": 60.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 113, + "diameter": 27.81, + "shape": "circular", + "totalLiquidVolume": 50000, + "x": 70.5, + "y": 25.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 113, + "diameter": 27.81, + "shape": "circular", + "totalLiquidVolume": 50000, + "x": 70.5, + "y": 60.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 113, + "diameter": 27.81, + "shape": "circular", + "totalLiquidVolume": 50000, + "x": 105.5, + "y": 25.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 113, + "diameter": 27.81, + "shape": "circular", + "totalLiquidVolume": 50000, + "x": 105.5, + "y": 60.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + } + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_6_tuberack_falcon_50ml_conical" + }, + "groups": [ + { + "wells": ["A1", "B1", "A2", "B2", "A3", "B3"], + "metadata": { + "displayName": "Falcon 6x50 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Falcon", + "brandId": ["352070", "352098"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Liquid-Handling/Tubes,-Liquid-Handling/Centrifuge-Tubes/Falcon%C2%AE-Conical-Centrifuge-Tubes/p/falconConicalTubes" + ] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 6.15, + "topDiameter": 26.18, + "topHeight": 14.3, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 26.18, + "topDiameter": 27.52, + "topHeight": 100.65, + "bottomHeight": 14.3 + }, + { + "shape": "conical", + "bottomDiameter": 27.52, + "topDiameter": 27.81, + "topHeight": 112.85, + "bottomHeight": 100.65 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_6_tuberack_nest_50ml_conical/2.json b/shared-data/labware/definitions/3/opentrons_6_tuberack_nest_50ml_conical/2.json new file mode 100644 index 00000000000..01ce776b887 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_6_tuberack_nest_50ml_conical/2.json @@ -0,0 +1,143 @@ +{ + "ordering": [ + ["A1", "B1"], + ["A2", "B2"], + ["A3", "B3"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1" + ] + }, + "metadata": { + "displayName": "Opentrons 6 Tube Rack with NEST 50 mL Conical", + "displayCategory": "tubeRack", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 120.35 + }, + "wells": { + "A1": { + "depth": 113.05, + "shape": "circular", + "diameter": 27.95, + "totalLiquidVolume": 50000, + "x": 35.5, + "y": 60.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 113.05, + "shape": "circular", + "diameter": 27.95, + "totalLiquidVolume": 50000, + "x": 35.5, + "y": 25.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 113.05, + "shape": "circular", + "diameter": 27.95, + "totalLiquidVolume": 50000, + "x": 70.5, + "y": 60.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 113.05, + "shape": "circular", + "diameter": 27.95, + "totalLiquidVolume": 50000, + "x": 70.5, + "y": 25.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 113.05, + "shape": "circular", + "diameter": 27.95, + "totalLiquidVolume": 50000, + "x": 105.5, + "y": 60.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 113.05, + "shape": "circular", + "diameter": 27.95, + "totalLiquidVolume": 50000, + "x": 105.5, + "y": 25.24, + "z": 7.3, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 6x50 mL Conical", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["602052"], + "links": ["https://www.nest-biotech.com/centrifuge-tube/59282837.html"] + }, + "wells": ["A1", "B1", "A2", "B2", "A3", "B3"] + } + ], + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_6_tuberack_nest_50ml_conical" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "topDiameter": 26.0, + "bottomDiameter": 6.0, + "topHeight": 14.28, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 27.0, + "bottomDiameter": 26.0, + "topHeight": 109.0, + "bottomHeight": 14.28 + }, + { + "shape": "conical", + "topDiameter": 27.45, + "bottomDiameter": 27.0, + "topHeight": 113.3, + "bottomHeight": 109.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_aluminumblock_biorad_wellplate_200ul/2.json b/shared-data/labware/definitions/3/opentrons_96_aluminumblock_biorad_wellplate_200ul/2.json new file mode 100644 index 00000000000..48811ce64cd --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_aluminumblock_biorad_wellplate_200ul/2.json @@ -0,0 +1,1165 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "metadata": { + "displayName": "Opentrons 96 Well Aluminum Block with Bio-Rad Well Plate 200 \u00b5L", + "displayVolumeUnits": "\u00b5L", + "displayCategory": "aluminumBlock", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 18.81 + }, + "parameters": { + "format": "96Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_aluminumblock_biorad_wellplate_200ul" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 11.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 20.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 29.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 38.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 47.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 56.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 65.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "shape": "circular", + "depth": 14.81, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 74.24, + "z": 4, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { + "displayName": "Bio-Rad 96 Well Plate 200 \u00b5L", + "displayCategory": "wellPlate", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Bio-Rad", + "brandId": ["hsp9601"], + "links": [ + "http://www.bio-rad.com/en-us/sku/hsp9601-hard-shell-96-well-pcr-plates-low-profile-thin-wall-skirted-white-clear?ID=hsp9601" + ] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 1.42, + "topHeight": 1.21, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2.81, + "topDiameter": 3, + "topHeight": 1.87, + "bottomHeight": 1.21 + }, + { + "shape": "conical", + "bottomDiameter": 3, + "topDiameter": 4.98, + "topHeight": 8.58, + "bottomHeight": 1.87 + }, + { + "shape": "conical", + "bottomDiameter": 3, + "topDiameter": 5.44, + "topHeight": 10.14, + "bottomHeight": 8.58 + }, + { + "shape": "conical", + "bottomDiameter": 5.44, + "topDiameter": 5.44, + "topHeight": 14.57, + "bottomHeight": 10.14 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json b/shared-data/labware/definitions/3/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json new file mode 100644 index 00000000000..7563adaab85 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json @@ -0,0 +1,1128 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "schemaVersion": 3, + "version": 3, + "namespace": "opentrons", + "metadata": { + "displayName": "Opentrons 96 Well Aluminum Block with Generic PCR Strip 200 \u00b5L", + "displayVolumeUnits": "\u00b5L", + "displayCategory": "aluminumBlock", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 25.61 + }, + "parameters": { + "format": "96Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_aluminumblock_generic_pcr_strip_200ul" + }, + "wells": { + "H1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A1": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 14.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 23.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 32.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 41.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 50.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 59.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 68.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 77.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 86.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 95.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 104.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 11.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 20.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 29.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 38.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 47.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 56.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 65.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "shape": "circular", + "depth": 20.3, + "diameter": 5.46, + "totalLiquidVolume": 200, + "x": 113.38, + "y": 74.25, + "z": 5.31, + "geometryDefinitionId": "conicalWell" + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { + "displayName": "Generic 12x8x0.2 mL PCR Strip", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { + "brand": "generic", + "brandId": [], + "links": [] + } + } + ], + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_aluminumblock_nest_wellplate_100ul/2.json b/shared-data/labware/definitions/3/opentrons_96_aluminumblock_nest_wellplate_100ul/2.json new file mode 100644 index 00000000000..567af45ba6f --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_aluminumblock_nest_wellplate_100ul/2.json @@ -0,0 +1,1149 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set" + ] + }, + "metadata": { + "displayName": "Opentrons 96 Well Aluminum Block with NEST Well Plate 100 \u00b5L", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.45, + "zDimension": 21.2 + }, + "wells": { + "A1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 74.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 65.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 56.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 47.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 38.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 29.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 20.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 11.2, + "z": 6.42, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 96 Well Plate 100 \u00b5L", + "displayCategory": "wellPlate", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["402501"], + "links": ["https://www.nest-biotech.com/pcr-plates/58773587.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_aluminumblock_nest_wellplate_100ul" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.015, + "topHeight": 0.2, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2.16, + "topDiameter": 5.26, + "topHeight": 0.2, + "bottomHeight": 9.89 + }, + { + "shape": "conical", + "bottomDiameter": 5.26, + "topDiameter": 5.34, + "topHeight": 14.7, + "bottomHeight": 9.89 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/2.json b/shared-data/labware/definitions/3/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/2.json new file mode 100644 index 00000000000..4f4a32320eb --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/2.json @@ -0,0 +1,1241 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "metadata": { + "displayName": "Opentrons 96 Deep Well Heater-Shaker Adapter with NEST Deep Well Plate 2 mL", + "displayCategory": "adapter", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.6, + "yDimension": 85.3, + "zDimension": 42.25 + }, + "wells": { + "A1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H1": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 14.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H2": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 23.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H3": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 32.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H4": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 41.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H5": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 50.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H6": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 59.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H7": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 68.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H8": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 77.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H9": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 86.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H10": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 95.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H11": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 104.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "A12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 74.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "B12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 65.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "C12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 56.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "D12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 47.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "E12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 38.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "F12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 29.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "G12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 20.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + }, + "H12": { + "depth": 38, + "totalLiquidVolume": 2000, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "x": 113.3, + "y": 11.15, + "z": 4.25, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 96 Deepwell Plate 2mL", + "displayCategory": "wellPlate", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["503501", "503001"], + "links": ["https://www.nest-biotech.com/deep-well-plates/59253726.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [ + { + "shape": "cuboidal", + "topXDimension": 7.4, + "topYDimension": 7.4, + "bottomXDimension": 2.63, + "bottomYDimension": 2.63, + "topHeight": 1.67, + "bottomHeight": 0.0 + }, + { + "shape": "cuboidal", + "topXDimension": 8.2, + "topYDimension": 8.2, + "bottomXDimension": 7.4, + "bottomYDimension": 7.4, + "topHeight": 38.05, + "bottomHeight": 1.67 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/2.json b/shared-data/labware/definitions/3/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/2.json new file mode 100644 index 00000000000..3cb7a8de52a --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/2.json @@ -0,0 +1,1136 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "metadata": { + "displayName": "Opentrons 96 Flat Bottom Heater-Shaker Adapter with NEST 96 Well Plate 200 \u00b5L Flat", + "displayCategory": "adapter", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 15.5 + }, + "wells": { + "A1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 14.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 23.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 32.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 41.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 50.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 59.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 68.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 77.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 86.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 95.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 104.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 74.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 65.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 56.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 47.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 38.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 29.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 20.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 10.8, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 6.85, + "x": 113.28, + "y": 11.18, + "z": 4.55, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 96 Well Plate 200 \u00b5L Flat", + "displayCategory": "wellPlate", + "wellBottomShape": "flat" + }, + "brand": { + "brand": "NEST", + "brandId": ["701011", "701001"], + "links": [ + "https://www.nest-biotech.com/cell-culture-plates/59415537.html" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 6.32, + "topDiameter": 6.85, + "topHeight": 10.8, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/2.json b/shared-data/labware/definitions/3/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/2.json new file mode 100644 index 00000000000..86c28b5cbf9 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/2.json @@ -0,0 +1,1128 @@ +{ + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "parameters": { + "loadName": "opentrons_96_pcr_adapter_armadillo_wellplate_200ul", + "quirks": ["gripperIncompatible"], + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false + }, + "metadata": { + "displayName": "Opentrons 96 PCR Heater-Shaker Adapter with Armadillo Well Plate 200 \u00b5l", + "displayCategory": "aluminumBlock", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 18.9 + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "wells": { + "A1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 74.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 65.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 56.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 47.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 38.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 29.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 20.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 11.24, + "z": 3.95, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "Armadillo 96 Well Plate 200 \u00b5L PCR Full Skirt", + "displayCategory": "wellPlate", + "wellBottomShape": "v" + }, + "brand": { + "brand": "Thermo Scientific", + "brandId": ["AB2396"], + "links": [ + "https://www.fishersci.com/shop/products/armadillo-96-well-pcr-plate-1/AB2396" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "innerLabwareGeometry": { + "conicalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/2.json b/shared-data/labware/definitions/3/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/2.json new file mode 100644 index 00000000000..013108e6d70 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/2.json @@ -0,0 +1,1147 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [] + }, + "metadata": { + "displayName": "Opentrons 96 PCR Heater-Shaker Adapter with NEST Well Plate 100 \u00b5l", + "displayCategory": "adapter", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 19.35 + }, + "wells": { + "A1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 14.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 23.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 32.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 41.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 50.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 59.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 68.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 77.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 86.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 95.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 104.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 74.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 65.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 56.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 47.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 38.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 29.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 20.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.78, + "totalLiquidVolume": 100, + "shape": "circular", + "diameter": 5.34, + "x": 113.38, + "y": 11.24, + "z": 3.57, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "NEST 96 Well Plate 100 \u00b5L PCR Full Skirt", + "displayCategory": "wellPlate", + "wellBottomShape": "v" + }, + "brand": { + "brand": "NEST", + "brandId": ["402501"], + "links": ["https://www.nest-biotech.com/pcr-plates/58773587.html"] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.015, + "topHeight": 0.2, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 2.16, + "topDiameter": 5.26, + "topHeight": 0.2, + "bottomHeight": 9.89 + }, + { + "shape": "conical", + "bottomDiameter": 5.26, + "topDiameter": 5.34, + "topHeight": 14.7, + "bottomHeight": 9.89 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json b/shared-data/labware/definitions/3/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json new file mode 100644 index 00000000000..74aed7fe79d --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json @@ -0,0 +1,1167 @@ +{ + "namespace": "opentrons", + "version": 3, + "schemaVersion": 3, + "parameters": { + "loadName": "opentrons_96_wellplate_200ul_pcr_full_skirt", + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true + }, + "metadata": { + "displayName": "Opentrons Tough 96 Well Plate 200 \u00b5L PCR Full Skirt", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "brand": { + "brand": "Opentrons", + "brandId": ["991-00076"], + "links": [ + "https://shop.opentrons.com/tough-0.2-ml-96-well-pcr-plate-full-skirt/" + ] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 16.0 + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "stackingOffsetWithLabware": { + "opentrons_96_pcr_adapter": { + "x": 0, + "y": 0, + "z": 10.95 + }, + "opentrons_96_well_aluminum_block": { + "x": 0, + "y": 0, + "z": 11.91 + } + }, + "stackingOffsetWithModule": { + "magneticBlockV1": { + "x": 0, + "y": 0, + "z": 3.54 + }, + "thermocyclerModuleV2": { + "x": 0, + "y": 0, + "z": 10.7 + } + }, + "gripForce": 15, + "gripHeightFromLabwareBottom": 10, + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "wells": { + "A1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 14.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 23.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 32.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 41.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 50.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 59.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 68.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 77.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 86.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 95.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 104.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 74.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 65.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 56.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 47.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 38.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 29.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 20.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 14.95, + "totalLiquidVolume": 200, + "shape": "circular", + "diameter": 5.5, + "x": 113.38, + "y": 11.24, + "z": 1.05, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "v" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 1.25, + "topHeight": 0.8, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "topDiameter": 5.5, + "bottomDiameter": 2.33, + "topHeight": 11.35, + "bottomHeight": 0.8 + }, + { + "shape": "conical", + "bottomDiameter": 5.5, + "topDiameter": 5.5, + "topHeight": 14.95, + "bottomHeight": 11.35 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/2.json b/shared-data/labware/definitions/3/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/2.json new file mode 100644 index 00000000000..e851c913660 --- /dev/null +++ b/shared-data/labware/definitions/3/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/2.json @@ -0,0 +1,5107 @@ +{ + "ordering": [ + [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1" + ], + [ + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2" + ], + [ + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3" + ], + [ + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4" + ], + [ + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5" + ], + [ + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6" + ], + [ + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7" + ], + [ + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8" + ], + [ + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9" + ], + [ + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10" + ], + [ + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11" + ], + [ + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12" + ], + [ + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13" + ], + [ + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14" + ], + [ + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15" + ], + [ + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16" + ], + [ + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17" + ], + [ + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18" + ], + [ + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19" + ], + [ + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20" + ], + [ + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21" + ], + [ + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22" + ], + [ + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23" + ], + [ + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + ], + "brand": { + "brand": "Opentrons", + "brandId": [] + }, + "metadata": { + "displayName": "Opentrons Universal Flat Heater-Shaker Adapter with Corning 384 Well Plate 112 \u00b5l Flat", + "displayCategory": "adapter", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 17.9 + }, + "wells": { + "A1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P1": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 12.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P2": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 16.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P3": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 21.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P4": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 25.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P5": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 30.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P6": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 34.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P7": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 39.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P8": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 43.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P9": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 48.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P10": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 52.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P11": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 57.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P12": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 61.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P13": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 66.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P14": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 70.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P15": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 75.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P16": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 79.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P17": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 84.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P18": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 88.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P19": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 93.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P20": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 97.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P21": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 102.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P22": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 106.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P23": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 111.12, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "A24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 76.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "B24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 71.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "C24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 67.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "D24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 62.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "E24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 58.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "F24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 53.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "G24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 49.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "H24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 44.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "I24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 40.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "J24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 35.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "K24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 31.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "L24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 26.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "M24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 22.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "N24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 17.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "O24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 13.48, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + }, + "P24": { + "depth": 11.43, + "totalLiquidVolume": 112, + "shape": "rectangular", + "xDimension": 3.63, + "yDimension": 3.63, + "x": 115.62, + "y": 8.98, + "z": 6.37, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "displayName": "Corning 384 Well Plate 112 \u00b5L Flat", + "displayCategory": "wellPlate", + "wellBottomShape": "flat" + }, + "brand": { + "brand": "Corning", + "brandId": ["3640", "3662", "3680", "3700", "3701", "3702"], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/384-Well-Microplates/Corning%C2%AE-384-well-Clear-Polystyrene-Microplates/p/corning384WellClearPolystyreneMicroplates" + ] + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "I1", + "J1", + "K1", + "L1", + "M1", + "N1", + "O1", + "P1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "I2", + "J2", + "K2", + "L2", + "M2", + "N2", + "O2", + "P2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "I3", + "J3", + "K3", + "L3", + "M3", + "N3", + "O3", + "P3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "I4", + "J4", + "K4", + "L4", + "M4", + "N4", + "O4", + "P4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "I5", + "J5", + "K5", + "L5", + "M5", + "N5", + "O5", + "P5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "I6", + "J6", + "K6", + "L6", + "M6", + "N6", + "O6", + "P6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "I7", + "J7", + "K7", + "L7", + "M7", + "N7", + "O7", + "P7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "I8", + "J8", + "K8", + "L8", + "M8", + "N8", + "O8", + "P8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "I9", + "J9", + "K9", + "L9", + "M9", + "N9", + "O9", + "P9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "I10", + "J10", + "K10", + "L10", + "M10", + "N10", + "O10", + "P10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "I11", + "J11", + "K11", + "L11", + "M11", + "N11", + "O11", + "P11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12", + "I12", + "J12", + "K12", + "L12", + "M12", + "N12", + "O12", + "P12", + "A13", + "B13", + "C13", + "D13", + "E13", + "F13", + "G13", + "H13", + "I13", + "J13", + "K13", + "L13", + "M13", + "N13", + "O13", + "P13", + "A14", + "B14", + "C14", + "D14", + "E14", + "F14", + "G14", + "H14", + "I14", + "J14", + "K14", + "L14", + "M14", + "N14", + "O14", + "P14", + "A15", + "B15", + "C15", + "D15", + "E15", + "F15", + "G15", + "H15", + "I15", + "J15", + "K15", + "L15", + "M15", + "N15", + "O15", + "P15", + "A16", + "B16", + "C16", + "D16", + "E16", + "F16", + "G16", + "H16", + "I16", + "J16", + "K16", + "L16", + "M16", + "N16", + "O16", + "P16", + "A17", + "B17", + "C17", + "D17", + "E17", + "F17", + "G17", + "H17", + "I17", + "J17", + "K17", + "L17", + "M17", + "N17", + "O17", + "P17", + "A18", + "B18", + "C18", + "D18", + "E18", + "F18", + "G18", + "H18", + "I18", + "J18", + "K18", + "L18", + "M18", + "N18", + "O18", + "P18", + "A19", + "B19", + "C19", + "D19", + "E19", + "F19", + "G19", + "H19", + "I19", + "J19", + "K19", + "L19", + "M19", + "N19", + "O19", + "P19", + "A20", + "B20", + "C20", + "D20", + "E20", + "F20", + "G20", + "H20", + "I20", + "J20", + "K20", + "L20", + "M20", + "N20", + "O20", + "P20", + "A21", + "B21", + "C21", + "D21", + "E21", + "F21", + "G21", + "H21", + "I21", + "J21", + "K21", + "L21", + "M21", + "N21", + "O21", + "P21", + "A22", + "B22", + "C22", + "D22", + "E22", + "F22", + "G22", + "H22", + "I22", + "J22", + "K22", + "L22", + "M22", + "N22", + "O22", + "P22", + "A23", + "B23", + "C23", + "D23", + "E23", + "F23", + "G23", + "H23", + "I23", + "J23", + "K23", + "L23", + "M23", + "N23", + "O23", + "P23", + "A24", + "B24", + "C24", + "D24", + "E24", + "F24", + "G24", + "H24", + "I24", + "J24", + "K24", + "L24", + "M24", + "N24", + "O24", + "P24" + ] + } + ], + "parameters": { + "format": "384Standard", + "quirks": ["gripperIncompatible"], + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "conical", + "bottomDiameter": 3.64, + "topDiameter": 2.74, + "topHeight": 11.65, + "bottomHeight": 0.0 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_1300ul/2.json b/shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_1300ul/2.json new file mode 100644 index 00000000000..88007da25ed --- /dev/null +++ b/shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_1300ul/2.json @@ -0,0 +1,1134 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Thermo Scientific", + "brandId": ["260251", "260252"], + "links": ["https://www.thermofisher.com/order/catalog/product/260251"] + }, + "metadata": { + "displayName": "Thermo Scientific Nunc 96 Well Plate 1300 \u00b5L", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 31.6 + }, + "wells": { + "A1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 14.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 23.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 32.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 41.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 50.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 59.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 68.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 77.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 86.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 95.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 104.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 74.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 65.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 56.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 47.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 38.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 29.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 20.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 29.1, + "totalLiquidVolume": 1300, + "shape": "circular", + "diameter": 8.4, + "x": 113.4, + "y": 11.27, + "z": 2.5, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "u" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 5.5, + "loadName": "thermoscientificnunc_96_wellplate_1300ul" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.6, + "topHeight": 3.6, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 7.2, + "topDiameter": 8.4, + "topHeight": 29.1, + "bottomHeight": 3.6 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_2000ul/2.json b/shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_2000ul/2.json new file mode 100644 index 00000000000..e76dca47616 --- /dev/null +++ b/shared-data/labware/definitions/3/thermoscientificnunc_96_wellplate_2000ul/2.json @@ -0,0 +1,1134 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Thermo Scientific", + "brandId": ["278743", "278752"], + "links": ["https://www.thermofisher.com/order/catalog/product/278743"] + }, + "metadata": { + "displayName": "Thermo Scientific Nunc 96 Well Plate 2000 \u00b5L", + "displayCategory": "wellPlate", + "displayVolumeUnits": "\u00b5L", + "tags": [] + }, + "dimensions": { + "xDimension": 127.8, + "yDimension": 85.5, + "zDimension": 43.6 + }, + "wells": { + "A1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H1": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 14.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H2": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 23.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H3": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 32.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H4": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 41.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H5": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 50.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H6": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 59.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H7": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 68.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H8": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 77.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H9": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 86.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H10": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 95.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H11": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 104.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "A12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 74.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "B12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 65.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "C12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 56.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "D12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 47.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "E12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 38.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "F12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 29.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "G12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 20.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + }, + "H12": { + "depth": 41.5, + "totalLiquidVolume": 2000, + "shape": "circular", + "diameter": 8.5, + "x": 113.3, + "y": 11.2, + "z": 2.1, + "geometryDefinitionId": "conicalWell" + } + }, + "groups": [ + { + "metadata": { + "wellBottomShape": "u" + }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "quirks": [], + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 6, + "loadName": "thermoscientificnunc_96_wellplate_2000ul" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "conicalWell": { + "sections": [ + { + "shape": "spherical", + "radiusOfCurvature": 3.6, + "topHeight": 3.6, + "bottomHeight": 0.0 + }, + { + "shape": "conical", + "bottomDiameter": 7.2, + "topDiameter": 8.5, + "topHeight": 41.5, + "bottomHeight": 3.6 + } + ] + } + } +} diff --git a/shared-data/labware/definitions/3/usascientific_12_reservoir_22ml/2.json b/shared-data/labware/definitions/3/usascientific_12_reservoir_22ml/2.json new file mode 100644 index 00000000000..6a8375138d5 --- /dev/null +++ b/shared-data/labware/definitions/3/usascientific_12_reservoir_22ml/2.json @@ -0,0 +1,209 @@ +{ + "ordering": [ + ["A1"], + ["A2"], + ["A3"], + ["A4"], + ["A5"], + ["A6"], + ["A7"], + ["A8"], + ["A9"], + ["A10"], + ["A11"], + ["A12"] + ], + "schemaVersion": 3, + "version": 2, + "namespace": "opentrons", + "metadata": { + "displayName": "USA Scientific 12 Well Reservoir 22 mL", + "displayVolumeUnits": "mL", + "displayCategory": "reservoir", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.8, + "zDimension": 44.45 + }, + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "usascientific_12_reservoir_22ml", + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"] + }, + "wells": { + "A1": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 13.94, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A2": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 23.03, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A3": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 32.12, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A4": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 41.21, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A5": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 50.3, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A6": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 59.39, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A7": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 68.48, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A8": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 77.57, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A9": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 86.66, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A10": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 95.75, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A11": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 104.84, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + }, + "A12": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 113.93, + "y": 42.9, + "z": 2.29, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "wells": [ + "A1", + "A2", + "A3", + "A4", + "A5", + "A6", + "A7", + "A8", + "A9", + "A10", + "A11", + "A12" + ], + "metadata": { + "wellBottomShape": "v" + } + } + ], + "brand": { + "brand": "USA Scientific", + "brandId": ["1061-8150"], + "links": [ + "https://www.usascientific.com/12-channel-automation-reservoir.aspx" + ] + }, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [] + } + } +} diff --git a/shared-data/labware/definitions/3/usascientific_96_wellplate_2.4ml_deep/2.json b/shared-data/labware/definitions/3/usascientific_96_wellplate_2.4ml_deep/2.json new file mode 100644 index 00000000000..d9741e18c57 --- /dev/null +++ b/shared-data/labware/definitions/3/usascientific_96_wellplate_2.4ml_deep/2.json @@ -0,0 +1,1217 @@ +{ + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "USA Scientific", + "brandId": ["1896-2000"], + "links": [ + "https://www.usascientific.com/2ml-deep96-well-plateone-bulk.aspx" + ] + }, + "metadata": { + "displayName": "USA Scientific 96 Deep Well Plate 2.4 mL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.8, + "yDimension": 85.5, + "zDimension": 44.1 + }, + "wells": { + "H1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "H12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 11.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "G12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 20.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "F12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 29.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "E12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 38.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "D12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 47.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "C12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 56.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "B12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 65.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + }, + "A12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 74.2, + "z": 2.8, + "geometryDefinitionId": "cuboidalWell" + } + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { + "wellBottomShape": "u" + } + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 14.94, + "loadName": "usascientific_96_wellplate_2.4ml_deep" + }, + "namespace": "opentrons", + "version": 2, + "schemaVersion": 3, + "cornerOffsetFromSlot": { + "x": 0, + "y": 0, + "z": 0 + }, + "innerLabwareGeometry": { + "cuboidalWell": { + "sections": [] + } + } +} diff --git a/shared-data/python/opentrons_shared_data/labware/types.py b/shared-data/python/opentrons_shared_data/labware/types.py index 20fb6664485..59634a26f54 100644 --- a/shared-data/python/opentrons_shared_data/labware/types.py +++ b/shared-data/python/opentrons_shared_data/labware/types.py @@ -122,7 +122,7 @@ class WellGroup(TypedDict, total=False): class LabwareDefinition(TypedDict): - schemaVersion: Literal[2] + schemaVersion: Literal[2, 3] version: int namespace: str metadata: LabwareMetadata