opentrons-shared-data 8.8.0a10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (690) hide show
  1. LICENSE +202 -0
  2. opentrons_shared_data/__init__.py +17 -0
  3. opentrons_shared_data/_version.py +34 -0
  4. opentrons_shared_data/command/__init__.py +111 -0
  5. opentrons_shared_data/data/command/schemas/10.json +4880 -0
  6. opentrons_shared_data/data/command/schemas/11.json +6267 -0
  7. opentrons_shared_data/data/command/schemas/12.json +7117 -0
  8. opentrons_shared_data/data/command/schemas/13.json +7039 -0
  9. opentrons_shared_data/data/command/schemas/14.json +7166 -0
  10. opentrons_shared_data/data/command/schemas/15.json +7676 -0
  11. opentrons_shared_data/data/command/schemas/7.json +3302 -0
  12. opentrons_shared_data/data/command/schemas/8.json +4321 -0
  13. opentrons_shared_data/data/command/schemas/9.json +4430 -0
  14. opentrons_shared_data/data/commandAnnotation/schemas/1.json +74 -0
  15. opentrons_shared_data/data/deck/definitions/3/ot2_short_trash.json +477 -0
  16. opentrons_shared_data/data/deck/definitions/3/ot2_standard.json +477 -0
  17. opentrons_shared_data/data/deck/definitions/3/ot3_standard.json +989 -0
  18. opentrons_shared_data/data/deck/definitions/4/ot2_short_trash.json +405 -0
  19. opentrons_shared_data/data/deck/definitions/4/ot2_standard.json +410 -0
  20. opentrons_shared_data/data/deck/definitions/4/ot3_standard.json +608 -0
  21. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +459 -0
  22. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +459 -0
  23. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +1419 -0
  24. opentrons_shared_data/data/deck/schemas/1.json +240 -0
  25. opentrons_shared_data/data/deck/schemas/2.json +250 -0
  26. opentrons_shared_data/data/deck/schemas/3.json +297 -0
  27. opentrons_shared_data/data/deck/schemas/4.json +319 -0
  28. opentrons_shared_data/data/deck/schemas/5.json +396 -0
  29. opentrons_shared_data/data/errors/definitions/1/errors.json +286 -0
  30. opentrons_shared_data/data/errors/schemas/1.json +50 -0
  31. opentrons_shared_data/data/gripper/definitions/1/gripperV1.1.json +29 -0
  32. opentrons_shared_data/data/gripper/definitions/1/gripperV1.2.json +29 -0
  33. opentrons_shared_data/data/gripper/definitions/1/gripperV1.3.json +29 -0
  34. opentrons_shared_data/data/gripper/definitions/1/gripperV1.json +28 -0
  35. opentrons_shared_data/data/gripper/schemas/1.json +186 -0
  36. opentrons_shared_data/data/labware/definitions/1/12-well-plate.json +147 -0
  37. opentrons_shared_data/data/labware/definitions/1/24-vial-rack.json +281 -0
  38. opentrons_shared_data/data/labware/definitions/1/24-well-plate.json +281 -0
  39. opentrons_shared_data/data/labware/definitions/1/384-plate.json +4667 -0
  40. opentrons_shared_data/data/labware/definitions/1/48-vial-plate.json +547 -0
  41. opentrons_shared_data/data/labware/definitions/1/48-well-plate.json +547 -0
  42. opentrons_shared_data/data/labware/definitions/1/5ml-3x4.json +147 -0
  43. opentrons_shared_data/data/labware/definitions/1/6-well-plate.json +80 -0
  44. opentrons_shared_data/data/labware/definitions/1/96-PCR-flat.json +1079 -0
  45. opentrons_shared_data/data/labware/definitions/1/96-PCR-tall.json +1079 -0
  46. opentrons_shared_data/data/labware/definitions/1/96-deep-well.json +1079 -0
  47. opentrons_shared_data/data/labware/definitions/1/96-flat.json +1079 -0
  48. opentrons_shared_data/data/labware/definitions/1/96-well-plate-20mm.json +1079 -0
  49. opentrons_shared_data/data/labware/definitions/1/MALDI-plate.json +4282 -0
  50. opentrons_shared_data/data/labware/definitions/1/PCR-strip-tall.json +1079 -0
  51. opentrons_shared_data/data/labware/definitions/1/T25-flask.json +20 -0
  52. opentrons_shared_data/data/labware/definitions/1/T75-flask.json +20 -0
  53. opentrons_shared_data/data/labware/definitions/1/alum-block-pcr-strips.json +188 -0
  54. opentrons_shared_data/data/labware/definitions/1/biorad-hardshell-96-PCR.json +1079 -0
  55. opentrons_shared_data/data/labware/definitions/1/e-gelgol.json +1078 -0
  56. opentrons_shared_data/data/labware/definitions/1/fixed-trash.json +19 -0
  57. opentrons_shared_data/data/labware/definitions/1/hampton-1ml-deep-block.json +1078 -0
  58. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-2ml-eppendorf.json +281 -0
  59. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-2ml-screwcap.json +281 -0
  60. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-96-PCR-plate.json +1079 -0
  61. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-PCR-strips-200ul.json +1079 -0
  62. opentrons_shared_data/data/labware/definitions/1/opentrons-tiprack-10ul.json +986 -0
  63. opentrons_shared_data/data/labware/definitions/1/opentrons-tiprack-300ul.json +986 -0
  64. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-1.5ml-eppendorf.json +281 -0
  65. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-15_50ml.json +125 -0
  66. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-15ml.json +181 -0
  67. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-2ml-eppendorf.json +281 -0
  68. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-2ml-screwcap.json +281 -0
  69. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-50ml.json +80 -0
  70. opentrons_shared_data/data/labware/definitions/1/point.json +18 -0
  71. opentrons_shared_data/data/labware/definitions/1/rigaku-compact-crystallization-plate.json +2146 -0
  72. opentrons_shared_data/data/labware/definitions/1/small_vial_rack_16x45.json +280 -0
  73. opentrons_shared_data/data/labware/definitions/1/tall-fixed-trash.json +19 -0
  74. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul-H.json +503 -0
  75. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul-chem.json +1034 -0
  76. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul.json +986 -0
  77. opentrons_shared_data/data/labware/definitions/1/tiprack-10ul-H.json +503 -0
  78. opentrons_shared_data/data/labware/definitions/1/tiprack-10ul.json +986 -0
  79. opentrons_shared_data/data/labware/definitions/1/tiprack-200ul.json +986 -0
  80. opentrons_shared_data/data/labware/definitions/1/trash-box.json +20 -0
  81. opentrons_shared_data/data/labware/definitions/1/trough-12row-short.json +143 -0
  82. opentrons_shared_data/data/labware/definitions/1/trough-12row.json +143 -0
  83. opentrons_shared_data/data/labware/definitions/1/trough-1row-25ml.json +21 -0
  84. opentrons_shared_data/data/labware/definitions/1/tube-rack-.75ml.json +281 -0
  85. opentrons_shared_data/data/labware/definitions/1/tube-rack-15_50ml.json +125 -0
  86. opentrons_shared_data/data/labware/definitions/1/tube-rack-2ml-9x9.json +911 -0
  87. opentrons_shared_data/data/labware/definitions/1/tube-rack-2ml.json +281 -0
  88. opentrons_shared_data/data/labware/definitions/1/tube-rack-5ml-96.json +1079 -0
  89. opentrons_shared_data/data/labware/definitions/1/tube-rack-80well.json +907 -0
  90. opentrons_shared_data/data/labware/definitions/1/wheaton_vial_rack.json +565 -0
  91. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/1.json +54 -0
  92. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/2.json +80 -0
  93. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/3.json +80 -0
  94. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  95. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/1.json +4320 -0
  96. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json +4730 -0
  97. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json +4738 -0
  98. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/1.json +1019 -0
  99. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/2.json +1045 -0
  100. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json +1167 -0
  101. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/1.json +56 -0
  102. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/2.json +72 -0
  103. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  104. opentrons_shared_data/data/labware/definitions/2/axygen_96_wellplate_500ul/1.json +1036 -0
  105. opentrons_shared_data/data/labware/definitions/2/axygen_96_wellplate_500ul/2.json +1159 -0
  106. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/1.json +4329 -0
  107. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/2.json +4331 -0
  108. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/3.json +4741 -0
  109. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/4.json +4748 -0
  110. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/1.json +1020 -0
  111. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/2.json +1046 -0
  112. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/3.json +1182 -0
  113. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/4.json +1187 -0
  114. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  115. opentrons_shared_data/data/labware/definitions/2/black_96_well_microtiter_plate_lid/1.json +110 -0
  116. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/1.json +171 -0
  117. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/2.json +180 -0
  118. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/3.json +205 -0
  119. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/4.json +210 -0
  120. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  121. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/1.json +293 -0
  122. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/2.json +300 -0
  123. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/3.json +337 -0
  124. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/4.json +342 -0
  125. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  126. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/1.json +4703 -0
  127. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/2.json +4717 -0
  128. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/3.json +5116 -0
  129. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/4.json +5116 -0
  130. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  131. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/1.json +535 -0
  132. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/2.json +544 -0
  133. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/3.json +605 -0
  134. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/4.json +605 -0
  135. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/5.json +610 -0
  136. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  137. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/1.json +103 -0
  138. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/2.json +110 -0
  139. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/3.json +129 -0
  140. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/4.json +134 -0
  141. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  142. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_330ul/1.json +1170 -0
  143. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/1.json +1049 -0
  144. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/2.json +1063 -0
  145. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/3.json +1172 -0
  146. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/4.json +1177 -0
  147. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  148. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_lid/1.json +117 -0
  149. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat/1.json +5147 -0
  150. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat_lid/1.json +118 -0
  151. opentrons_shared_data/data/labware/definitions/2/costar_96_wellplate_2.2ml/1.json +1372 -0
  152. opentrons_shared_data/data/labware/definitions/2/eppendorf_384_wellplate_45ul/1.json +4758 -0
  153. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_tiprack_1000ul_eptips/1.json +1019 -0
  154. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_tiprack_10ul_eptips/1.json +1019 -0
  155. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json +1149 -0
  156. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_150ul/1.json +1184 -0
  157. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json +1395 -0
  158. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_2000ul_lobind/1.json +1395 -0
  159. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_350ul_lobind/1.json +1184 -0
  160. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_500ul/1.json +1170 -0
  161. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_500ul_lobind/1.json +1170 -0
  162. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_96_labware/1.json +1067 -0
  163. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_96_tiprack_adapter/1.json +44 -0
  164. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_short_adapter/1.json +44 -0
  165. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_tall_adapter/1.json +44 -0
  166. opentrons_shared_data/data/labware/definitions/2/geb_96_tiprack_1000ul/1.json +1017 -0
  167. opentrons_shared_data/data/labware/definitions/2/geb_96_tiprack_10ul/1.json +1017 -0
  168. opentrons_shared_data/data/labware/definitions/2/greiner_384_wellplate_240ul/1.json +5209 -0
  169. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_323ul/1.json +1197 -0
  170. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_340ul_chimney/1.json +1166 -0
  171. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_382ul/1.json +1156 -0
  172. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul/1.json +1105 -0
  173. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul/2.json +1216 -0
  174. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul_lid/1.json +110 -0
  175. opentrons_shared_data/data/labware/definitions/2/milliplex_r_96_well_microtiter_plate/1.json +1018 -0
  176. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/1.json +190 -0
  177. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/2.json +226 -0
  178. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  179. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_22ml/1.json +232 -0
  180. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/1.json +54 -0
  181. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/2.json +56 -0
  182. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/3.json +83 -0
  183. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  184. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/1.json +54 -0
  185. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/2.json +80 -0
  186. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/3.json +80 -0
  187. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  188. opentrons_shared_data/data/labware/definitions/2/nest_24_wellplate_10.4ml/1.json +386 -0
  189. opentrons_shared_data/data/labware/definitions/2/nest_8_reservoir_22ml/1.json +162 -0
  190. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/1.json +1018 -0
  191. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/2.json +1039 -0
  192. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/3.json +1161 -0
  193. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/4.json +1166 -0
  194. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  195. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/1.json +1017 -0
  196. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/2.json +1031 -0
  197. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/3.json +1140 -0
  198. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/4.json +1145 -0
  199. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  200. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/1.json +1121 -0
  201. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/2.json +1147 -0
  202. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/3.json +1256 -0
  203. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/4.json +1261 -0
  204. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  205. opentrons_shared_data/data/labware/definitions/2/nunc_384_wellplate_100ul/1.json +5136 -0
  206. opentrons_shared_data/data/labware/definitions/2/nunc_96_wellplate_450ul/1.json +1159 -0
  207. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/1.json +164 -0
  208. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json +232 -0
  209. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  210. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/1.json +162 -0
  211. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/1.json +160 -0
  212. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json +235 -0
  213. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_eppendorf_15ml_conical/1.json +314 -0
  214. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/1.json +211 -0
  215. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/2.json +259 -0
  216. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  217. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/1.json +209 -0
  218. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/2.json +257 -0
  219. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_1100ml_fixed/1.json +50 -0
  220. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_3200ml_fixed/1.json +50 -0
  221. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_850ml_fixed/1.json +50 -0
  222. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/1.json +300 -0
  223. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/2.json +301 -0
  224. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json +352 -0
  225. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/1.json +299 -0
  226. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json +370 -0
  227. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/3.json +370 -0
  228. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  229. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/1.json +299 -0
  230. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json +356 -0
  231. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  232. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/1.json +301 -0
  233. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json +358 -0
  234. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  235. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/1.json +299 -0
  236. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json +350 -0
  237. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  238. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/1.json +301 -0
  239. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json +386 -0
  240. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  241. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/1.json +312 -0
  242. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json +418 -0
  243. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  244. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/1.json +311 -0
  245. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json +473 -0
  246. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  247. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/1.json +309 -0
  248. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/1.json +298 -0
  249. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/1.json +300 -0
  250. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/2.json +351 -0
  251. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/1.json +300 -0
  252. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json +371 -0
  253. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/3.json +371 -0
  254. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  255. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/1.json +300 -0
  256. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json +357 -0
  257. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/1.json +302 -0
  258. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json +359 -0
  259. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/1.json +300 -0
  260. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/2.json +351 -0
  261. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/1.json +302 -0
  262. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/2.json +387 -0
  263. opentrons_shared_data/data/labware/definitions/2/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/1.json +481 -0
  264. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/1.json +112 -0
  265. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/2.json +145 -0
  266. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/1.json +110 -0
  267. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/2.json +150 -0
  268. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  269. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_biorad_wellplate_200ul/1.json +1029 -0
  270. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/1.json +1026 -0
  271. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/2.json +1027 -0
  272. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json +1027 -0
  273. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/4.json +1149 -0
  274. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_nest_wellplate_100ul/1.json +1027 -0
  275. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_adapter/1.json +41 -0
  276. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/1.json +1121 -0
  277. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_temp_mod_adapter/1.json +41 -0
  278. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_1000ul/1.json +1017 -0
  279. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_10ul/1.json +1017 -0
  280. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_200ul/1.json +1017 -0
  281. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_20ul/1.json +1017 -0
  282. opentrons_shared_data/data/labware/definitions/2/opentrons_96_flat_bottom_adapter/1.json +41 -0
  283. opentrons_shared_data/data/labware/definitions/2/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/1.json +1027 -0
  284. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter/1.json +1032 -0
  285. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/1.json +1027 -0
  286. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/1.json +1025 -0
  287. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_1000ul/1.json +1019 -0
  288. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_10ul/1.json +1019 -0
  289. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_20ul/1.json +1019 -0
  290. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_300ul/1.json +1019 -0
  291. opentrons_shared_data/data/labware/definitions/2/opentrons_96_well_aluminum_block/1.json +1032 -0
  292. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/1.json +1019 -0
  293. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/2.json +1045 -0
  294. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json +1174 -0
  295. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/4.json +1174 -0
  296. opentrons_shared_data/data/labware/definitions/2/opentrons_aluminum_flat_bottom_plate/1.json +41 -0
  297. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_heatershaker_module/1.json +62 -0
  298. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_temperature_module/1.json +62 -0
  299. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_thermocycler_module/1.json +69 -0
  300. opentrons_shared_data/data/labware/definitions/2/opentrons_calibrationblock_short_side_left/1.json +71 -0
  301. opentrons_shared_data/data/labware/definitions/2/opentrons_calibrationblock_short_side_right/1.json +71 -0
  302. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_1000ul/1.json +1031 -0
  303. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_200ul/1.json +1031 -0
  304. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_20ul/1.json +1031 -0
  305. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_50ul/1.json +1031 -0
  306. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_1000ul/1.json +1031 -0
  307. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_200ul/1.json +1031 -0
  308. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_20ul/1.json +1031 -0
  309. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_50ul/1.json +1031 -0
  310. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_adapter/1.json +41 -0
  311. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_deck_riser/1.json +41 -0
  312. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_lid_absorbance_plate_reader_module/1.json +57 -0
  313. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +122 -0
  314. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_12_reservoir_22ml/1.json +228 -0
  315. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_1_reservoir_300ml/1.json +83 -0
  316. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_4_reservoir_72ml/1.json +114 -0
  317. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json +134 -0
  318. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/2.json +134 -0
  319. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_universal_lid/1.json +101 -0
  320. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_universal_lid/2.json +101 -0
  321. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter/1.json +151 -0
  322. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1.json +4710 -0
  323. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter_type_b/1.json +151 -0
  324. opentrons_shared_data/data/labware/definitions/2/protocol_engine_lid_stack_object/1.json +48 -0
  325. opentrons_shared_data/data/labware/definitions/2/smc_384_read_plate/1.json +4701 -0
  326. opentrons_shared_data/data/labware/definitions/2/smc_384_read_plate/2.json +5100 -0
  327. opentrons_shared_data/data/labware/definitions/2/thermoscientific_96_wellplate_800ul/1.json +1194 -0
  328. opentrons_shared_data/data/labware/definitions/2/thermoscientific_abgene_96_wellplate_1.2ml/1.json +1314 -0
  329. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/1.json +1019 -0
  330. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/2.json +1134 -0
  331. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/3.json +1141 -0
  332. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/1.json +1019 -0
  333. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/2.json +1134 -0
  334. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/3.json +1141 -0
  335. opentrons_shared_data/data/labware/definitions/2/tipone_96_tiprack_200ul/1.json +1017 -0
  336. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/1.json +192 -0
  337. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/2.json +237 -0
  338. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/3.json +237 -0
  339. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  340. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/1.json +1116 -0
  341. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/2.json +1236 -0
  342. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/3.json +1243 -0
  343. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  344. opentrons_shared_data/data/labware/definitions/3/schema3test_96_well_aluminum_block/999.json +1050 -0
  345. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +1175 -0
  346. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  347. opentrons_shared_data/data/labware/definitions/3/schema3test_aluminum_flat_bottom_plate/999.json +70 -0
  348. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_96_tiprack_200ul/999.json +1040 -0
  349. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_96_tiprack_adapter/999.json +70 -0
  350. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_tiprack_lid/999.json +81 -0
  351. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +115 -0
  352. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +177 -0
  353. opentrons_shared_data/data/labware/repository/schemas/1.json +81 -0
  354. opentrons_shared_data/data/labware/schemas/2.json +755 -0
  355. opentrons_shared_data/data/labware/schemas/3.json +915 -0
  356. opentrons_shared_data/data/liquid/schemas/1.json +21 -0
  357. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/1.json +5811 -0
  358. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +6886 -0
  359. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/1.json +5531 -0
  360. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +6542 -0
  361. opentrons_shared_data/data/liquid-class/definitions/1/water/1.json +5359 -0
  362. opentrons_shared_data/data/liquid-class/definitions/1/water/2.json +6332 -0
  363. opentrons_shared_data/data/liquid-class/schemas/1.json +505 -0
  364. opentrons_shared_data/data/module/definitions/1.json +57 -0
  365. opentrons_shared_data/data/module/definitions/2/magneticModuleV1.json +22 -0
  366. opentrons_shared_data/data/module/definitions/2/magneticModuleV2.json +69 -0
  367. opentrons_shared_data/data/module/definitions/2/temperatureModuleV1.json +22 -0
  368. opentrons_shared_data/data/module/definitions/2/temperatureModuleV2.json +69 -0
  369. opentrons_shared_data/data/module/definitions/2/thermocyclerModuleV1.json +23 -0
  370. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +60 -0
  371. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +89 -0
  372. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +218 -0
  373. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +84 -0
  374. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +67 -0
  375. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +120 -0
  376. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +68 -0
  377. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +209 -0
  378. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +61 -0
  379. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +93 -0
  380. opentrons_shared_data/data/module/schemas/1.json +55 -0
  381. opentrons_shared_data/data/module/schemas/2.json +112 -0
  382. opentrons_shared_data/data/module/schemas/3.json +343 -0
  383. opentrons_shared_data/data/pipette/definitions/1/pipetteModelSpecs.json +11536 -0
  384. opentrons_shared_data/data/pipette/definitions/1/pipetteNameSpecs.json +784 -0
  385. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_0.json +206 -0
  386. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_3.json +206 -0
  387. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_4.json +206 -0
  388. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_5.json +206 -0
  389. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_6.json +206 -0
  390. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/1_0.json +206 -0
  391. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_0.json +233 -0
  392. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_3.json +233 -0
  393. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_4.json +323 -0
  394. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_5.json +323 -0
  395. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p20/2_0.json +224 -0
  396. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p20/2_1.json +224 -0
  397. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_0.json +197 -0
  398. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_3.json +197 -0
  399. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_4.json +197 -0
  400. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_5.json +197 -0
  401. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/2_0.json +188 -0
  402. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/2_1.json +188 -0
  403. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_0.json +197 -0
  404. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_3.json +197 -0
  405. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_4.json +197 -0
  406. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_5.json +197 -0
  407. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_0.json +203 -0
  408. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_3.json +203 -0
  409. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_4.json +253 -0
  410. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_5.json +253 -0
  411. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel_em/p1000/1_0.json +320 -0
  412. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel_em/p1000/3_0.json +320 -0
  413. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/1_0.json +556 -0
  414. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_0.json +561 -0
  415. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_3.json +556 -0
  416. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_4.json +724 -0
  417. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_5.json +858 -0
  418. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json +818 -0
  419. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/1_0.json +660 -0
  420. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_0.json +660 -0
  421. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_1.json +660 -0
  422. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_2.json +660 -0
  423. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_0.json +70 -0
  424. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_3.json +70 -0
  425. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_4.json +70 -0
  426. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_5.json +70 -0
  427. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_0.json +70 -0
  428. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_3.json +70 -0
  429. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_4.json +70 -0
  430. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_5.json +70 -0
  431. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_0.json +69 -0
  432. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_1.json +69 -0
  433. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_2.json +69 -0
  434. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_0.json +81 -0
  435. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_3.json +81 -0
  436. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_4.json +90 -0
  437. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_5.json +90 -0
  438. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_6.json +90 -0
  439. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_7.json +81 -0
  440. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_0.json +72 -0
  441. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_1.json +72 -0
  442. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_2.json +72 -0
  443. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_0.json +69 -0
  444. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_3.json +69 -0
  445. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_4.json +69 -0
  446. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_5.json +69 -0
  447. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/2_0.json +68 -0
  448. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/2_1.json +68 -0
  449. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_0.json +69 -0
  450. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_3.json +69 -0
  451. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_4.json +69 -0
  452. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_5.json +69 -0
  453. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_0.json +83 -0
  454. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_3.json +83 -0
  455. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_4.json +88 -0
  456. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_5.json +88 -0
  457. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_6.json +88 -0
  458. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_0.json +42 -0
  459. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_3.json +42 -0
  460. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_4.json +42 -0
  461. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_5.json +42 -0
  462. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_6.json +42 -0
  463. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/placeholder.gltf +0 -0
  464. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/1_0.json +42 -0
  465. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_0.json +55 -0
  466. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_3.json +55 -0
  467. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_4.json +55 -0
  468. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_5.json +55 -0
  469. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/placeholder.gltf +0 -0
  470. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/2_0.json +42 -0
  471. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/2_1.json +42 -0
  472. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/placeholder.gltf +0 -0
  473. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_0.json +42 -0
  474. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_3.json +42 -0
  475. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_4.json +42 -0
  476. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_5.json +42 -0
  477. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/2_0.json +42 -0
  478. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/2_1.json +42 -0
  479. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/placeholder.gltf +0 -0
  480. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_0.json +42 -0
  481. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_3.json +42 -0
  482. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_4.json +42 -0
  483. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_5.json +42 -0
  484. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_0.json +47 -0
  485. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_3.json +47 -0
  486. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_4.json +47 -0
  487. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_5.json +51 -0
  488. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/placeholder.gltf +0 -0
  489. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/1_0.json +55 -0
  490. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/3_0.json +55 -0
  491. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/placeholder.gltf +0 -0
  492. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/1_0.json +296 -0
  493. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_0.json +309 -0
  494. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_3.json +309 -0
  495. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_4.json +309 -0
  496. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_5.json +309 -0
  497. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_6.json +309 -0
  498. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/placeholder.gltf +0 -0
  499. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/1_0.json +305 -0
  500. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_0.json +309 -0
  501. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_1.json +309 -0
  502. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_2.json +309 -0
  503. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/placeholder.gltf +0 -0
  504. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_0.json +15 -0
  505. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_3.json +15 -0
  506. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_4.json +15 -0
  507. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_5.json +15 -0
  508. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/placeholder.gltf +0 -0
  509. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_0.json +15 -0
  510. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_3.json +15 -0
  511. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_4.json +15 -0
  512. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_5.json +15 -0
  513. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_0.json +15 -0
  514. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_1.json +15 -0
  515. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_2.json +15 -0
  516. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_0.json +28 -0
  517. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_3.json +28 -0
  518. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_4.json +28 -0
  519. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_5.json +28 -0
  520. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_6.json +28 -0
  521. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_7.json +28 -0
  522. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/placeholder.gltf +0 -0
  523. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_0.json +15 -0
  524. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_1.json +15 -0
  525. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_2.json +15 -0
  526. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/placeholder.gltf +0 -0
  527. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_0.json +15 -0
  528. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_3.json +15 -0
  529. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_4.json +15 -0
  530. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_5.json +15 -0
  531. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_0.json +15 -0
  532. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_1.json +15 -0
  533. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/placeholder.gltf +0 -0
  534. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_0.json +15 -0
  535. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_3.json +15 -0
  536. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_4.json +15 -0
  537. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_5.json +15 -0
  538. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_0.json +20 -0
  539. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_3.json +20 -0
  540. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_4.json +20 -0
  541. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_5.json +20 -0
  542. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_6.json +24 -0
  543. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/placeholder.gltf +0 -0
  544. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_0.json +51 -0
  545. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_3.json +51 -0
  546. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_4.json +51 -0
  547. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_5.json +40 -0
  548. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_6.json +48 -0
  549. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/1_0.json +350 -0
  550. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_0.json +353 -0
  551. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_3.json +356 -0
  552. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_4.json +356 -0
  553. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_5.json +287 -0
  554. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p20/default/2_0.json +302 -0
  555. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p20/default/2_1.json +184 -0
  556. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_0.json +61 -0
  557. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_3.json +61 -0
  558. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_4.json +61 -0
  559. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_5.json +61 -0
  560. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/2_0.json +185 -0
  561. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/2_1.json +187 -0
  562. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_0.json +122 -0
  563. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_3.json +122 -0
  564. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_4.json +122 -0
  565. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_5.json +104 -0
  566. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_0.json +97 -0
  567. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_3.json +98 -0
  568. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_4.json +98 -0
  569. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_5.json +155 -0
  570. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_0.json +92 -0
  571. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_3.json +88 -0
  572. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_4.json +88 -0
  573. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_5.json +151 -0
  574. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel_em/p1000/default/1_0.json +236 -0
  575. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel_em/p1000/default/3_0.json +236 -0
  576. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/1_0.json +236 -0
  577. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_0.json +185 -0
  578. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_3.json +188 -0
  579. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_4.json +188 -0
  580. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_5.json +239 -0
  581. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_6.json +239 -0
  582. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/1_0.json +288 -0
  583. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_0.json +181 -0
  584. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_1.json +192 -0
  585. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_2.json +192 -0
  586. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_0.json +52 -0
  587. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_3.json +52 -0
  588. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_4.json +49 -0
  589. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_5.json +47 -0
  590. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_0.json +41 -0
  591. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_3.json +41 -0
  592. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_4.json +41 -0
  593. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_5.json +41 -0
  594. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_0.json +99 -0
  595. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_1.json +102 -0
  596. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_2.json +102 -0
  597. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_0.json +353 -0
  598. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_3.json +356 -0
  599. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_4.json +282 -0
  600. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_5.json +255 -0
  601. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_6.json +255 -0
  602. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_7.json +255 -0
  603. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_0.json +422 -0
  604. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_1.json +244 -0
  605. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_2.json +304 -0
  606. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_0.json +93 -0
  607. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_3.json +93 -0
  608. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_4.json +93 -0
  609. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_5.json +69 -0
  610. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/2_0.json +183 -0
  611. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/2_1.json +185 -0
  612. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_0.json +113 -0
  613. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_3.json +122 -0
  614. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_4.json +122 -0
  615. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_5.json +98 -0
  616. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_0.json +97 -0
  617. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_3.json +98 -0
  618. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_4.json +100 -0
  619. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json +145 -0
  620. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_6.json +145 -0
  621. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_0.json +77 -0
  622. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_3.json +78 -0
  623. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_4.json +78 -0
  624. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_5.json +141 -0
  625. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +141 -0
  626. opentrons_shared_data/data/pipette/schemas/1/pipetteModelSpecsSchema.json +155 -0
  627. opentrons_shared_data/data/pipette/schemas/1/pipetteNameSpecsSchema.json +91 -0
  628. opentrons_shared_data/data/pipette/schemas/2/pipetteGeometrySchema.json +124 -0
  629. opentrons_shared_data/data/pipette/schemas/2/pipetteLiquidPropertiesSchema.json +117 -0
  630. opentrons_shared_data/data/pipette/schemas/2/pipettePropertiesSchema.json +323 -0
  631. opentrons_shared_data/data/protocol/schemas/1.json +389 -0
  632. opentrons_shared_data/data/protocol/schemas/2.json +416 -0
  633. opentrons_shared_data/data/protocol/schemas/3.json +360 -0
  634. opentrons_shared_data/data/protocol/schemas/4.json +662 -0
  635. opentrons_shared_data/data/protocol/schemas/5.json +701 -0
  636. opentrons_shared_data/data/protocol/schemas/6.json +1225 -0
  637. opentrons_shared_data/data/protocol/schemas/7.json +290 -0
  638. opentrons_shared_data/data/protocol/schemas/8.json +157 -0
  639. opentrons_shared_data/data/robot/definitions/1/ot2.json +16 -0
  640. opentrons_shared_data/data/robot/definitions/1/ot3.json +17 -0
  641. opentrons_shared_data/data/robot/schemas/1.json +83 -0
  642. opentrons_shared_data/data_files/__init__.py +26 -0
  643. opentrons_shared_data/data_files/types.py +84 -0
  644. opentrons_shared_data/deck/__init__.py +108 -0
  645. opentrons_shared_data/deck/types.py +216 -0
  646. opentrons_shared_data/errors/__init__.py +30 -0
  647. opentrons_shared_data/errors/categories.py +60 -0
  648. opentrons_shared_data/errors/codes.py +124 -0
  649. opentrons_shared_data/errors/exceptions.py +1308 -0
  650. opentrons_shared_data/gripper/__init__.py +63 -0
  651. opentrons_shared_data/gripper/constants.py +6 -0
  652. opentrons_shared_data/gripper/gripper_definition.py +98 -0
  653. opentrons_shared_data/labware/__init__.py +59 -0
  654. opentrons_shared_data/labware/constants.py +22 -0
  655. opentrons_shared_data/labware/labware_definition.py +630 -0
  656. opentrons_shared_data/labware/types.py +285 -0
  657. opentrons_shared_data/liquid_classes/__init__.py +44 -0
  658. opentrons_shared_data/liquid_classes/liquid_class_definition.py +555 -0
  659. opentrons_shared_data/liquid_classes/types.py +130 -0
  660. opentrons_shared_data/load.py +57 -0
  661. opentrons_shared_data/module/__init__.py +117 -0
  662. opentrons_shared_data/module/types.py +175 -0
  663. opentrons_shared_data/pipette/__init__.py +107 -0
  664. opentrons_shared_data/pipette/dev_types.py +181 -0
  665. opentrons_shared_data/pipette/file_operation_helpers.py +37 -0
  666. opentrons_shared_data/pipette/load_data.py +301 -0
  667. opentrons_shared_data/pipette/model_constants.py +144 -0
  668. opentrons_shared_data/pipette/mutable_configurations.py +454 -0
  669. opentrons_shared_data/pipette/pipette_definition.py +573 -0
  670. opentrons_shared_data/pipette/pipette_load_name_conversions.py +320 -0
  671. opentrons_shared_data/pipette/scripts/__init__.py +0 -0
  672. opentrons_shared_data/pipette/scripts/build_json_script.py +468 -0
  673. opentrons_shared_data/pipette/scripts/update_configuration_files.py +454 -0
  674. opentrons_shared_data/pipette/types.py +419 -0
  675. opentrons_shared_data/pipette/ul_per_mm.py +68 -0
  676. opentrons_shared_data/protocol/__init__.py +13 -0
  677. opentrons_shared_data/protocol/constants.py +98 -0
  678. opentrons_shared_data/protocol/models/__init__.py +49 -0
  679. opentrons_shared_data/protocol/models/protocol_schema_v6.py +135 -0
  680. opentrons_shared_data/protocol/models/protocol_schema_v7.py +92 -0
  681. opentrons_shared_data/protocol/models/protocol_schema_v8.py +56 -0
  682. opentrons_shared_data/protocol/models/shared_models.py +111 -0
  683. opentrons_shared_data/protocol/types.py +436 -0
  684. opentrons_shared_data/py.typed +0 -0
  685. opentrons_shared_data/robot/__init__.py +33 -0
  686. opentrons_shared_data/robot/types.py +57 -0
  687. opentrons_shared_data-8.8.0a10.dist-info/METADATA +21 -0
  688. opentrons_shared_data-8.8.0a10.dist-info/RECORD +690 -0
  689. opentrons_shared_data-8.8.0a10.dist-info/WHEEL +4 -0
  690. opentrons_shared_data-8.8.0a10.dist-info/licenses/LICENSE +202 -0
