-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(shared-data): add schema 3 versions of json files with inner lab…
…ware geometry (#16618)
- Loading branch information
1 parent
18f10f6
commit 0965fd3
Showing
56 changed files
with
49,131 additions
and
1 deletion.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
shared-data/labware/definitions/3/agilent_1_reservoir_290ml/2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} | ||
} |
Oops, something went wrong.