Skip to content

Commit

Permalink
feat(shared-data): add schema 3 versions of json files with inner lab…
Browse files Browse the repository at this point in the history
…ware geometry (#16618)
  • Loading branch information
ryanthecoder authored Oct 30, 2024
1 parent 18f10f6 commit 0965fd3
Show file tree
Hide file tree
Showing 56 changed files with 49,131 additions and 1 deletion.
60 changes: 60 additions & 0 deletions shared-data/labware/definitions/3/agilent_1_reservoir_290ml/2.json
Original file line number Diff line number Diff line change
@@ -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": []
}
}
}
Loading

0 comments on commit 0965fd3

Please sign in to comment.