@@ -0,0 +1,2146 @@
1
+ {
2
+ "metadata": {
3
+ "name": "rigaku-compact-crystallization-plate",
4
+ "format": "irregular"
5
+ },
6
+ "ordering": [
7
+ ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"],
8
+ ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"],
9
+ ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"],
10
+ ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"],
11
+ ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"],
12
+ ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"],
13
+ ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"],
14
+ ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"],
15
+ ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"],
16
+ ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"],
17
+ ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"],
18
+ ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"],
19
+ ["A13", "B13", "C13", "D13", "E13", "F13", "G13", "H13"],
20
+ ["A14", "B14", "C14", "D14", "E14", "F14", "G14", "H14"],
21
+ ["A15", "B15", "C15", "D15", "E15", "F15", "G15", "H15"],
22
+ ["A16", "B16", "C16", "D16", "E16", "F16", "G16", "H16"],
23
+ ["A17", "B17", "C17", "D17", "E17", "F17", "G17", "H17"],
24
+ ["A18", "B18", "C18", "D18", "E18", "F18", "G18", "H18"],
25
+ ["A19", "B19", "C19", "D19", "E19", "F19", "G19", "H19"],
26
+ ["A20", "B20", "C20", "D20", "E20", "F20", "G20", "H20"],
27
+ ["A21", "B21", "C21", "D21", "E21", "F21", "G21", "H21"],
28
+ ["A22", "B22", "C22", "D22", "E22", "F22", "G22", "H22"],
29
+ ["A23", "B23", "C23", "D23", "E23", "F23", "G23", "H23"],
30
+ ["A24", "B24", "C24", "D24", "E24", "F24", "G24", "H24"]
31
+ ],
32
+ "wells": {
33
+ "A1": {
34
+ "depth": 2.5,
35
+ "diameter": 2,
36
+ "height": 2.5,
37
+ "length": 2,
38
+ "total-liquid-volume": 6,
39
+ "width": 2,
40
+ "x": 10.0,
41
+ "y": 74.25,
42
+ "z": 0
43
+ },
44
+ "A10": {
45
+ "depth": 2.5,
46
+ "diameter": 2,
47
+ "height": 2.5,
48
+ "length": 2,
49
+ "total-liquid-volume": 6,
50
+ "width": 2,
51
+ "x": 91.0,
52
+ "y": 74.25,
53
+ "z": 0
54
+ },
55
+ "A11": {
56
+ "depth": 2.5,
57
+ "diameter": 2,
58
+ "height": 2.5,
59
+ "length": 2,
60
+ "total-liquid-volume": 6,
61
+ "width": 2,
62
+ "x": 100.0,
63
+ "y": 74.25,
64
+ "z": 0
65
+ },
66
+ "A12": {
67
+ "depth": 2.5,
68
+ "diameter": 2,
69
+ "height": 2.5,
70
+ "length": 2,
71
+ "total-liquid-volume": 6,
72
+ "width": 2,
73
+ "x": 109.0,
74
+ "y": 74.25,
75
+ "z": 0
76
+ },
77
+ "A13": {
78
+ "depth": 6.5,
79
+ "diameter": 2.5,
80
+ "height": 6.5,
81
+ "length": 2.5,
82
+ "total-liquid-volume": 300,
83
+ "width": 2.5,
84
+ "x": 13.25,
85
+ "y": 71.0,
86
+ "z": 0
87
+ },
88
+ "A14": {
89
+ "depth": 6.5,
90
+ "diameter": 2.5,
91
+ "height": 6.5,
92
+ "length": 2.5,
93
+ "total-liquid-volume": 300,
94
+ "width": 2.5,
95
+ "x": 22.25,
96
+ "y": 71.0,
97
+ "z": 0
98
+ },
99
+ "A15": {
100
+ "depth": 6.5,
101
+ "diameter": 2.5,
102
+ "height": 6.5,
103
+ "length": 2.5,
104
+ "total-liquid-volume": 300,
105
+ "width": 2.5,
106
+ "x": 31.25,
107
+ "y": 71.0,
108
+ "z": 0
109
+ },
110
+ "A16": {
111
+ "depth": 6.5,
112
+ "diameter": 2.5,
113
+ "height": 6.5,
114
+ "length": 2.5,
115
+ "total-liquid-volume": 300,
116
+ "width": 2.5,
117
+ "x": 40.25,
118
+ "y": 71.0,
119
+ "z": 0
120
+ },
121
+ "A17": {
122
+ "depth": 6.5,
123
+ "diameter": 2.5,
124
+ "height": 6.5,
125
+ "length": 2.5,
126
+ "total-liquid-volume": 300,
127
+ "width": 2.5,
128
+ "x": 49.25,
129
+ "y": 71.0,
130
+ "z": 0
131
+ },
132
+ "A18": {
133
+ "depth": 6.5,
134
+ "diameter": 2.5,
135
+ "height": 6.5,
136
+ "length": 2.5,
137
+ "total-liquid-volume": 300,
138
+ "width": 2.5,
139
+ "x": 58.25,
140
+ "y": 71.0,
141
+ "z": 0
142
+ },
143
+ "A19": {
144
+ "depth": 6.5,
145
+ "diameter": 2.5,
146
+ "height": 6.5,
147
+ "length": 2.5,
148
+ "total-liquid-volume": 300,
149
+ "width": 2.5,
150
+ "x": 67.25,
151
+ "y": 71.0,
152
+ "z": 0
153
+ },
154
+ "A2": {
155
+ "depth": 2.5,
156
+ "diameter": 2,
157
+ "height": 2.5,
158
+ "length": 2,
159
+ "total-liquid-volume": 6,
160
+ "width": 2,
161
+ "x": 19.0,
162
+ "y": 74.25,
163
+ "z": 0
164
+ },
165
+ "A20": {
166
+ "depth": 6.5,
167
+ "diameter": 2.5,
168
+ "height": 6.5,
169
+ "length": 2.5,
170
+ "total-liquid-volume": 300,
171
+ "width": 2.5,
172
+ "x": 76.25,
173
+ "y": 71.0,
174
+ "z": 0
175
+ },
176
+ "A21": {
177
+ "depth": 6.5,
178
+ "diameter": 2.5,
179
+ "height": 6.5,
180
+ "length": 2.5,
181
+ "total-liquid-volume": 300,
182
+ "width": 2.5,
183
+ "x": 85.25,
184
+ "y": 71.0,
185
+ "z": 0
186
+ },
187
+ "A22": {
188
+ "depth": 6.5,
189
+ "diameter": 2.5,
190
+ "height": 6.5,
191
+ "length": 2.5,
192
+ "total-liquid-volume": 300,
193
+ "width": 2.5,
194
+ "x": 94.25,
195
+ "y": 71.0,
196
+ "z": 0
197
+ },
198
+ "A23": {
199
+ "depth": 6.5,
200
+ "diameter": 2.5,
201
+ "height": 6.5,
202
+ "length": 2.5,
203
+ "total-liquid-volume": 300,
204
+ "width": 2.5,
205
+ "x": 103.25,
206
+ "y": 71.0,
207
+ "z": 0
208
+ },
209
+ "A24": {
210
+ "depth": 6.5,
211
+ "diameter": 2.5,
212
+ "height": 6.5,
213
+ "length": 2.5,
214
+ "total-liquid-volume": 300,
215
+ "width": 2.5,
216
+ "x": 112.25,
217
+ "y": 71.0,
218
+ "z": 0
219
+ },
220
+ "A3": {
221
+ "depth": 2.5,
222
+ "diameter": 2,
223
+ "height": 2.5,
224
+ "length": 2,
225
+ "total-liquid-volume": 6,
226
+ "width": 2,
227
+ "x": 28.0,
228
+ "y": 74.25,
229
+ "z": 0
230
+ },
231
+ "A4": {
232
+ "depth": 2.5,
233
+ "diameter": 2,
234
+ "height": 2.5,
235
+ "length": 2,
236
+ "total-liquid-volume": 6,
237
+ "width": 2,
238
+ "x": 37.0,
239
+ "y": 74.25,
240
+ "z": 0
241
+ },
242
+ "A5": {
243
+ "depth": 2.5,
244
+ "diameter": 2,
245
+ "height": 2.5,
246
+ "length": 2,
247
+ "total-liquid-volume": 6,
248
+ "width": 2,
249
+ "x": 46.0,
250
+ "y": 74.25,
251
+ "z": 0
252
+ },
253
+ "A6": {
254
+ "depth": 2.5,
255
+ "diameter": 2,
256
+ "height": 2.5,
257
+ "length": 2,
258
+ "total-liquid-volume": 6,
259
+ "width": 2,
260
+ "x": 55.0,
261
+ "y": 74.25,
262
+ "z": 0
263
+ },
264
+ "A7": {
265
+ "depth": 2.5,
266
+ "diameter": 2,
267
+ "height": 2.5,
268
+ "length": 2,
269
+ "total-liquid-volume": 6,
270
+ "width": 2,
271
+ "x": 64.0,
272
+ "y": 74.25,
273
+ "z": 0
274
+ },
275
+ "A8": {
276
+ "depth": 2.5,
277
+ "diameter": 2,
278
+ "height": 2.5,
279
+ "length": 2,
280
+ "total-liquid-volume": 6,
281
+ "width": 2,
282
+ "x": 73.0,
283
+ "y": 74.25,
284
+ "z": 0
285
+ },
286
+ "A9": {
287
+ "depth": 2.5,
288
+ "diameter": 2,
289
+ "height": 2.5,
290
+ "length": 2,
291
+ "total-liquid-volume": 6,
292
+ "width": 2,
293
+ "x": 82.0,
294
+ "y": 74.25,
295
+ "z": 0
296
+ },
297
+ "B1": {
298
+ "depth": 2.5,
299
+ "diameter": 2,
300
+ "height": 2.5,
301
+ "length": 2,
302
+ "total-liquid-volume": 6,
303
+ "width": 2,
304
+ "x": 10.0,
305
+ "y": 65.25,
306
+ "z": 0
307
+ },
308
+ "B10": {
309
+ "depth": 2.5,
310
+ "diameter": 2,
311
+ "height": 2.5,
312
+ "length": 2,
313
+ "total-liquid-volume": 6,
314
+ "width": 2,
315
+ "x": 91.0,
316
+ "y": 65.25,
317
+ "z": 0
318
+ },
319
+ "B11": {
320
+ "depth": 2.5,
321
+ "diameter": 2,
322
+ "height": 2.5,
323
+ "length": 2,
324
+ "total-liquid-volume": 6,
325
+ "width": 2,
326
+ "x": 100.0,
327
+ "y": 65.25,
328
+ "z": 0
329
+ },
330
+ "B12": {
331
+ "depth": 2.5,
332
+ "diameter": 2,
333
+ "height": 2.5,
334
+ "length": 2,
335
+ "total-liquid-volume": 6,
336
+ "width": 2,
337
+ "x": 109.0,
338
+ "y": 65.25,
339
+ "z": 0
340
+ },
341
+ "B13": {
342
+ "depth": 6.5,
343
+ "diameter": 2.5,
344
+ "height": 6.5,
345
+ "length": 2.5,
346
+ "total-liquid-volume": 300,
347
+ "width": 2.5,
348
+ "x": 13.25,
349
+ "y": 62.0,
350
+ "z": 0
351
+ },
352
+ "B14": {
353
+ "depth": 6.5,
354
+ "diameter": 2.5,
355
+ "height": 6.5,
356
+ "length": 2.5,
357
+ "total-liquid-volume": 300,
358
+ "width": 2.5,
359
+ "x": 22.25,
360
+ "y": 62.0,
361
+ "z": 0
362
+ },
363
+ "B15": {
364
+ "depth": 6.5,
365
+ "diameter": 2.5,
366
+ "height": 6.5,
367
+ "length": 2.5,
368
+ "total-liquid-volume": 300,
369
+ "width": 2.5,
370
+ "x": 31.25,
371
+ "y": 62.0,
372
+ "z": 0
373
+ },
374
+ "B16": {
375
+ "depth": 6.5,
376
+ "diameter": 2.5,
377
+ "height": 6.5,
378
+ "length": 2.5,
379
+ "total-liquid-volume": 300,
380
+ "width": 2.5,
381
+ "x": 40.25,
382
+ "y": 62.0,
383
+ "z": 0
384
+ },
385
+ "B17": {
386
+ "depth": 6.5,
387
+ "diameter": 2.5,
388
+ "height": 6.5,
389
+ "length": 2.5,
390
+ "total-liquid-volume": 300,
391
+ "width": 2.5,
392
+ "x": 49.25,
393
+ "y": 62.0,
394
+ "z": 0
395
+ },
396
+ "B18": {
397
+ "depth": 6.5,
398
+ "diameter": 2.5,
399
+ "height": 6.5,
400
+ "length": 2.5,
401
+ "total-liquid-volume": 300,
402
+ "width": 2.5,
403
+ "x": 58.25,
404
+ "y": 62.0,
405
+ "z": 0
406
+ },
407
+ "B19": {
408
+ "depth": 6.5,
409
+ "diameter": 2.5,
410
+ "height": 6.5,
411
+ "length": 2.5,
412
+ "total-liquid-volume": 300,
413
+ "width": 2.5,
414
+ "x": 67.25,
415
+ "y": 62.0,
416
+ "z": 0
417
+ },
418
+ "B2": {
419
+ "depth": 2.5,
420
+ "diameter": 2,
421
+ "height": 2.5,
422
+ "length": 2,
423
+ "total-liquid-volume": 6,
424
+ "width": 2,
425
+ "x": 19.0,
426
+ "y": 65.25,
427
+ "z": 0
428
+ },
429
+ "B20": {
430
+ "depth": 6.5,
431
+ "diameter": 2.5,
432
+ "height": 6.5,
433
+ "length": 2.5,
434
+ "total-liquid-volume": 300,
435
+ "width": 2.5,
436
+ "x": 76.25,
437
+ "y": 62.0,
438
+ "z": 0
439
+ },
440
+ "B21": {
441
+ "depth": 6.5,
442
+ "diameter": 2.5,
443
+ "height": 6.5,
444
+ "length": 2.5,
445
+ "total-liquid-volume": 300,
446
+ "width": 2.5,
447
+ "x": 85.25,
448
+ "y": 62.0,
449
+ "z": 0
450
+ },
451
+ "B22": {
452
+ "depth": 6.5,
453
+ "diameter": 2.5,
454
+ "height": 6.5,
455
+ "length": 2.5,
456
+ "total-liquid-volume": 300,
457
+ "width": 2.5,
458
+ "x": 94.25,
459
+ "y": 62.0,
460
+ "z": 0
461
+ },
462
+ "B23": {
463
+ "depth": 6.5,
464
+ "diameter": 2.5,
465
+ "height": 6.5,
466
+ "length": 2.5,
467
+ "total-liquid-volume": 300,
468
+ "width": 2.5,
469
+ "x": 103.25,
470
+ "y": 62.0,
471
+ "z": 0
472
+ },
473
+ "B24": {
474
+ "depth": 6.5,
475
+ "diameter": 2.5,
476
+ "height": 6.5,
477
+ "length": 2.5,
478
+ "total-liquid-volume": 300,
479
+ "width": 2.5,
480
+ "x": 112.25,
481
+ "y": 62.0,
482
+ "z": 0
483
+ },
484
+ "B3": {
485
+ "depth": 2.5,
486
+ "diameter": 2,
487
+ "height": 2.5,
488
+ "length": 2,
489
+ "total-liquid-volume": 6,
490
+ "width": 2,
491
+ "x": 28.0,
492
+ "y": 65.25,
493
+ "z": 0
494
+ },
495
+ "B4": {
496
+ "depth": 2.5,
497
+ "diameter": 2,
498
+ "height": 2.5,
499
+ "length": 2,
500
+ "total-liquid-volume": 6,
501
+ "width": 2,
502
+ "x": 37.0,
503
+ "y": 65.25,
504
+ "z": 0
505
+ },
506
+ "B5": {
507
+ "depth": 2.5,
508
+ "diameter": 2,
509
+ "height": 2.5,
510
+ "length": 2,
511
+ "total-liquid-volume": 6,
512
+ "width": 2,
513
+ "x": 46.0,
514
+ "y": 65.25,
515
+ "z": 0
516
+ },
517
+ "B6": {
518
+ "depth": 2.5,
519
+ "diameter": 2,
520
+ "height": 2.5,
521
+ "length": 2,
522
+ "total-liquid-volume": 6,
523
+ "width": 2,
524
+ "x": 55.0,
525
+ "y": 65.25,
526
+ "z": 0
527
+ },
528
+ "B7": {
529
+ "depth": 2.5,
530
+ "diameter": 2,
531
+ "height": 2.5,
532
+ "length": 2,
533
+ "total-liquid-volume": 6,
534
+ "width": 2,
535
+ "x": 64.0,
536
+ "y": 65.25,
537
+ "z": 0
538
+ },
539
+ "B8": {
540
+ "depth": 2.5,
541
+ "diameter": 2,
542
+ "height": 2.5,
543
+ "length": 2,
544
+ "total-liquid-volume": 6,
545
+ "width": 2,
546
+ "x": 73.0,
547
+ "y": 65.25,
548
+ "z": 0
549
+ },
550
+ "B9": {
551
+ "depth": 2.5,
552
+ "diameter": 2,
553
+ "height": 2.5,
554
+ "length": 2,
555
+ "total-liquid-volume": 6,
556
+ "width": 2,
557
+ "x": 82.0,
558
+ "y": 65.25,
559
+ "z": 0
560
+ },
561
+ "C1": {
562
+ "depth": 2.5,
563
+ "diameter": 2,
564
+ "height": 2.5,
565
+ "length": 2,
566
+ "total-liquid-volume": 6,
567
+ "width": 2,
568
+ "x": 10.0,
569
+ "y": 56.25,
570
+ "z": 0
571
+ },
572
+ "C10": {
573
+ "depth": 2.5,
574
+ "diameter": 2,
575
+ "height": 2.5,
576
+ "length": 2,
577
+ "total-liquid-volume": 6,
578
+ "width": 2,
579
+ "x": 91.0,
580
+ "y": 56.25,
581
+ "z": 0
582
+ },
583
+ "C11": {
584
+ "depth": 2.5,
585
+ "diameter": 2,
586
+ "height": 2.5,
587
+ "length": 2,
588
+ "total-liquid-volume": 6,
589
+ "width": 2,
590
+ "x": 100.0,
591
+ "y": 56.25,
592
+ "z": 0
593
+ },
594
+ "C12": {
595
+ "depth": 2.5,
596
+ "diameter": 2,
597
+ "height": 2.5,
598
+ "length": 2,
599
+ "total-liquid-volume": 6,
600
+ "width": 2,
601
+ "x": 109.0,
602
+ "y": 56.25,
603
+ "z": 0
604
+ },
605
+ "C13": {
606
+ "depth": 6.5,
607
+ "diameter": 2.5,
608
+ "height": 6.5,
609
+ "length": 2.5,
610
+ "total-liquid-volume": 300,
611
+ "width": 2.5,
612
+ "x": 13.25,
613
+ "y": 53.0,
614
+ "z": 0
615
+ },
616
+ "C14": {
617
+ "depth": 6.5,
618
+ "diameter": 2.5,
619
+ "height": 6.5,
620
+ "length": 2.5,
621
+ "total-liquid-volume": 300,
622
+ "width": 2.5,
623
+ "x": 22.25,
624
+ "y": 53.0,
625
+ "z": 0
626
+ },
627
+ "C15": {
628
+ "depth": 6.5,
629
+ "diameter": 2.5,
630
+ "height": 6.5,
631
+ "length": 2.5,
632
+ "total-liquid-volume": 300,
633
+ "width": 2.5,
634
+ "x": 31.25,
635
+ "y": 53.0,
636
+ "z": 0
637
+ },
638
+ "C16": {
639
+ "depth": 6.5,
640
+ "diameter": 2.5,
641
+ "height": 6.5,
642
+ "length": 2.5,
643
+ "total-liquid-volume": 300,
644
+ "width": 2.5,
645
+ "x": 40.25,
646
+ "y": 53.0,
647
+ "z": 0
648
+ },
649
+ "C17": {
650
+ "depth": 6.5,
651
+ "diameter": 2.5,
652
+ "height": 6.5,
653
+ "length": 2.5,
654
+ "total-liquid-volume": 300,
655
+ "width": 2.5,
656
+ "x": 49.25,
657
+ "y": 53.0,
658
+ "z": 0
659
+ },
660
+ "C18": {
661
+ "depth": 6.5,
662
+ "diameter": 2.5,
663
+ "height": 6.5,
664
+ "length": 2.5,
665
+ "total-liquid-volume": 300,
666
+ "width": 2.5,
667
+ "x": 58.25,
668
+ "y": 53.0,
669
+ "z": 0
670
+ },
671
+ "C19": {
672
+ "depth": 6.5,
673
+ "diameter": 2.5,
674
+ "height": 6.5,
675
+ "length": 2.5,
676
+ "total-liquid-volume": 300,
677
+ "width": 2.5,
678
+ "x": 67.25,
679
+ "y": 53.0,
680
+ "z": 0
681
+ },
682
+ "C2": {
683
+ "depth": 2.5,
684
+ "diameter": 2,
685
+ "height": 2.5,
686
+ "length": 2,
687
+ "total-liquid-volume": 6,
688
+ "width": 2,
689
+ "x": 19.0,
690
+ "y": 56.25,
691
+ "z": 0
692
+ },
693
+ "C20": {
694
+ "depth": 6.5,
695
+ "diameter": 2.5,
696
+ "height": 6.5,
697
+ "length": 2.5,
698
+ "total-liquid-volume": 300,
699
+ "width": 2.5,
700
+ "x": 76.25,
701
+ "y": 53.0,
702
+ "z": 0
703
+ },
704
+ "C21": {
705
+ "depth": 6.5,
706
+ "diameter": 2.5,
707
+ "height": 6.5,
708
+ "length": 2.5,
709
+ "total-liquid-volume": 300,
710
+ "width": 2.5,
711
+ "x": 85.25,
712
+ "y": 53.0,
713
+ "z": 0
714
+ },
715
+ "C22": {
716
+ "depth": 6.5,
717
+ "diameter": 2.5,
718
+ "height": 6.5,
719
+ "length": 2.5,
720
+ "total-liquid-volume": 300,
721
+ "width": 2.5,
722
+ "x": 94.25,
723
+ "y": 53.0,
724
+ "z": 0
725
+ },
726
+ "C23": {
727
+ "depth": 6.5,
728
+ "diameter": 2.5,
729
+ "height": 6.5,
730
+ "length": 2.5,
731
+ "total-liquid-volume": 300,
732
+ "width": 2.5,
733
+ "x": 103.25,
734
+ "y": 53.0,
735
+ "z": 0
736
+ },
737
+ "C24": {
738
+ "depth": 6.5,
739
+ "diameter": 2.5,
740
+ "height": 6.5,
741
+ "length": 2.5,
742
+ "total-liquid-volume": 300,
743
+ "width": 2.5,
744
+ "x": 112.25,
745
+ "y": 53.0,
746
+ "z": 0
747
+ },
748
+ "C3": {
749
+ "depth": 2.5,
750
+ "diameter": 2,
751
+ "height": 2.5,
752
+ "length": 2,
753
+ "total-liquid-volume": 6,
754
+ "width": 2,
755
+ "x": 28.0,
756
+ "y": 56.25,
757
+ "z": 0
758
+ },
759
+ "C4": {
760
+ "depth": 2.5,
761
+ "diameter": 2,
762
+ "height": 2.5,
763
+ "length": 2,
764
+ "total-liquid-volume": 6,
765
+ "width": 2,
766
+ "x": 37.0,
767
+ "y": 56.25,
768
+ "z": 0
769
+ },
770
+ "C5": {
771
+ "depth": 2.5,
772
+ "diameter": 2,
773
+ "height": 2.5,
774
+ "length": 2,
775
+ "total-liquid-volume": 6,
776
+ "width": 2,
777
+ "x": 46.0,
778
+ "y": 56.25,
779
+ "z": 0
780
+ },
781
+ "C6": {
782
+ "depth": 2.5,
783
+ "diameter": 2,
784
+ "height": 2.5,
785
+ "length": 2,
786
+ "total-liquid-volume": 6,
787
+ "width": 2,
788
+ "x": 55.0,
789
+ "y": 56.25,
790
+ "z": 0
791
+ },
792
+ "C7": {
793
+ "depth": 2.5,
794
+ "diameter": 2,
795
+ "height": 2.5,
796
+ "length": 2,
797
+ "total-liquid-volume": 6,
798
+ "width": 2,
799
+ "x": 64.0,
800
+ "y": 56.25,
801
+ "z": 0
802
+ },
803
+ "C8": {
804
+ "depth": 2.5,
805
+ "diameter": 2,
806
+ "height": 2.5,
807
+ "length": 2,
808
+ "total-liquid-volume": 6,
809
+ "width": 2,
810
+ "x": 73.0,
811
+ "y": 56.25,
812
+ "z": 0
813
+ },
814
+ "C9": {
815
+ "depth": 2.5,
816
+ "diameter": 2,
817
+ "height": 2.5,
818
+ "length": 2,
819
+ "total-liquid-volume": 6,
820
+ "width": 2,
821
+ "x": 82.0,
822
+ "y": 56.25,
823
+ "z": 0
824
+ },
825
+ "D1": {
826
+ "depth": 2.5,
827
+ "diameter": 2,
828
+ "height": 2.5,
829
+ "length": 2,
830
+ "total-liquid-volume": 6,
831
+ "width": 2,
832
+ "x": 10.0,
833
+ "y": 47.25,
834
+ "z": 0
835
+ },
836
+ "D10": {
837
+ "depth": 2.5,
838
+ "diameter": 2,
839
+ "height": 2.5,
840
+ "length": 2,
841
+ "total-liquid-volume": 6,
842
+ "width": 2,
843
+ "x": 91.0,
844
+ "y": 47.25,
845
+ "z": 0
846
+ },
847
+ "D11": {
848
+ "depth": 2.5,
849
+ "diameter": 2,
850
+ "height": 2.5,
851
+ "length": 2,
852
+ "total-liquid-volume": 6,
853
+ "width": 2,
854
+ "x": 100.0,
855
+ "y": 47.25,
856
+ "z": 0
857
+ },
858
+ "D12": {
859
+ "depth": 2.5,
860
+ "diameter": 2,
861
+ "height": 2.5,
862
+ "length": 2,
863
+ "total-liquid-volume": 6,
864
+ "width": 2,
865
+ "x": 109.0,
866
+ "y": 47.25,
867
+ "z": 0
868
+ },
869
+ "D13": {
870
+ "depth": 6.5,
871
+ "diameter": 2.5,
872
+ "height": 6.5,
873
+ "length": 2.5,
874
+ "total-liquid-volume": 300,
875
+ "width": 2.5,
876
+ "x": 13.25,
877
+ "y": 44.0,
878
+ "z": 0
879
+ },
880
+ "D14": {
881
+ "depth": 6.5,
882
+ "diameter": 2.5,
883
+ "height": 6.5,
884
+ "length": 2.5,
885
+ "total-liquid-volume": 300,
886
+ "width": 2.5,
887
+ "x": 22.25,
888
+ "y": 44.0,
889
+ "z": 0
890
+ },
891
+ "D15": {
892
+ "depth": 6.5,
893
+ "diameter": 2.5,
894
+ "height": 6.5,
895
+ "length": 2.5,
896
+ "total-liquid-volume": 300,
897
+ "width": 2.5,
898
+ "x": 31.25,
899
+ "y": 44.0,
900
+ "z": 0
901
+ },
902
+ "D16": {
903
+ "depth": 6.5,
904
+ "diameter": 2.5,
905
+ "height": 6.5,
906
+ "length": 2.5,
907
+ "total-liquid-volume": 300,
908
+ "width": 2.5,
909
+ "x": 40.25,
910
+ "y": 44.0,
911
+ "z": 0
912
+ },
913
+ "D17": {
914
+ "depth": 6.5,
915
+ "diameter": 2.5,
916
+ "height": 6.5,
917
+ "length": 2.5,
918
+ "total-liquid-volume": 300,
919
+ "width": 2.5,
920
+ "x": 49.25,
921
+ "y": 44.0,
922
+ "z": 0
923
+ },
924
+ "D18": {
925
+ "depth": 6.5,
926
+ "diameter": 2.5,
927
+ "height": 6.5,
928
+ "length": 2.5,
929
+ "total-liquid-volume": 300,
930
+ "width": 2.5,
931
+ "x": 58.25,
932
+ "y": 44.0,
933
+ "z": 0
934
+ },
935
+ "D19": {
936
+ "depth": 6.5,
937
+ "diameter": 2.5,
938
+ "height": 6.5,
939
+ "length": 2.5,
940
+ "total-liquid-volume": 300,
941
+ "width": 2.5,
942
+ "x": 67.25,
943
+ "y": 44.0,
944
+ "z": 0
945
+ },
946
+ "D2": {
947
+ "depth": 2.5,
948
+ "diameter": 2,
949
+ "height": 2.5,
950
+ "length": 2,
951
+ "total-liquid-volume": 6,
952
+ "width": 2,
953
+ "x": 19.0,
954
+ "y": 47.25,
955
+ "z": 0
956
+ },
957
+ "D20": {
958
+ "depth": 6.5,
959
+ "diameter": 2.5,
960
+ "height": 6.5,
961
+ "length": 2.5,
962
+ "total-liquid-volume": 300,
963
+ "width": 2.5,
964
+ "x": 76.25,
965
+ "y": 44.0,
966
+ "z": 0
967
+ },
968
+ "D21": {
969
+ "depth": 6.5,
970
+ "diameter": 2.5,
971
+ "height": 6.5,
972
+ "length": 2.5,
973
+ "total-liquid-volume": 300,
974
+ "width": 2.5,
975
+ "x": 85.25,
976
+ "y": 44.0,
977
+ "z": 0
978
+ },
979
+ "D22": {
980
+ "depth": 6.5,
981
+ "diameter": 2.5,
982
+ "height": 6.5,
983
+ "length": 2.5,
984
+ "total-liquid-volume": 300,
985
+ "width": 2.5,
986
+ "x": 94.25,
987
+ "y": 44.0,
988
+ "z": 0
989
+ },
990
+ "D23": {
991
+ "depth": 6.5,
992
+ "diameter": 2.5,
993
+ "height": 6.5,
994
+ "length": 2.5,
995
+ "total-liquid-volume": 300,
996
+ "width": 2.5,
997
+ "x": 103.25,
998
+ "y": 44.0,
999
+ "z": 0
1000
+ },
1001
+ "D24": {
1002
+ "depth": 6.5,
1003
+ "diameter": 2.5,
1004
+ "height": 6.5,
1005
+ "length": 2.5,
1006
+ "total-liquid-volume": 300,
1007
+ "width": 2.5,
1008
+ "x": 112.25,
1009
+ "y": 44.0,
1010
+ "z": 0
1011
+ },
1012
+ "D3": {
1013
+ "depth": 2.5,
1014
+ "diameter": 2,
1015
+ "height": 2.5,
1016
+ "length": 2,
1017
+ "total-liquid-volume": 6,
1018
+ "width": 2,
1019
+ "x": 28.0,
1020
+ "y": 47.25,
1021
+ "z": 0
1022
+ },
1023
+ "D4": {
1024
+ "depth": 2.5,
1025
+ "diameter": 2,
1026
+ "height": 2.5,
1027
+ "length": 2,
1028
+ "total-liquid-volume": 6,
1029
+ "width": 2,
1030
+ "x": 37.0,
1031
+ "y": 47.25,
1032
+ "z": 0
1033
+ },
1034
+ "D5": {
1035
+ "depth": 2.5,
1036
+ "diameter": 2,
1037
+ "height": 2.5,
1038
+ "length": 2,
1039
+ "total-liquid-volume": 6,
1040
+ "width": 2,
1041
+ "x": 46.0,
1042
+ "y": 47.25,
1043
+ "z": 0
1044
+ },
1045
+ "D6": {
1046
+ "depth": 2.5,
1047
+ "diameter": 2,
1048
+ "height": 2.5,
1049
+ "length": 2,
1050
+ "total-liquid-volume": 6,
1051
+ "width": 2,
1052
+ "x": 55.0,
1053
+ "y": 47.25,
1054
+ "z": 0
1055
+ },
1056
+ "D7": {
1057
+ "depth": 2.5,
1058
+ "diameter": 2,
1059
+ "height": 2.5,
1060
+ "length": 2,
1061
+ "total-liquid-volume": 6,
1062
+ "width": 2,
1063
+ "x": 64.0,
1064
+ "y": 47.25,
1065
+ "z": 0
1066
+ },
1067
+ "D8": {
1068
+ "depth": 2.5,
1069
+ "diameter": 2,
1070
+ "height": 2.5,
1071
+ "length": 2,
1072
+ "total-liquid-volume": 6,
1073
+ "width": 2,
1074
+ "x": 73.0,
1075
+ "y": 47.25,
1076
+ "z": 0
1077
+ },
1078
+ "D9": {
1079
+ "depth": 2.5,
1080
+ "diameter": 2,
1081
+ "height": 2.5,
1082
+ "length": 2,
1083
+ "total-liquid-volume": 6,
1084
+ "width": 2,
1085
+ "x": 82.0,
1086
+ "y": 47.25,
1087
+ "z": 0
1088
+ },
1089
+ "E1": {
1090
+ "depth": 2.5,
1091
+ "diameter": 2,
1092
+ "height": 2.5,
1093
+ "length": 2,
1094
+ "total-liquid-volume": 6,
1095
+ "width": 2,
1096
+ "x": 10.0,
1097
+ "y": 38.25,
1098
+ "z": 0
1099
+ },
1100
+ "E10": {
1101
+ "depth": 2.5,
1102
+ "diameter": 2,
1103
+ "height": 2.5,
1104
+ "length": 2,
1105
+ "total-liquid-volume": 6,
1106
+ "width": 2,
1107
+ "x": 91.0,
1108
+ "y": 38.25,
1109
+ "z": 0
1110
+ },
1111
+ "E11": {
1112
+ "depth": 2.5,
1113
+ "diameter": 2,
1114
+ "height": 2.5,
1115
+ "length": 2,
1116
+ "total-liquid-volume": 6,
1117
+ "width": 2,
1118
+ "x": 100.0,
1119
+ "y": 38.25,
1120
+ "z": 0
1121
+ },
1122
+ "E12": {
1123
+ "depth": 2.5,
1124
+ "diameter": 2,
1125
+ "height": 2.5,
1126
+ "length": 2,
1127
+ "total-liquid-volume": 6,
1128
+ "width": 2,
1129
+ "x": 109.0,
1130
+ "y": 38.25,
1131
+ "z": 0
1132
+ },
1133
+ "E13": {
1134
+ "depth": 6.5,
1135
+ "diameter": 2.5,
1136
+ "height": 6.5,
1137
+ "length": 2.5,
1138
+ "total-liquid-volume": 300,
1139
+ "width": 2.5,
1140
+ "x": 13.25,
1141
+ "y": 35.0,
1142
+ "z": 0
1143
+ },
1144
+ "E14": {
1145
+ "depth": 6.5,
1146
+ "diameter": 2.5,
1147
+ "height": 6.5,
1148
+ "length": 2.5,
1149
+ "total-liquid-volume": 300,
1150
+ "width": 2.5,
1151
+ "x": 22.25,
1152
+ "y": 35.0,
1153
+ "z": 0
1154
+ },
1155
+ "E15": {
1156
+ "depth": 6.5,
1157
+ "diameter": 2.5,
1158
+ "height": 6.5,
1159
+ "length": 2.5,
1160
+ "total-liquid-volume": 300,
1161
+ "width": 2.5,
1162
+ "x": 31.25,
1163
+ "y": 35.0,
1164
+ "z": 0
1165
+ },
1166
+ "E16": {
1167
+ "depth": 6.5,
1168
+ "diameter": 2.5,
1169
+ "height": 6.5,
1170
+ "length": 2.5,
1171
+ "total-liquid-volume": 300,
1172
+ "width": 2.5,
1173
+ "x": 40.25,
1174
+ "y": 35.0,
1175
+ "z": 0
1176
+ },
1177
+ "E17": {
1178
+ "depth": 6.5,
1179
+ "diameter": 2.5,
1180
+ "height": 6.5,
1181
+ "length": 2.5,
1182
+ "total-liquid-volume": 300,
1183
+ "width": 2.5,
1184
+ "x": 49.25,
1185
+ "y": 35.0,
1186
+ "z": 0
1187
+ },
1188
+ "E18": {
1189
+ "depth": 6.5,
1190
+ "diameter": 2.5,
1191
+ "height": 6.5,
1192
+ "length": 2.5,
1193
+ "total-liquid-volume": 300,
1194
+ "width": 2.5,
1195
+ "x": 58.25,
1196
+ "y": 35.0,
1197
+ "z": 0
1198
+ },
1199
+ "E19": {
1200
+ "depth": 6.5,
1201
+ "diameter": 2.5,
1202
+ "height": 6.5,
1203
+ "length": 2.5,
1204
+ "total-liquid-volume": 300,
1205
+ "width": 2.5,
1206
+ "x": 67.25,
1207
+ "y": 35.0,
1208
+ "z": 0
1209
+ },
1210
+ "E2": {
1211
+ "depth": 2.5,
1212
+ "diameter": 2,
1213
+ "height": 2.5,
1214
+ "length": 2,
1215
+ "total-liquid-volume": 6,
1216
+ "width": 2,
1217
+ "x": 19.0,
1218
+ "y": 38.25,
1219
+ "z": 0
1220
+ },
1221
+ "E20": {
1222
+ "depth": 6.5,
1223
+ "diameter": 2.5,
1224
+ "height": 6.5,
1225
+ "length": 2.5,
1226
+ "total-liquid-volume": 300,
1227
+ "width": 2.5,
1228
+ "x": 76.25,
1229
+ "y": 35.0,
1230
+ "z": 0
1231
+ },
1232
+ "E21": {
1233
+ "depth": 6.5,
1234
+ "diameter": 2.5,
1235
+ "height": 6.5,
1236
+ "length": 2.5,
1237
+ "total-liquid-volume": 300,
1238
+ "width": 2.5,
1239
+ "x": 85.25,
1240
+ "y": 35.0,
1241
+ "z": 0
1242
+ },
1243
+ "E22": {
1244
+ "depth": 6.5,
1245
+ "diameter": 2.5,
1246
+ "height": 6.5,
1247
+ "length": 2.5,
1248
+ "total-liquid-volume": 300,
1249
+ "width": 2.5,
1250
+ "x": 94.25,
1251
+ "y": 35.0,
1252
+ "z": 0
1253
+ },
1254
+ "E23": {
1255
+ "depth": 6.5,
1256
+ "diameter": 2.5,
1257
+ "height": 6.5,
1258
+ "length": 2.5,
1259
+ "total-liquid-volume": 300,
1260
+ "width": 2.5,
1261
+ "x": 103.25,
1262
+ "y": 35.0,
1263
+ "z": 0
1264
+ },
1265
+ "E24": {
1266
+ "depth": 6.5,
1267
+ "diameter": 2.5,
1268
+ "height": 6.5,
1269
+ "length": 2.5,
1270
+ "total-liquid-volume": 300,
1271
+ "width": 2.5,
1272
+ "x": 112.25,
1273
+ "y": 35.0,
1274
+ "z": 0
1275
+ },
1276
+ "E3": {
1277
+ "depth": 2.5,
1278
+ "diameter": 2,
1279
+ "height": 2.5,
1280
+ "length": 2,
1281
+ "total-liquid-volume": 6,
1282
+ "width": 2,
1283
+ "x": 28.0,
1284
+ "y": 38.25,
1285
+ "z": 0
1286
+ },
1287
+ "E4": {
1288
+ "depth": 2.5,
1289
+ "diameter": 2,
1290
+ "height": 2.5,
1291
+ "length": 2,
1292
+ "total-liquid-volume": 6,
1293
+ "width": 2,
1294
+ "x": 37.0,
1295
+ "y": 38.25,
1296
+ "z": 0
1297
+ },
1298
+ "E5": {
1299
+ "depth": 2.5,
1300
+ "diameter": 2,
1301
+ "height": 2.5,
1302
+ "length": 2,
1303
+ "total-liquid-volume": 6,
1304
+ "width": 2,
1305
+ "x": 46.0,
1306
+ "y": 38.25,
1307
+ "z": 0
1308
+ },
1309
+ "E6": {
1310
+ "depth": 2.5,
1311
+ "diameter": 2,
1312
+ "height": 2.5,
1313
+ "length": 2,
1314
+ "total-liquid-volume": 6,
1315
+ "width": 2,
1316
+ "x": 55.0,
1317
+ "y": 38.25,
1318
+ "z": 0
1319
+ },
1320
+ "E7": {
1321
+ "depth": 2.5,
1322
+ "diameter": 2,
1323
+ "height": 2.5,
1324
+ "length": 2,
1325
+ "total-liquid-volume": 6,
1326
+ "width": 2,
1327
+ "x": 64.0,
1328
+ "y": 38.25,
1329
+ "z": 0
1330
+ },
1331
+ "E8": {
1332
+ "depth": 2.5,
1333
+ "diameter": 2,
1334
+ "height": 2.5,
1335
+ "length": 2,
1336
+ "total-liquid-volume": 6,
1337
+ "width": 2,
1338
+ "x": 73.0,
1339
+ "y": 38.25,
1340
+ "z": 0
1341
+ },
1342
+ "E9": {
1343
+ "depth": 2.5,
1344
+ "diameter": 2,
1345
+ "height": 2.5,
1346
+ "length": 2,
1347
+ "total-liquid-volume": 6,
1348
+ "width": 2,
1349
+ "x": 82.0,
1350
+ "y": 38.25,
1351
+ "z": 0
1352
+ },
1353
+ "F1": {
1354
+ "depth": 2.5,
1355
+ "diameter": 2,
1356
+ "height": 2.5,
1357
+ "length": 2,
1358
+ "total-liquid-volume": 6,
1359
+ "width": 2,
1360
+ "x": 10.0,
1361
+ "y": 29.25,
1362
+ "z": 0
1363
+ },
1364
+ "F10": {
1365
+ "depth": 2.5,
1366
+ "diameter": 2,
1367
+ "height": 2.5,
1368
+ "length": 2,
1369
+ "total-liquid-volume": 6,
1370
+ "width": 2,
1371
+ "x": 91.0,
1372
+ "y": 29.25,
1373
+ "z": 0
1374
+ },
1375
+ "F11": {
1376
+ "depth": 2.5,
1377
+ "diameter": 2,
1378
+ "height": 2.5,
1379
+ "length": 2,
1380
+ "total-liquid-volume": 6,
1381
+ "width": 2,
1382
+ "x": 100.0,
1383
+ "y": 29.25,
1384
+ "z": 0
1385
+ },
1386
+ "F12": {
1387
+ "depth": 2.5,
1388
+ "diameter": 2,
1389
+ "height": 2.5,
1390
+ "length": 2,
1391
+ "total-liquid-volume": 6,
1392
+ "width": 2,
1393
+ "x": 109.0,
1394
+ "y": 29.25,
1395
+ "z": 0
1396
+ },
1397
+ "F13": {
1398
+ "depth": 6.5,
1399
+ "diameter": 2.5,
1400
+ "height": 6.5,
1401
+ "length": 2.5,
1402
+ "total-liquid-volume": 300,
1403
+ "width": 2.5,
1404
+ "x": 13.25,
1405
+ "y": 26.0,
1406
+ "z": 0
1407
+ },
1408
+ "F14": {
1409
+ "depth": 6.5,
1410
+ "diameter": 2.5,
1411
+ "height": 6.5,
1412
+ "length": 2.5,
1413
+ "total-liquid-volume": 300,
1414
+ "width": 2.5,
1415
+ "x": 22.25,
1416
+ "y": 26.0,
1417
+ "z": 0
1418
+ },
1419
+ "F15": {
1420
+ "depth": 6.5,
1421
+ "diameter": 2.5,
1422
+ "height": 6.5,
1423
+ "length": 2.5,
1424
+ "total-liquid-volume": 300,
1425
+ "width": 2.5,
1426
+ "x": 31.25,
1427
+ "y": 26.0,
1428
+ "z": 0
1429
+ },
1430
+ "F16": {
1431
+ "depth": 6.5,
1432
+ "diameter": 2.5,
1433
+ "height": 6.5,
1434
+ "length": 2.5,
1435
+ "total-liquid-volume": 300,
1436
+ "width": 2.5,
1437
+ "x": 40.25,
1438
+ "y": 26.0,
1439
+ "z": 0
1440
+ },
1441
+ "F17": {
1442
+ "depth": 6.5,
1443
+ "diameter": 2.5,
1444
+ "height": 6.5,
1445
+ "length": 2.5,
1446
+ "total-liquid-volume": 300,
1447
+ "width": 2.5,
1448
+ "x": 49.25,
1449
+ "y": 26.0,
1450
+ "z": 0
1451
+ },
1452
+ "F18": {
1453
+ "depth": 6.5,
1454
+ "diameter": 2.5,
1455
+ "height": 6.5,
1456
+ "length": 2.5,
1457
+ "total-liquid-volume": 300,
1458
+ "width": 2.5,
1459
+ "x": 58.25,
1460
+ "y": 26.0,
1461
+ "z": 0
1462
+ },
1463
+ "F19": {
1464
+ "depth": 6.5,
1465
+ "diameter": 2.5,
1466
+ "height": 6.5,
1467
+ "length": 2.5,
1468
+ "total-liquid-volume": 300,
1469
+ "width": 2.5,
1470
+ "x": 67.25,
1471
+ "y": 26.0,
1472
+ "z": 0
1473
+ },
1474
+ "F2": {
1475
+ "depth": 2.5,
1476
+ "diameter": 2,
1477
+ "height": 2.5,
1478
+ "length": 2,
1479
+ "total-liquid-volume": 6,
1480
+ "width": 2,
1481
+ "x": 19.0,
1482
+ "y": 29.25,
1483
+ "z": 0
1484
+ },
1485
+ "F20": {
1486
+ "depth": 6.5,
1487
+ "diameter": 2.5,
1488
+ "height": 6.5,
1489
+ "length": 2.5,
1490
+ "total-liquid-volume": 300,
1491
+ "width": 2.5,
1492
+ "x": 76.25,
1493
+ "y": 26.0,
1494
+ "z": 0
1495
+ },
1496
+ "F21": {
1497
+ "depth": 6.5,
1498
+ "diameter": 2.5,
1499
+ "height": 6.5,
1500
+ "length": 2.5,
1501
+ "total-liquid-volume": 300,
1502
+ "width": 2.5,
1503
+ "x": 85.25,
1504
+ "y": 26.0,
1505
+ "z": 0
1506
+ },
1507
+ "F22": {
1508
+ "depth": 6.5,
1509
+ "diameter": 2.5,
1510
+ "height": 6.5,
1511
+ "length": 2.5,
1512
+ "total-liquid-volume": 300,
1513
+ "width": 2.5,
1514
+ "x": 94.25,
1515
+ "y": 26.0,
1516
+ "z": 0
1517
+ },
1518
+ "F23": {
1519
+ "depth": 6.5,
1520
+ "diameter": 2.5,
1521
+ "height": 6.5,
1522
+ "length": 2.5,
1523
+ "total-liquid-volume": 300,
1524
+ "width": 2.5,
1525
+ "x": 103.25,
1526
+ "y": 26.0,
1527
+ "z": 0
1528
+ },
1529
+ "F24": {
1530
+ "depth": 6.5,
1531
+ "diameter": 2.5,
1532
+ "height": 6.5,
1533
+ "length": 2.5,
1534
+ "total-liquid-volume": 300,
1535
+ "width": 2.5,
1536
+ "x": 112.25,
1537
+ "y": 26.0,
1538
+ "z": 0
1539
+ },
1540
+ "F3": {
1541
+ "depth": 2.5,
1542
+ "diameter": 2,
1543
+ "height": 2.5,
1544
+ "length": 2,
1545
+ "total-liquid-volume": 6,
1546
+ "width": 2,
1547
+ "x": 28.0,
1548
+ "y": 29.25,
1549
+ "z": 0
1550
+ },
1551
+ "F4": {
1552
+ "depth": 2.5,
1553
+ "diameter": 2,
1554
+ "height": 2.5,
1555
+ "length": 2,
1556
+ "total-liquid-volume": 6,
1557
+ "width": 2,
1558
+ "x": 37.0,
1559
+ "y": 29.25,
1560
+ "z": 0
1561
+ },
1562
+ "F5": {
1563
+ "depth": 2.5,
1564
+ "diameter": 2,
1565
+ "height": 2.5,
1566
+ "length": 2,
1567
+ "total-liquid-volume": 6,
1568
+ "width": 2,
1569
+ "x": 46.0,
1570
+ "y": 29.25,
1571
+ "z": 0
1572
+ },
1573
+ "F6": {
1574
+ "depth": 2.5,
1575
+ "diameter": 2,
1576
+ "height": 2.5,
1577
+ "length": 2,
1578
+ "total-liquid-volume": 6,
1579
+ "width": 2,
1580
+ "x": 55.0,
1581
+ "y": 29.25,
1582
+ "z": 0
1583
+ },
1584
+ "F7": {
1585
+ "depth": 2.5,
1586
+ "diameter": 2,
1587
+ "height": 2.5,
1588
+ "length": 2,
1589
+ "total-liquid-volume": 6,
1590
+ "width": 2,
1591
+ "x": 64.0,
1592
+ "y": 29.25,
1593
+ "z": 0
1594
+ },
1595
+ "F8": {
1596
+ "depth": 2.5,
1597
+ "diameter": 2,
1598
+ "height": 2.5,
1599
+ "length": 2,
1600
+ "total-liquid-volume": 6,
1601
+ "width": 2,
1602
+ "x": 73.0,
1603
+ "y": 29.25,
1604
+ "z": 0
1605
+ },
1606
+ "F9": {
1607
+ "depth": 2.5,
1608
+ "diameter": 2,
1609
+ "height": 2.5,
1610
+ "length": 2,
1611
+ "total-liquid-volume": 6,
1612
+ "width": 2,
1613
+ "x": 82.0,
1614
+ "y": 29.25,
1615
+ "z": 0
1616
+ },
1617
+ "G1": {
1618
+ "depth": 2.5,
1619
+ "diameter": 2,
1620
+ "height": 2.5,
1621
+ "length": 2,
1622
+ "total-liquid-volume": 6,
1623
+ "width": 2,
1624
+ "x": 10.0,
1625
+ "y": 20.25,
1626
+ "z": 0
1627
+ },
1628
+ "G10": {
1629
+ "depth": 2.5,
1630
+ "diameter": 2,
1631
+ "height": 2.5,
1632
+ "length": 2,
1633
+ "total-liquid-volume": 6,
1634
+ "width": 2,
1635
+ "x": 91.0,
1636
+ "y": 20.25,
1637
+ "z": 0
1638
+ },
1639
+ "G11": {
1640
+ "depth": 2.5,
1641
+ "diameter": 2,
1642
+ "height": 2.5,
1643
+ "length": 2,
1644
+ "total-liquid-volume": 6,
1645
+ "width": 2,
1646
+ "x": 100.0,
1647
+ "y": 20.25,
1648
+ "z": 0
1649
+ },
1650
+ "G12": {
1651
+ "depth": 2.5,
1652
+ "diameter": 2,
1653
+ "height": 2.5,
1654
+ "length": 2,
1655
+ "total-liquid-volume": 6,
1656
+ "width": 2,
1657
+ "x": 109.0,
1658
+ "y": 20.25,
1659
+ "z": 0
1660
+ },
1661
+ "G13": {
1662
+ "depth": 6.5,
1663
+ "diameter": 2.5,
1664
+ "height": 6.5,
1665
+ "length": 2.5,
1666
+ "total-liquid-volume": 300,
1667
+ "width": 2.5,
1668
+ "x": 13.25,
1669
+ "y": 17.0,
1670
+ "z": 0
1671
+ },
1672
+ "G14": {
1673
+ "depth": 6.5,
1674
+ "diameter": 2.5,
1675
+ "height": 6.5,
1676
+ "length": 2.5,
1677
+ "total-liquid-volume": 300,
1678
+ "width": 2.5,
1679
+ "x": 22.25,
1680
+ "y": 17.0,
1681
+ "z": 0
1682
+ },
1683
+ "G15": {
1684
+ "depth": 6.5,
1685
+ "diameter": 2.5,
1686
+ "height": 6.5,
1687
+ "length": 2.5,
1688
+ "total-liquid-volume": 300,
1689
+ "width": 2.5,
1690
+ "x": 31.25,
1691
+ "y": 17.0,
1692
+ "z": 0
1693
+ },
1694
+ "G16": {
1695
+ "depth": 6.5,
1696
+ "diameter": 2.5,
1697
+ "height": 6.5,
1698
+ "length": 2.5,
1699
+ "total-liquid-volume": 300,
1700
+ "width": 2.5,
1701
+ "x": 40.25,
1702
+ "y": 17.0,
1703
+ "z": 0
1704
+ },
1705
+ "G17": {
1706
+ "depth": 6.5,
1707
+ "diameter": 2.5,
1708
+ "height": 6.5,
1709
+ "length": 2.5,
1710
+ "total-liquid-volume": 300,
1711
+ "width": 2.5,
1712
+ "x": 49.25,
1713
+ "y": 17.0,
1714
+ "z": 0
1715
+ },
1716
+ "G18": {
1717
+ "depth": 6.5,
1718
+ "diameter": 2.5,
1719
+ "height": 6.5,
1720
+ "length": 2.5,
1721
+ "total-liquid-volume": 300,
1722
+ "width": 2.5,
1723
+ "x": 58.25,
1724
+ "y": 17.0,
1725
+ "z": 0
1726
+ },
1727
+ "G19": {
1728
+ "depth": 6.5,
1729
+ "diameter": 2.5,
1730
+ "height": 6.5,
1731
+ "length": 2.5,
1732
+ "total-liquid-volume": 300,
1733
+ "width": 2.5,
1734
+ "x": 67.25,
1735
+ "y": 17.0,
1736
+ "z": 0
1737
+ },
1738
+ "G2": {
1739
+ "depth": 2.5,
1740
+ "diameter": 2,
1741
+ "height": 2.5,
1742
+ "length": 2,
1743
+ "total-liquid-volume": 6,
1744
+ "width": 2,
1745
+ "x": 19.0,
1746
+ "y": 20.25,
1747
+ "z": 0
1748
+ },
1749
+ "G20": {
1750
+ "depth": 6.5,
1751
+ "diameter": 2.5,
1752
+ "height": 6.5,
1753
+ "length": 2.5,
1754
+ "total-liquid-volume": 300,
1755
+ "width": 2.5,
1756
+ "x": 76.25,
1757
+ "y": 17.0,
1758
+ "z": 0
1759
+ },
1760
+ "G21": {
1761
+ "depth": 6.5,
1762
+ "diameter": 2.5,
1763
+ "height": 6.5,
1764
+ "length": 2.5,
1765
+ "total-liquid-volume": 300,
1766
+ "width": 2.5,
1767
+ "x": 85.25,
1768
+ "y": 17.0,
1769
+ "z": 0
1770
+ },
1771
+ "G22": {
1772
+ "depth": 6.5,
1773
+ "diameter": 2.5,
1774
+ "height": 6.5,
1775
+ "length": 2.5,
1776
+ "total-liquid-volume": 300,
1777
+ "width": 2.5,
1778
+ "x": 94.25,
1779
+ "y": 17.0,
1780
+ "z": 0
1781
+ },
1782
+ "G23": {
1783
+ "depth": 6.5,
1784
+ "diameter": 2.5,
1785
+ "height": 6.5,
1786
+ "length": 2.5,
1787
+ "total-liquid-volume": 300,
1788
+ "width": 2.5,
1789
+ "x": 103.25,
1790
+ "y": 17.0,
1791
+ "z": 0
1792
+ },
1793
+ "G24": {
1794
+ "depth": 6.5,
1795
+ "diameter": 2.5,
1796
+ "height": 6.5,
1797
+ "length": 2.5,
1798
+ "total-liquid-volume": 300,
1799
+ "width": 2.5,
1800
+ "x": 112.25,
1801
+ "y": 17.0,
1802
+ "z": 0
1803
+ },
1804
+ "G3": {
1805
+ "depth": 2.5,
1806
+ "diameter": 2,
1807
+ "height": 2.5,
1808
+ "length": 2,
1809
+ "total-liquid-volume": 6,
1810
+ "width": 2,
1811
+ "x": 28.0,
1812
+ "y": 20.25,
1813
+ "z": 0
1814
+ },
1815
+ "G4": {
1816
+ "depth": 2.5,
1817
+ "diameter": 2,
1818
+ "height": 2.5,
1819
+ "length": 2,
1820
+ "total-liquid-volume": 6,
1821
+ "width": 2,
1822
+ "x": 37.0,
1823
+ "y": 20.25,
1824
+ "z": 0
1825
+ },
1826
+ "G5": {
1827
+ "depth": 2.5,
1828
+ "diameter": 2,
1829
+ "height": 2.5,
1830
+ "length": 2,
1831
+ "total-liquid-volume": 6,
1832
+ "width": 2,
1833
+ "x": 46.0,
1834
+ "y": 20.25,
1835
+ "z": 0
1836
+ },
1837
+ "G6": {
1838
+ "depth": 2.5,
1839
+ "diameter": 2,
1840
+ "height": 2.5,
1841
+ "length": 2,
1842
+ "total-liquid-volume": 6,
1843
+ "width": 2,
1844
+ "x": 55.0,
1845
+ "y": 20.25,
1846
+ "z": 0
1847
+ },
1848
+ "G7": {
1849
+ "depth": 2.5,
1850
+ "diameter": 2,
1851
+ "height": 2.5,
1852
+ "length": 2,
1853
+ "total-liquid-volume": 6,
1854
+ "width": 2,
1855
+ "x": 64.0,
1856
+ "y": 20.25,
1857
+ "z": 0
1858
+ },
1859
+ "G8": {
1860
+ "depth": 2.5,
1861
+ "diameter": 2,
1862
+ "height": 2.5,
1863
+ "length": 2,
1864
+ "total-liquid-volume": 6,
1865
+ "width": 2,
1866
+ "x": 73.0,
1867
+ "y": 20.25,
1868
+ "z": 0
1869
+ },
1870
+ "G9": {
1871
+ "depth": 2.5,
1872
+ "diameter": 2,
1873
+ "height": 2.5,
1874
+ "length": 2,
1875
+ "total-liquid-volume": 6,
1876
+ "width": 2,
1877
+ "x": 82.0,
1878
+ "y": 20.25,
1879
+ "z": 0
1880
+ },
1881
+ "H1": {
1882
+ "depth": 2.5,
1883
+ "diameter": 2,
1884
+ "height": 2.5,
1885
+ "length": 2,
1886
+ "total-liquid-volume": 6,
1887
+ "width": 2,
1888
+ "x": 10.0,
1889
+ "y": 11.25,
1890
+ "z": 0
1891
+ },
1892
+ "H10": {
1893
+ "depth": 2.5,
1894
+ "diameter": 2,
1895
+ "height": 2.5,
1896
+ "length": 2,
1897
+ "total-liquid-volume": 6,
1898
+ "width": 2,
1899
+ "x": 91.0,
1900
+ "y": 11.25,
1901
+ "z": 0
1902
+ },
1903
+ "H11": {
1904
+ "depth": 2.5,
1905
+ "diameter": 2,
1906
+ "height": 2.5,
1907
+ "length": 2,
1908
+ "total-liquid-volume": 6,
1909
+ "width": 2,
1910
+ "x": 100.0,
1911
+ "y": 11.25,
1912
+ "z": 0
1913
+ },
1914
+ "H12": {
1915
+ "depth": 2.5,
1916
+ "diameter": 2,
1917
+ "height": 2.5,
1918
+ "length": 2,
1919
+ "total-liquid-volume": 6,
1920
+ "width": 2,
1921
+ "x": 109.0,
1922
+ "y": 11.25,
1923
+ "z": 0
1924
+ },
1925
+ "H13": {
1926
+ "depth": 6.5,
1927
+ "diameter": 2.5,
1928
+ "height": 6.5,
1929
+ "length": 2.5,
1930
+ "total-liquid-volume": 300,
1931
+ "width": 2.5,
1932
+ "x": 13.25,
1933
+ "y": 8.0,
1934
+ "z": 0
1935
+ },
1936
+ "H14": {
1937
+ "depth": 6.5,
1938
+ "diameter": 2.5,
1939
+ "height": 6.5,
1940
+ "length": 2.5,
1941
+ "total-liquid-volume": 300,
1942
+ "width": 2.5,
1943
+ "x": 22.25,
1944
+ "y": 8.0,
1945
+ "z": 0
1946
+ },
1947
+ "H15": {
1948
+ "depth": 6.5,
1949
+ "diameter": 2.5,
1950
+ "height": 6.5,
1951
+ "length": 2.5,
1952
+ "total-liquid-volume": 300,
1953
+ "width": 2.5,
1954
+ "x": 31.25,
1955
+ "y": 8.0,
1956
+ "z": 0
1957
+ },
1958
+ "H16": {
1959
+ "depth": 6.5,
1960
+ "diameter": 2.5,
1961
+ "height": 6.5,
1962
+ "length": 2.5,
1963
+ "total-liquid-volume": 300,
1964
+ "width": 2.5,
1965
+ "x": 40.25,
1966
+ "y": 8.0,
1967
+ "z": 0
1968
+ },
1969
+ "H17": {
1970
+ "depth": 6.5,
1971
+ "diameter": 2.5,
1972
+ "height": 6.5,
1973
+ "length": 2.5,
1974
+ "total-liquid-volume": 300,
1975
+ "width": 2.5,
1976
+ "x": 49.25,
1977
+ "y": 8.0,
1978
+ "z": 0
1979
+ },
1980
+ "H18": {
1981
+ "depth": 6.5,
1982
+ "diameter": 2.5,
1983
+ "height": 6.5,
1984
+ "length": 2.5,
1985
+ "total-liquid-volume": 300,
1986
+ "width": 2.5,
1987
+ "x": 58.25,
1988
+ "y": 8.0,
1989
+ "z": 0
1990
+ },
1991
+ "H19": {
1992
+ "depth": 6.5,
1993
+ "diameter": 2.5,
1994
+ "height": 6.5,
1995
+ "length": 2.5,
1996
+ "total-liquid-volume": 300,
1997
+ "width": 2.5,
1998
+ "x": 67.25,
1999
+ "y": 8.0,
2000
+ "z": 0
2001
+ },
2002
+ "H2": {
2003
+ "depth": 2.5,
2004
+ "diameter": 2,
2005
+ "height": 2.5,
2006
+ "length": 2,
2007
+ "total-liquid-volume": 6,
2008
+ "width": 2,
2009
+ "x": 19.0,
2010
+ "y": 11.25,
2011
+ "z": 0
2012
+ },
2013
+ "H20": {
2014
+ "depth": 6.5,
2015
+ "diameter": 2.5,
2016
+ "height": 6.5,
2017
+ "length": 2.5,
2018
+ "total-liquid-volume": 300,
2019
+ "width": 2.5,
2020
+ "x": 76.25,
2021
+ "y": 8.0,
2022
+ "z": 0
2023
+ },
2024
+ "H21": {
2025
+ "depth": 6.5,
2026
+ "diameter": 2.5,
2027
+ "height": 6.5,
2028
+ "length": 2.5,
2029
+ "total-liquid-volume": 300,
2030
+ "width": 2.5,
2031
+ "x": 85.25,
2032
+ "y": 8.0,
2033
+ "z": 0
2034
+ },
2035
+ "H22": {
2036
+ "depth": 6.5,
2037
+ "diameter": 2.5,
2038
+ "height": 6.5,
2039
+ "length": 2.5,
2040
+ "total-liquid-volume": 300,
2041
+ "width": 2.5,
2042
+ "x": 94.25,
2043
+ "y": 8.0,
2044
+ "z": 0
2045
+ },
2046
+ "H23": {
2047
+ "depth": 6.5,
2048
+ "diameter": 2.5,
2049
+ "height": 6.5,
2050
+ "length": 2.5,
2051
+ "total-liquid-volume": 300,
2052
+ "width": 2.5,
2053
+ "x": 103.25,
2054
+ "y": 8.0,
2055
+ "z": 0
2056
+ },
2057
+ "H24": {
2058
+ "depth": 6.5,
2059
+ "diameter": 2.5,
2060
+ "height": 6.5,
2061
+ "length": 2.5,
2062
+ "total-liquid-volume": 300,
2063
+ "width": 2.5,
2064
+ "x": 112.25,
2065
+ "y": 8.0,
2066
+ "z": 0
2067
+ },
2068
+ "H3": {
2069
+ "depth": 2.5,
2070
+ "diameter": 2,
2071
+ "height": 2.5,
2072
+ "length": 2,
2073
+ "total-liquid-volume": 6,
2074
+ "width": 2,
2075
+ "x": 28.0,
2076
+ "y": 11.25,
2077
+ "z": 0
2078
+ },
2079
+ "H4": {
2080
+ "depth": 2.5,
2081
+ "diameter": 2,
2082
+ "height": 2.5,
2083
+ "length": 2,
2084
+ "total-liquid-volume": 6,
2085
+ "width": 2,
2086
+ "x": 37.0,
2087
+ "y": 11.25,
2088
+ "z": 0
2089
+ },
2090
+ "H5": {
2091
+ "depth": 2.5,
2092
+ "diameter": 2,
2093
+ "height": 2.5,
2094
+ "length": 2,
2095
+ "total-liquid-volume": 6,
2096
+ "width": 2,
2097
+ "x": 46.0,
2098
+ "y": 11.25,
2099
+ "z": 0
2100
+ },
2101
+ "H6": {
2102
+ "depth": 2.5,
2103
+ "diameter": 2,
2104
+ "height": 2.5,
2105
+ "length": 2,
2106
+ "total-liquid-volume": 6,
2107
+ "width": 2,
2108
+ "x": 55.0,
2109
+ "y": 11.25,
2110
+ "z": 0
2111
+ },
2112
+ "H7": {
2113
+ "depth": 2.5,
2114
+ "diameter": 2,
2115
+ "height": 2.5,
2116
+ "length": 2,
2117
+ "total-liquid-volume": 6,
2118
+ "width": 2,
2119
+ "x": 64.0,
2120
+ "y": 11.25,
2121
+ "z": 0
2122
+ },
2123
+ "H8": {
2124
+ "depth": 2.5,
2125
+ "diameter": 2,
2126
+ "height": 2.5,
2127
+ "length": 2,
2128
+ "total-liquid-volume": 6,
2129
+ "width": 2,
2130
+ "x": 73.0,
2131
+ "y": 11.25,
2132
+ "z": 0
2133
+ },
2134
+ "H9": {
2135
+ "depth": 2.5,
2136
+ "diameter": 2,
2137
+ "height": 2.5,
2138
+ "length": 2,
2139
+ "total-liquid-volume": 6,
2140
+ "width": 2,
2141
+ "x": 82.0,
2142
+ "y": 11.25,
2143
+ "z": 0
2144
+ }
2145
+ }
2146
+ }