Skip to content

Commit

Permalink
make schema 3 files for everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Oct 28, 2024
1 parent 288b8a4 commit ac9790a
Show file tree
Hide file tree
Showing 93 changed files with 78,031 additions and 0 deletions.
71 changes: 71 additions & 0 deletions shared-data/labware/definitions/2/agilent_1_reservoir_290ml/3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"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": "a"
}
},
"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": {
"sections": []
}
}
Loading

0 comments on commit ac9790a

Please sign in to comment.