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,4282 @@
1
+ {
2
+ "metadata": {
3
+ "name": "MALDI-plate",
4
+ "format": "384-standard"
5
+ },
6
+ "ordering": [
7
+ [
8
+ "A1",
9
+ "B1",
10
+ "C1",
11
+ "D1",
12
+ "E1",
13
+ "F1",
14
+ "G1",
15
+ "H1",
16
+ "I1",
17
+ "J1",
18
+ "K1",
19
+ "L1",
20
+ "M1",
21
+ "N1",
22
+ "O1",
23
+ "P1"
24
+ ],
25
+ [
26
+ "A2",
27
+ "B2",
28
+ "C2",
29
+ "D2",
30
+ "E2",
31
+ "F2",
32
+ "G2",
33
+ "H2",
34
+ "I2",
35
+ "J2",
36
+ "K2",
37
+ "L2",
38
+ "M2",
39
+ "N2",
40
+ "O2",
41
+ "P2"
42
+ ],
43
+ [
44
+ "A3",
45
+ "B3",
46
+ "C3",
47
+ "D3",
48
+ "E3",
49
+ "F3",
50
+ "G3",
51
+ "H3",
52
+ "I3",
53
+ "J3",
54
+ "K3",
55
+ "L3",
56
+ "M3",
57
+ "N3",
58
+ "O3",
59
+ "P3"
60
+ ],
61
+ [
62
+ "A4",
63
+ "B4",
64
+ "C4",
65
+ "D4",
66
+ "E4",
67
+ "F4",
68
+ "G4",
69
+ "H4",
70
+ "I4",
71
+ "J4",
72
+ "K4",
73
+ "L4",
74
+ "M4",
75
+ "N4",
76
+ "O4",
77
+ "P4"
78
+ ],
79
+ [
80
+ "A5",
81
+ "B5",
82
+ "C5",
83
+ "D5",
84
+ "E5",
85
+ "F5",
86
+ "G5",
87
+ "H5",
88
+ "I5",
89
+ "J5",
90
+ "K5",
91
+ "L5",
92
+ "M5",
93
+ "N5",
94
+ "O5",
95
+ "P5"
96
+ ],
97
+ [
98
+ "A6",
99
+ "B6",
100
+ "C6",
101
+ "D6",
102
+ "E6",
103
+ "F6",
104
+ "G6",
105
+ "H6",
106
+ "I6",
107
+ "J6",
108
+ "K6",
109
+ "L6",
110
+ "M6",
111
+ "N6",
112
+ "O6",
113
+ "P6"
114
+ ],
115
+ [
116
+ "A7",
117
+ "B7",
118
+ "C7",
119
+ "D7",
120
+ "E7",
121
+ "F7",
122
+ "G7",
123
+ "H7",
124
+ "I7",
125
+ "J7",
126
+ "K7",
127
+ "L7",
128
+ "M7",
129
+ "N7",
130
+ "O7",
131
+ "P7"
132
+ ],
133
+ [
134
+ "A8",
135
+ "B8",
136
+ "C8",
137
+ "D8",
138
+ "E8",
139
+ "F8",
140
+ "G8",
141
+ "H8",
142
+ "I8",
143
+ "J8",
144
+ "K8",
145
+ "L8",
146
+ "M8",
147
+ "N8",
148
+ "O8",
149
+ "P8"
150
+ ],
151
+ [
152
+ "A9",
153
+ "B9",
154
+ "C9",
155
+ "D9",
156
+ "E9",
157
+ "F9",
158
+ "G9",
159
+ "H9",
160
+ "I9",
161
+ "J9",
162
+ "K9",
163
+ "L9",
164
+ "M9",
165
+ "N9",
166
+ "O9",
167
+ "P9"
168
+ ],
169
+ [
170
+ "A10",
171
+ "B10",
172
+ "C10",
173
+ "D10",
174
+ "E10",
175
+ "F10",
176
+ "G10",
177
+ "H10",
178
+ "I10",
179
+ "J10",
180
+ "K10",
181
+ "L10",
182
+ "M10",
183
+ "N10",
184
+ "O10",
185
+ "P10"
186
+ ],
187
+ [
188
+ "A11",
189
+ "B11",
190
+ "C11",
191
+ "D11",
192
+ "E11",
193
+ "F11",
194
+ "G11",
195
+ "H11",
196
+ "I11",
197
+ "J11",
198
+ "K11",
199
+ "L11",
200
+ "M11",
201
+ "N11",
202
+ "O11",
203
+ "P11"
204
+ ],
205
+ [
206
+ "A12",
207
+ "B12",
208
+ "C12",
209
+ "D12",
210
+ "E12",
211
+ "F12",
212
+ "G12",
213
+ "H12",
214
+ "I12",
215
+ "J12",
216
+ "K12",
217
+ "L12",
218
+ "M12",
219
+ "N12",
220
+ "O12",
221
+ "P12"
222
+ ],
223
+ [
224
+ "A13",
225
+ "B13",
226
+ "C13",
227
+ "D13",
228
+ "E13",
229
+ "F13",
230
+ "G13",
231
+ "H13",
232
+ "I13",
233
+ "J13",
234
+ "K13",
235
+ "L13",
236
+ "M13",
237
+ "N13",
238
+ "O13",
239
+ "P13"
240
+ ],
241
+ [
242
+ "A14",
243
+ "B14",
244
+ "C14",
245
+ "D14",
246
+ "E14",
247
+ "F14",
248
+ "G14",
249
+ "H14",
250
+ "I14",
251
+ "J14",
252
+ "K14",
253
+ "L14",
254
+ "M14",
255
+ "N14",
256
+ "O14",
257
+ "P14"
258
+ ],
259
+ [
260
+ "A15",
261
+ "B15",
262
+ "C15",
263
+ "D15",
264
+ "E15",
265
+ "F15",
266
+ "G15",
267
+ "H15",
268
+ "I15",
269
+ "J15",
270
+ "K15",
271
+ "L15",
272
+ "M15",
273
+ "N15",
274
+ "O15",
275
+ "P15"
276
+ ],
277
+ [
278
+ "A16",
279
+ "B16",
280
+ "C16",
281
+ "D16",
282
+ "E16",
283
+ "F16",
284
+ "G16",
285
+ "H16",
286
+ "I16",
287
+ "J16",
288
+ "K16",
289
+ "L16",
290
+ "M16",
291
+ "N16",
292
+ "O16",
293
+ "P16"
294
+ ],
295
+ [
296
+ "A17",
297
+ "B17",
298
+ "C17",
299
+ "D17",
300
+ "E17",
301
+ "F17",
302
+ "G17",
303
+ "H17",
304
+ "I17",
305
+ "J17",
306
+ "K17",
307
+ "L17",
308
+ "M17",
309
+ "N17",
310
+ "O17",
311
+ "P17"
312
+ ],
313
+ [
314
+ "A18",
315
+ "B18",
316
+ "C18",
317
+ "D18",
318
+ "E18",
319
+ "F18",
320
+ "G18",
321
+ "H18",
322
+ "I18",
323
+ "J18",
324
+ "K18",
325
+ "L18",
326
+ "M18",
327
+ "N18",
328
+ "O18",
329
+ "P18"
330
+ ],
331
+ [
332
+ "A19",
333
+ "B19",
334
+ "C19",
335
+ "D19",
336
+ "E19",
337
+ "F19",
338
+ "G19",
339
+ "H19",
340
+ "I19",
341
+ "J19",
342
+ "K19",
343
+ "L19",
344
+ "M19",
345
+ "N19",
346
+ "O19",
347
+ "P19"
348
+ ],
349
+ [
350
+ "A20",
351
+ "B20",
352
+ "C20",
353
+ "D20",
354
+ "E20",
355
+ "F20",
356
+ "G20",
357
+ "H20",
358
+ "I20",
359
+ "J20",
360
+ "K20",
361
+ "L20",
362
+ "M20",
363
+ "N20",
364
+ "O20",
365
+ "P20"
366
+ ],
367
+ [
368
+ "A21",
369
+ "B21",
370
+ "C21",
371
+ "D21",
372
+ "E21",
373
+ "F21",
374
+ "G21",
375
+ "H21",
376
+ "I21",
377
+ "J21",
378
+ "K21",
379
+ "L21",
380
+ "M21",
381
+ "N21",
382
+ "O21",
383
+ "P21"
384
+ ],
385
+ [
386
+ "A22",
387
+ "B22",
388
+ "C22",
389
+ "D22",
390
+ "E22",
391
+ "F22",
392
+ "G22",
393
+ "H22",
394
+ "I22",
395
+ "J22",
396
+ "K22",
397
+ "L22",
398
+ "M22",
399
+ "N22",
400
+ "O22",
401
+ "P22"
402
+ ],
403
+ [
404
+ "A23",
405
+ "B23",
406
+ "C23",
407
+ "D23",
408
+ "E23",
409
+ "F23",
410
+ "G23",
411
+ "H23",
412
+ "I23",
413
+ "J23",
414
+ "K23",
415
+ "L23",
416
+ "M23",
417
+ "N23",
418
+ "O23",
419
+ "P23"
420
+ ],
421
+ [
422
+ "A24",
423
+ "B24",
424
+ "C24",
425
+ "D24",
426
+ "E24",
427
+ "F24",
428
+ "G24",
429
+ "H24",
430
+ "I24",
431
+ "J24",
432
+ "K24",
433
+ "L24",
434
+ "M24",
435
+ "N24",
436
+ "O24",
437
+ "P24"
438
+ ]
439
+ ],
440
+ "wells": {
441
+ "A1": {
442
+ "diameter": 3.1,
443
+ "height": 0,
444
+ "length": 3.1,
445
+ "total-liquid-volume": 55,
446
+ "width": 3.1,
447
+ "x": 10.45,
448
+ "y": 74.95,
449
+ "z": 0
450
+ },
451
+ "A10": {
452
+ "diameter": 3.1,
453
+ "height": 0,
454
+ "length": 3.1,
455
+ "total-liquid-volume": 55,
456
+ "width": 3.1,
457
+ "x": 50.95,
458
+ "y": 74.95,
459
+ "z": 0
460
+ },
461
+ "A11": {
462
+ "diameter": 3.1,
463
+ "height": 0,
464
+ "length": 3.1,
465
+ "total-liquid-volume": 55,
466
+ "width": 3.1,
467
+ "x": 55.45,
468
+ "y": 74.95,
469
+ "z": 0
470
+ },
471
+ "A12": {
472
+ "diameter": 3.1,
473
+ "height": 0,
474
+ "length": 3.1,
475
+ "total-liquid-volume": 55,
476
+ "width": 3.1,
477
+ "x": 59.95,
478
+ "y": 74.95,
479
+ "z": 0
480
+ },
481
+ "A13": {
482
+ "diameter": 3.1,
483
+ "height": 0,
484
+ "length": 3.1,
485
+ "total-liquid-volume": 55,
486
+ "width": 3.1,
487
+ "x": 64.45,
488
+ "y": 74.95,
489
+ "z": 0
490
+ },
491
+ "A14": {
492
+ "diameter": 3.1,
493
+ "height": 0,
494
+ "length": 3.1,
495
+ "total-liquid-volume": 55,
496
+ "width": 3.1,
497
+ "x": 68.95,
498
+ "y": 74.95,
499
+ "z": 0
500
+ },
501
+ "A15": {
502
+ "diameter": 3.1,
503
+ "height": 0,
504
+ "length": 3.1,
505
+ "total-liquid-volume": 55,
506
+ "width": 3.1,
507
+ "x": 73.45,
508
+ "y": 74.95,
509
+ "z": 0
510
+ },
511
+ "A16": {
512
+ "diameter": 3.1,
513
+ "height": 0,
514
+ "length": 3.1,
515
+ "total-liquid-volume": 55,
516
+ "width": 3.1,
517
+ "x": 77.95,
518
+ "y": 74.95,
519
+ "z": 0
520
+ },
521
+ "A17": {
522
+ "diameter": 3.1,
523
+ "height": 0,
524
+ "length": 3.1,
525
+ "total-liquid-volume": 55,
526
+ "width": 3.1,
527
+ "x": 82.45,
528
+ "y": 74.95,
529
+ "z": 0
530
+ },
531
+ "A18": {
532
+ "diameter": 3.1,
533
+ "height": 0,
534
+ "length": 3.1,
535
+ "total-liquid-volume": 55,
536
+ "width": 3.1,
537
+ "x": 86.95,
538
+ "y": 74.95,
539
+ "z": 0
540
+ },
541
+ "A19": {
542
+ "diameter": 3.1,
543
+ "height": 0,
544
+ "length": 3.1,
545
+ "total-liquid-volume": 55,
546
+ "width": 3.1,
547
+ "x": 91.45,
548
+ "y": 74.95,
549
+ "z": 0
550
+ },
551
+ "A2": {
552
+ "diameter": 3.1,
553
+ "height": 0,
554
+ "length": 3.1,
555
+ "total-liquid-volume": 55,
556
+ "width": 3.1,
557
+ "x": 14.95,
558
+ "y": 74.95,
559
+ "z": 0
560
+ },
561
+ "A20": {
562
+ "diameter": 3.1,
563
+ "height": 0,
564
+ "length": 3.1,
565
+ "total-liquid-volume": 55,
566
+ "width": 3.1,
567
+ "x": 95.95,
568
+ "y": 74.95,
569
+ "z": 0
570
+ },
571
+ "A21": {
572
+ "diameter": 3.1,
573
+ "height": 0,
574
+ "length": 3.1,
575
+ "total-liquid-volume": 55,
576
+ "width": 3.1,
577
+ "x": 100.45,
578
+ "y": 74.95,
579
+ "z": 0
580
+ },
581
+ "A22": {
582
+ "diameter": 3.1,
583
+ "height": 0,
584
+ "length": 3.1,
585
+ "total-liquid-volume": 55,
586
+ "width": 3.1,
587
+ "x": 104.95,
588
+ "y": 74.95,
589
+ "z": 0
590
+ },
591
+ "A23": {
592
+ "diameter": 3.1,
593
+ "height": 0,
594
+ "length": 3.1,
595
+ "total-liquid-volume": 55,
596
+ "width": 3.1,
597
+ "x": 109.45,
598
+ "y": 74.95,
599
+ "z": 0
600
+ },
601
+ "A24": {
602
+ "diameter": 3.1,
603
+ "height": 0,
604
+ "length": 3.1,
605
+ "total-liquid-volume": 55,
606
+ "width": 3.1,
607
+ "x": 113.95,
608
+ "y": 74.95,
609
+ "z": 0
610
+ },
611
+ "A3": {
612
+ "diameter": 3.1,
613
+ "height": 0,
614
+ "length": 3.1,
615
+ "total-liquid-volume": 55,
616
+ "width": 3.1,
617
+ "x": 19.45,
618
+ "y": 74.95,
619
+ "z": 0
620
+ },
621
+ "A4": {
622
+ "diameter": 3.1,
623
+ "height": 0,
624
+ "length": 3.1,
625
+ "total-liquid-volume": 55,
626
+ "width": 3.1,
627
+ "x": 23.95,
628
+ "y": 74.95,
629
+ "z": 0
630
+ },
631
+ "A5": {
632
+ "diameter": 3.1,
633
+ "height": 0,
634
+ "length": 3.1,
635
+ "total-liquid-volume": 55,
636
+ "width": 3.1,
637
+ "x": 28.45,
638
+ "y": 74.95,
639
+ "z": 0
640
+ },
641
+ "A6": {
642
+ "diameter": 3.1,
643
+ "height": 0,
644
+ "length": 3.1,
645
+ "total-liquid-volume": 55,
646
+ "width": 3.1,
647
+ "x": 32.95,
648
+ "y": 74.95,
649
+ "z": 0
650
+ },
651
+ "A7": {
652
+ "diameter": 3.1,
653
+ "height": 0,
654
+ "length": 3.1,
655
+ "total-liquid-volume": 55,
656
+ "width": 3.1,
657
+ "x": 37.45,
658
+ "y": 74.95,
659
+ "z": 0
660
+ },
661
+ "A8": {
662
+ "diameter": 3.1,
663
+ "height": 0,
664
+ "length": 3.1,
665
+ "total-liquid-volume": 55,
666
+ "width": 3.1,
667
+ "x": 41.95,
668
+ "y": 74.95,
669
+ "z": 0
670
+ },
671
+ "A9": {
672
+ "diameter": 3.1,
673
+ "height": 0,
674
+ "length": 3.1,
675
+ "total-liquid-volume": 55,
676
+ "width": 3.1,
677
+ "x": 46.45,
678
+ "y": 74.95,
679
+ "z": 0
680
+ },
681
+ "B1": {
682
+ "diameter": 3.1,
683
+ "height": 0,
684
+ "length": 3.1,
685
+ "total-liquid-volume": 55,
686
+ "width": 3.1,
687
+ "x": 10.45,
688
+ "y": 70.45,
689
+ "z": 0
690
+ },
691
+ "B10": {
692
+ "diameter": 3.1,
693
+ "height": 0,
694
+ "length": 3.1,
695
+ "total-liquid-volume": 55,
696
+ "width": 3.1,
697
+ "x": 50.95,
698
+ "y": 70.45,
699
+ "z": 0
700
+ },
701
+ "B11": {
702
+ "diameter": 3.1,
703
+ "height": 0,
704
+ "length": 3.1,
705
+ "total-liquid-volume": 55,
706
+ "width": 3.1,
707
+ "x": 55.45,
708
+ "y": 70.45,
709
+ "z": 0
710
+ },
711
+ "B12": {
712
+ "diameter": 3.1,
713
+ "height": 0,
714
+ "length": 3.1,
715
+ "total-liquid-volume": 55,
716
+ "width": 3.1,
717
+ "x": 59.95,
718
+ "y": 70.45,
719
+ "z": 0
720
+ },
721
+ "B13": {
722
+ "diameter": 3.1,
723
+ "height": 0,
724
+ "length": 3.1,
725
+ "total-liquid-volume": 55,
726
+ "width": 3.1,
727
+ "x": 64.45,
728
+ "y": 70.45,
729
+ "z": 0
730
+ },
731
+ "B14": {
732
+ "diameter": 3.1,
733
+ "height": 0,
734
+ "length": 3.1,
735
+ "total-liquid-volume": 55,
736
+ "width": 3.1,
737
+ "x": 68.95,
738
+ "y": 70.45,
739
+ "z": 0
740
+ },
741
+ "B15": {
742
+ "diameter": 3.1,
743
+ "height": 0,
744
+ "length": 3.1,
745
+ "total-liquid-volume": 55,
746
+ "width": 3.1,
747
+ "x": 73.45,
748
+ "y": 70.45,
749
+ "z": 0
750
+ },
751
+ "B16": {
752
+ "diameter": 3.1,
753
+ "height": 0,
754
+ "length": 3.1,
755
+ "total-liquid-volume": 55,
756
+ "width": 3.1,
757
+ "x": 77.95,
758
+ "y": 70.45,
759
+ "z": 0
760
+ },
761
+ "B17": {
762
+ "diameter": 3.1,
763
+ "height": 0,
764
+ "length": 3.1,
765
+ "total-liquid-volume": 55,
766
+ "width": 3.1,
767
+ "x": 82.45,
768
+ "y": 70.45,
769
+ "z": 0
770
+ },
771
+ "B18": {
772
+ "diameter": 3.1,
773
+ "height": 0,
774
+ "length": 3.1,
775
+ "total-liquid-volume": 55,
776
+ "width": 3.1,
777
+ "x": 86.95,
778
+ "y": 70.45,
779
+ "z": 0
780
+ },
781
+ "B19": {
782
+ "diameter": 3.1,
783
+ "height": 0,
784
+ "length": 3.1,
785
+ "total-liquid-volume": 55,
786
+ "width": 3.1,
787
+ "x": 91.45,
788
+ "y": 70.45,
789
+ "z": 0
790
+ },
791
+ "B2": {
792
+ "diameter": 3.1,
793
+ "height": 0,
794
+ "length": 3.1,
795
+ "total-liquid-volume": 55,
796
+ "width": 3.1,
797
+ "x": 14.95,
798
+ "y": 70.45,
799
+ "z": 0
800
+ },
801
+ "B20": {
802
+ "diameter": 3.1,
803
+ "height": 0,
804
+ "length": 3.1,
805
+ "total-liquid-volume": 55,
806
+ "width": 3.1,
807
+ "x": 95.95,
808
+ "y": 70.45,
809
+ "z": 0
810
+ },
811
+ "B21": {
812
+ "diameter": 3.1,
813
+ "height": 0,
814
+ "length": 3.1,
815
+ "total-liquid-volume": 55,
816
+ "width": 3.1,
817
+ "x": 100.45,
818
+ "y": 70.45,
819
+ "z": 0
820
+ },
821
+ "B22": {
822
+ "diameter": 3.1,
823
+ "height": 0,
824
+ "length": 3.1,
825
+ "total-liquid-volume": 55,
826
+ "width": 3.1,
827
+ "x": 104.95,
828
+ "y": 70.45,
829
+ "z": 0
830
+ },
831
+ "B23": {
832
+ "diameter": 3.1,
833
+ "height": 0,
834
+ "length": 3.1,
835
+ "total-liquid-volume": 55,
836
+ "width": 3.1,
837
+ "x": 109.45,
838
+ "y": 70.45,
839
+ "z": 0
840
+ },
841
+ "B24": {
842
+ "diameter": 3.1,
843
+ "height": 0,
844
+ "length": 3.1,
845
+ "total-liquid-volume": 55,
846
+ "width": 3.1,
847
+ "x": 113.95,
848
+ "y": 70.45,
849
+ "z": 0
850
+ },
851
+ "B3": {
852
+ "diameter": 3.1,
853
+ "height": 0,
854
+ "length": 3.1,
855
+ "total-liquid-volume": 55,
856
+ "width": 3.1,
857
+ "x": 19.45,
858
+ "y": 70.45,
859
+ "z": 0
860
+ },
861
+ "B4": {
862
+ "diameter": 3.1,
863
+ "height": 0,
864
+ "length": 3.1,
865
+ "total-liquid-volume": 55,
866
+ "width": 3.1,
867
+ "x": 23.95,
868
+ "y": 70.45,
869
+ "z": 0
870
+ },
871
+ "B5": {
872
+ "diameter": 3.1,
873
+ "height": 0,
874
+ "length": 3.1,
875
+ "total-liquid-volume": 55,
876
+ "width": 3.1,
877
+ "x": 28.45,
878
+ "y": 70.45,
879
+ "z": 0
880
+ },
881
+ "B6": {
882
+ "diameter": 3.1,
883
+ "height": 0,
884
+ "length": 3.1,
885
+ "total-liquid-volume": 55,
886
+ "width": 3.1,
887
+ "x": 32.95,
888
+ "y": 70.45,
889
+ "z": 0
890
+ },
891
+ "B7": {
892
+ "diameter": 3.1,
893
+ "height": 0,
894
+ "length": 3.1,
895
+ "total-liquid-volume": 55,
896
+ "width": 3.1,
897
+ "x": 37.45,
898
+ "y": 70.45,
899
+ "z": 0
900
+ },
901
+ "B8": {
902
+ "diameter": 3.1,
903
+ "height": 0,
904
+ "length": 3.1,
905
+ "total-liquid-volume": 55,
906
+ "width": 3.1,
907
+ "x": 41.95,
908
+ "y": 70.45,
909
+ "z": 0
910
+ },
911
+ "B9": {
912
+ "diameter": 3.1,
913
+ "height": 0,
914
+ "length": 3.1,
915
+ "total-liquid-volume": 55,
916
+ "width": 3.1,
917
+ "x": 46.45,
918
+ "y": 70.45,
919
+ "z": 0
920
+ },
921
+ "C1": {
922
+ "diameter": 3.1,
923
+ "height": 0,
924
+ "length": 3.1,
925
+ "total-liquid-volume": 55,
926
+ "width": 3.1,
927
+ "x": 10.45,
928
+ "y": 65.95,
929
+ "z": 0
930
+ },
931
+ "C10": {
932
+ "diameter": 3.1,
933
+ "height": 0,
934
+ "length": 3.1,
935
+ "total-liquid-volume": 55,
936
+ "width": 3.1,
937
+ "x": 50.95,
938
+ "y": 65.95,
939
+ "z": 0
940
+ },
941
+ "C11": {
942
+ "diameter": 3.1,
943
+ "height": 0,
944
+ "length": 3.1,
945
+ "total-liquid-volume": 55,
946
+ "width": 3.1,
947
+ "x": 55.45,
948
+ "y": 65.95,
949
+ "z": 0
950
+ },
951
+ "C12": {
952
+ "diameter": 3.1,
953
+ "height": 0,
954
+ "length": 3.1,
955
+ "total-liquid-volume": 55,
956
+ "width": 3.1,
957
+ "x": 59.95,
958
+ "y": 65.95,
959
+ "z": 0
960
+ },
961
+ "C13": {
962
+ "diameter": 3.1,
963
+ "height": 0,
964
+ "length": 3.1,
965
+ "total-liquid-volume": 55,
966
+ "width": 3.1,
967
+ "x": 64.45,
968
+ "y": 65.95,
969
+ "z": 0
970
+ },
971
+ "C14": {
972
+ "diameter": 3.1,
973
+ "height": 0,
974
+ "length": 3.1,
975
+ "total-liquid-volume": 55,
976
+ "width": 3.1,
977
+ "x": 68.95,
978
+ "y": 65.95,
979
+ "z": 0
980
+ },
981
+ "C15": {
982
+ "diameter": 3.1,
983
+ "height": 0,
984
+ "length": 3.1,
985
+ "total-liquid-volume": 55,
986
+ "width": 3.1,
987
+ "x": 73.45,
988
+ "y": 65.95,
989
+ "z": 0
990
+ },
991
+ "C16": {
992
+ "diameter": 3.1,
993
+ "height": 0,
994
+ "length": 3.1,
995
+ "total-liquid-volume": 55,
996
+ "width": 3.1,
997
+ "x": 77.95,
998
+ "y": 65.95,
999
+ "z": 0
1000
+ },
1001
+ "C17": {
1002
+ "diameter": 3.1,
1003
+ "height": 0,
1004
+ "length": 3.1,
1005
+ "total-liquid-volume": 55,
1006
+ "width": 3.1,
1007
+ "x": 82.45,
1008
+ "y": 65.95,
1009
+ "z": 0
1010
+ },
1011
+ "C18": {
1012
+ "diameter": 3.1,
1013
+ "height": 0,
1014
+ "length": 3.1,
1015
+ "total-liquid-volume": 55,
1016
+ "width": 3.1,
1017
+ "x": 86.95,
1018
+ "y": 65.95,
1019
+ "z": 0
1020
+ },
1021
+ "C19": {
1022
+ "diameter": 3.1,
1023
+ "height": 0,
1024
+ "length": 3.1,
1025
+ "total-liquid-volume": 55,
1026
+ "width": 3.1,
1027
+ "x": 91.45,
1028
+ "y": 65.95,
1029
+ "z": 0
1030
+ },
1031
+ "C2": {
1032
+ "diameter": 3.1,
1033
+ "height": 0,
1034
+ "length": 3.1,
1035
+ "total-liquid-volume": 55,
1036
+ "width": 3.1,
1037
+ "x": 14.95,
1038
+ "y": 65.95,
1039
+ "z": 0
1040
+ },
1041
+ "C20": {
1042
+ "diameter": 3.1,
1043
+ "height": 0,
1044
+ "length": 3.1,
1045
+ "total-liquid-volume": 55,
1046
+ "width": 3.1,
1047
+ "x": 95.95,
1048
+ "y": 65.95,
1049
+ "z": 0
1050
+ },
1051
+ "C21": {
1052
+ "diameter": 3.1,
1053
+ "height": 0,
1054
+ "length": 3.1,
1055
+ "total-liquid-volume": 55,
1056
+ "width": 3.1,
1057
+ "x": 100.45,
1058
+ "y": 65.95,
1059
+ "z": 0
1060
+ },
1061
+ "C22": {
1062
+ "diameter": 3.1,
1063
+ "height": 0,
1064
+ "length": 3.1,
1065
+ "total-liquid-volume": 55,
1066
+ "width": 3.1,
1067
+ "x": 104.95,
1068
+ "y": 65.95,
1069
+ "z": 0
1070
+ },
1071
+ "C23": {
1072
+ "diameter": 3.1,
1073
+ "height": 0,
1074
+ "length": 3.1,
1075
+ "total-liquid-volume": 55,
1076
+ "width": 3.1,
1077
+ "x": 109.45,
1078
+ "y": 65.95,
1079
+ "z": 0
1080
+ },
1081
+ "C24": {
1082
+ "diameter": 3.1,
1083
+ "height": 0,
1084
+ "length": 3.1,
1085
+ "total-liquid-volume": 55,
1086
+ "width": 3.1,
1087
+ "x": 113.95,
1088
+ "y": 65.95,
1089
+ "z": 0
1090
+ },
1091
+ "C3": {
1092
+ "diameter": 3.1,
1093
+ "height": 0,
1094
+ "length": 3.1,
1095
+ "total-liquid-volume": 55,
1096
+ "width": 3.1,
1097
+ "x": 19.45,
1098
+ "y": 65.95,
1099
+ "z": 0
1100
+ },
1101
+ "C4": {
1102
+ "diameter": 3.1,
1103
+ "height": 0,
1104
+ "length": 3.1,
1105
+ "total-liquid-volume": 55,
1106
+ "width": 3.1,
1107
+ "x": 23.95,
1108
+ "y": 65.95,
1109
+ "z": 0
1110
+ },
1111
+ "C5": {
1112
+ "diameter": 3.1,
1113
+ "height": 0,
1114
+ "length": 3.1,
1115
+ "total-liquid-volume": 55,
1116
+ "width": 3.1,
1117
+ "x": 28.45,
1118
+ "y": 65.95,
1119
+ "z": 0
1120
+ },
1121
+ "C6": {
1122
+ "diameter": 3.1,
1123
+ "height": 0,
1124
+ "length": 3.1,
1125
+ "total-liquid-volume": 55,
1126
+ "width": 3.1,
1127
+ "x": 32.95,
1128
+ "y": 65.95,
1129
+ "z": 0
1130
+ },
1131
+ "C7": {
1132
+ "diameter": 3.1,
1133
+ "height": 0,
1134
+ "length": 3.1,
1135
+ "total-liquid-volume": 55,
1136
+ "width": 3.1,
1137
+ "x": 37.45,
1138
+ "y": 65.95,
1139
+ "z": 0
1140
+ },
1141
+ "C8": {
1142
+ "diameter": 3.1,
1143
+ "height": 0,
1144
+ "length": 3.1,
1145
+ "total-liquid-volume": 55,
1146
+ "width": 3.1,
1147
+ "x": 41.95,
1148
+ "y": 65.95,
1149
+ "z": 0
1150
+ },
1151
+ "C9": {
1152
+ "diameter": 3.1,
1153
+ "height": 0,
1154
+ "length": 3.1,
1155
+ "total-liquid-volume": 55,
1156
+ "width": 3.1,
1157
+ "x": 46.45,
1158
+ "y": 65.95,
1159
+ "z": 0
1160
+ },
1161
+ "D1": {
1162
+ "diameter": 3.1,
1163
+ "height": 0,
1164
+ "length": 3.1,
1165
+ "total-liquid-volume": 55,
1166
+ "width": 3.1,
1167
+ "x": 10.45,
1168
+ "y": 61.45,
1169
+ "z": 0
1170
+ },
1171
+ "D10": {
1172
+ "diameter": 3.1,
1173
+ "height": 0,
1174
+ "length": 3.1,
1175
+ "total-liquid-volume": 55,
1176
+ "width": 3.1,
1177
+ "x": 50.95,
1178
+ "y": 61.45,
1179
+ "z": 0
1180
+ },
1181
+ "D11": {
1182
+ "diameter": 3.1,
1183
+ "height": 0,
1184
+ "length": 3.1,
1185
+ "total-liquid-volume": 55,
1186
+ "width": 3.1,
1187
+ "x": 55.45,
1188
+ "y": 61.45,
1189
+ "z": 0
1190
+ },
1191
+ "D12": {
1192
+ "diameter": 3.1,
1193
+ "height": 0,
1194
+ "length": 3.1,
1195
+ "total-liquid-volume": 55,
1196
+ "width": 3.1,
1197
+ "x": 59.95,
1198
+ "y": 61.45,
1199
+ "z": 0
1200
+ },
1201
+ "D13": {
1202
+ "diameter": 3.1,
1203
+ "height": 0,
1204
+ "length": 3.1,
1205
+ "total-liquid-volume": 55,
1206
+ "width": 3.1,
1207
+ "x": 64.45,
1208
+ "y": 61.45,
1209
+ "z": 0
1210
+ },
1211
+ "D14": {
1212
+ "diameter": 3.1,
1213
+ "height": 0,
1214
+ "length": 3.1,
1215
+ "total-liquid-volume": 55,
1216
+ "width": 3.1,
1217
+ "x": 68.95,
1218
+ "y": 61.45,
1219
+ "z": 0
1220
+ },
1221
+ "D15": {
1222
+ "diameter": 3.1,
1223
+ "height": 0,
1224
+ "length": 3.1,
1225
+ "total-liquid-volume": 55,
1226
+ "width": 3.1,
1227
+ "x": 73.45,
1228
+ "y": 61.45,
1229
+ "z": 0
1230
+ },
1231
+ "D16": {
1232
+ "diameter": 3.1,
1233
+ "height": 0,
1234
+ "length": 3.1,
1235
+ "total-liquid-volume": 55,
1236
+ "width": 3.1,
1237
+ "x": 77.95,
1238
+ "y": 61.45,
1239
+ "z": 0
1240
+ },
1241
+ "D17": {
1242
+ "diameter": 3.1,
1243
+ "height": 0,
1244
+ "length": 3.1,
1245
+ "total-liquid-volume": 55,
1246
+ "width": 3.1,
1247
+ "x": 82.45,
1248
+ "y": 61.45,
1249
+ "z": 0
1250
+ },
1251
+ "D18": {
1252
+ "diameter": 3.1,
1253
+ "height": 0,
1254
+ "length": 3.1,
1255
+ "total-liquid-volume": 55,
1256
+ "width": 3.1,
1257
+ "x": 86.95,
1258
+ "y": 61.45,
1259
+ "z": 0
1260
+ },
1261
+ "D19": {
1262
+ "diameter": 3.1,
1263
+ "height": 0,
1264
+ "length": 3.1,
1265
+ "total-liquid-volume": 55,
1266
+ "width": 3.1,
1267
+ "x": 91.45,
1268
+ "y": 61.45,
1269
+ "z": 0
1270
+ },
1271
+ "D2": {
1272
+ "diameter": 3.1,
1273
+ "height": 0,
1274
+ "length": 3.1,
1275
+ "total-liquid-volume": 55,
1276
+ "width": 3.1,
1277
+ "x": 14.95,
1278
+ "y": 61.45,
1279
+ "z": 0
1280
+ },
1281
+ "D20": {
1282
+ "diameter": 3.1,
1283
+ "height": 0,
1284
+ "length": 3.1,
1285
+ "total-liquid-volume": 55,
1286
+ "width": 3.1,
1287
+ "x": 95.95,
1288
+ "y": 61.45,
1289
+ "z": 0
1290
+ },
1291
+ "D21": {
1292
+ "diameter": 3.1,
1293
+ "height": 0,
1294
+ "length": 3.1,
1295
+ "total-liquid-volume": 55,
1296
+ "width": 3.1,
1297
+ "x": 100.45,
1298
+ "y": 61.45,
1299
+ "z": 0
1300
+ },
1301
+ "D22": {
1302
+ "diameter": 3.1,
1303
+ "height": 0,
1304
+ "length": 3.1,
1305
+ "total-liquid-volume": 55,
1306
+ "width": 3.1,
1307
+ "x": 104.95,
1308
+ "y": 61.45,
1309
+ "z": 0
1310
+ },
1311
+ "D23": {
1312
+ "diameter": 3.1,
1313
+ "height": 0,
1314
+ "length": 3.1,
1315
+ "total-liquid-volume": 55,
1316
+ "width": 3.1,
1317
+ "x": 109.45,
1318
+ "y": 61.45,
1319
+ "z": 0
1320
+ },
1321
+ "D24": {
1322
+ "diameter": 3.1,
1323
+ "height": 0,
1324
+ "length": 3.1,
1325
+ "total-liquid-volume": 55,
1326
+ "width": 3.1,
1327
+ "x": 113.95,
1328
+ "y": 61.45,
1329
+ "z": 0
1330
+ },
1331
+ "D3": {
1332
+ "diameter": 3.1,
1333
+ "height": 0,
1334
+ "length": 3.1,
1335
+ "total-liquid-volume": 55,
1336
+ "width": 3.1,
1337
+ "x": 19.45,
1338
+ "y": 61.45,
1339
+ "z": 0
1340
+ },
1341
+ "D4": {
1342
+ "diameter": 3.1,
1343
+ "height": 0,
1344
+ "length": 3.1,
1345
+ "total-liquid-volume": 55,
1346
+ "width": 3.1,
1347
+ "x": 23.95,
1348
+ "y": 61.45,
1349
+ "z": 0
1350
+ },
1351
+ "D5": {
1352
+ "diameter": 3.1,
1353
+ "height": 0,
1354
+ "length": 3.1,
1355
+ "total-liquid-volume": 55,
1356
+ "width": 3.1,
1357
+ "x": 28.45,
1358
+ "y": 61.45,
1359
+ "z": 0
1360
+ },
1361
+ "D6": {
1362
+ "diameter": 3.1,
1363
+ "height": 0,
1364
+ "length": 3.1,
1365
+ "total-liquid-volume": 55,
1366
+ "width": 3.1,
1367
+ "x": 32.95,
1368
+ "y": 61.45,
1369
+ "z": 0
1370
+ },
1371
+ "D7": {
1372
+ "diameter": 3.1,
1373
+ "height": 0,
1374
+ "length": 3.1,
1375
+ "total-liquid-volume": 55,
1376
+ "width": 3.1,
1377
+ "x": 37.45,
1378
+ "y": 61.45,
1379
+ "z": 0
1380
+ },
1381
+ "D8": {
1382
+ "diameter": 3.1,
1383
+ "height": 0,
1384
+ "length": 3.1,
1385
+ "total-liquid-volume": 55,
1386
+ "width": 3.1,
1387
+ "x": 41.95,
1388
+ "y": 61.45,
1389
+ "z": 0
1390
+ },
1391
+ "D9": {
1392
+ "diameter": 3.1,
1393
+ "height": 0,
1394
+ "length": 3.1,
1395
+ "total-liquid-volume": 55,
1396
+ "width": 3.1,
1397
+ "x": 46.45,
1398
+ "y": 61.45,
1399
+ "z": 0
1400
+ },
1401
+ "E1": {
1402
+ "diameter": 3.1,
1403
+ "height": 0,
1404
+ "length": 3.1,
1405
+ "total-liquid-volume": 55,
1406
+ "width": 3.1,
1407
+ "x": 10.45,
1408
+ "y": 56.95,
1409
+ "z": 0
1410
+ },
1411
+ "E10": {
1412
+ "diameter": 3.1,
1413
+ "height": 0,
1414
+ "length": 3.1,
1415
+ "total-liquid-volume": 55,
1416
+ "width": 3.1,
1417
+ "x": 50.95,
1418
+ "y": 56.95,
1419
+ "z": 0
1420
+ },
1421
+ "E11": {
1422
+ "diameter": 3.1,
1423
+ "height": 0,
1424
+ "length": 3.1,
1425
+ "total-liquid-volume": 55,
1426
+ "width": 3.1,
1427
+ "x": 55.45,
1428
+ "y": 56.95,
1429
+ "z": 0
1430
+ },
1431
+ "E12": {
1432
+ "diameter": 3.1,
1433
+ "height": 0,
1434
+ "length": 3.1,
1435
+ "total-liquid-volume": 55,
1436
+ "width": 3.1,
1437
+ "x": 59.95,
1438
+ "y": 56.95,
1439
+ "z": 0
1440
+ },
1441
+ "E13": {
1442
+ "diameter": 3.1,
1443
+ "height": 0,
1444
+ "length": 3.1,
1445
+ "total-liquid-volume": 55,
1446
+ "width": 3.1,
1447
+ "x": 64.45,
1448
+ "y": 56.95,
1449
+ "z": 0
1450
+ },
1451
+ "E14": {
1452
+ "diameter": 3.1,
1453
+ "height": 0,
1454
+ "length": 3.1,
1455
+ "total-liquid-volume": 55,
1456
+ "width": 3.1,
1457
+ "x": 68.95,
1458
+ "y": 56.95,
1459
+ "z": 0
1460
+ },
1461
+ "E15": {
1462
+ "diameter": 3.1,
1463
+ "height": 0,
1464
+ "length": 3.1,
1465
+ "total-liquid-volume": 55,
1466
+ "width": 3.1,
1467
+ "x": 73.45,
1468
+ "y": 56.95,
1469
+ "z": 0
1470
+ },
1471
+ "E16": {
1472
+ "diameter": 3.1,
1473
+ "height": 0,
1474
+ "length": 3.1,
1475
+ "total-liquid-volume": 55,
1476
+ "width": 3.1,
1477
+ "x": 77.95,
1478
+ "y": 56.95,
1479
+ "z": 0
1480
+ },
1481
+ "E17": {
1482
+ "diameter": 3.1,
1483
+ "height": 0,
1484
+ "length": 3.1,
1485
+ "total-liquid-volume": 55,
1486
+ "width": 3.1,
1487
+ "x": 82.45,
1488
+ "y": 56.95,
1489
+ "z": 0
1490
+ },
1491
+ "E18": {
1492
+ "diameter": 3.1,
1493
+ "height": 0,
1494
+ "length": 3.1,
1495
+ "total-liquid-volume": 55,
1496
+ "width": 3.1,
1497
+ "x": 86.95,
1498
+ "y": 56.95,
1499
+ "z": 0
1500
+ },
1501
+ "E19": {
1502
+ "diameter": 3.1,
1503
+ "height": 0,
1504
+ "length": 3.1,
1505
+ "total-liquid-volume": 55,
1506
+ "width": 3.1,
1507
+ "x": 91.45,
1508
+ "y": 56.95,
1509
+ "z": 0
1510
+ },
1511
+ "E2": {
1512
+ "diameter": 3.1,
1513
+ "height": 0,
1514
+ "length": 3.1,
1515
+ "total-liquid-volume": 55,
1516
+ "width": 3.1,
1517
+ "x": 14.95,
1518
+ "y": 56.95,
1519
+ "z": 0
1520
+ },
1521
+ "E20": {
1522
+ "diameter": 3.1,
1523
+ "height": 0,
1524
+ "length": 3.1,
1525
+ "total-liquid-volume": 55,
1526
+ "width": 3.1,
1527
+ "x": 95.95,
1528
+ "y": 56.95,
1529
+ "z": 0
1530
+ },
1531
+ "E21": {
1532
+ "diameter": 3.1,
1533
+ "height": 0,
1534
+ "length": 3.1,
1535
+ "total-liquid-volume": 55,
1536
+ "width": 3.1,
1537
+ "x": 100.45,
1538
+ "y": 56.95,
1539
+ "z": 0
1540
+ },
1541
+ "E22": {
1542
+ "diameter": 3.1,
1543
+ "height": 0,
1544
+ "length": 3.1,
1545
+ "total-liquid-volume": 55,
1546
+ "width": 3.1,
1547
+ "x": 104.95,
1548
+ "y": 56.95,
1549
+ "z": 0
1550
+ },
1551
+ "E23": {
1552
+ "diameter": 3.1,
1553
+ "height": 0,
1554
+ "length": 3.1,
1555
+ "total-liquid-volume": 55,
1556
+ "width": 3.1,
1557
+ "x": 109.45,
1558
+ "y": 56.95,
1559
+ "z": 0
1560
+ },
1561
+ "E24": {
1562
+ "diameter": 3.1,
1563
+ "height": 0,
1564
+ "length": 3.1,
1565
+ "total-liquid-volume": 55,
1566
+ "width": 3.1,
1567
+ "x": 113.95,
1568
+ "y": 56.95,
1569
+ "z": 0
1570
+ },
1571
+ "E3": {
1572
+ "diameter": 3.1,
1573
+ "height": 0,
1574
+ "length": 3.1,
1575
+ "total-liquid-volume": 55,
1576
+ "width": 3.1,
1577
+ "x": 19.45,
1578
+ "y": 56.95,
1579
+ "z": 0
1580
+ },
1581
+ "E4": {
1582
+ "diameter": 3.1,
1583
+ "height": 0,
1584
+ "length": 3.1,
1585
+ "total-liquid-volume": 55,
1586
+ "width": 3.1,
1587
+ "x": 23.95,
1588
+ "y": 56.95,
1589
+ "z": 0
1590
+ },
1591
+ "E5": {
1592
+ "diameter": 3.1,
1593
+ "height": 0,
1594
+ "length": 3.1,
1595
+ "total-liquid-volume": 55,
1596
+ "width": 3.1,
1597
+ "x": 28.45,
1598
+ "y": 56.95,
1599
+ "z": 0
1600
+ },
1601
+ "E6": {
1602
+ "diameter": 3.1,
1603
+ "height": 0,
1604
+ "length": 3.1,
1605
+ "total-liquid-volume": 55,
1606
+ "width": 3.1,
1607
+ "x": 32.95,
1608
+ "y": 56.95,
1609
+ "z": 0
1610
+ },
1611
+ "E7": {
1612
+ "diameter": 3.1,
1613
+ "height": 0,
1614
+ "length": 3.1,
1615
+ "total-liquid-volume": 55,
1616
+ "width": 3.1,
1617
+ "x": 37.45,
1618
+ "y": 56.95,
1619
+ "z": 0
1620
+ },
1621
+ "E8": {
1622
+ "diameter": 3.1,
1623
+ "height": 0,
1624
+ "length": 3.1,
1625
+ "total-liquid-volume": 55,
1626
+ "width": 3.1,
1627
+ "x": 41.95,
1628
+ "y": 56.95,
1629
+ "z": 0
1630
+ },
1631
+ "E9": {
1632
+ "diameter": 3.1,
1633
+ "height": 0,
1634
+ "length": 3.1,
1635
+ "total-liquid-volume": 55,
1636
+ "width": 3.1,
1637
+ "x": 46.45,
1638
+ "y": 56.95,
1639
+ "z": 0
1640
+ },
1641
+ "F1": {
1642
+ "diameter": 3.1,
1643
+ "height": 0,
1644
+ "length": 3.1,
1645
+ "total-liquid-volume": 55,
1646
+ "width": 3.1,
1647
+ "x": 10.45,
1648
+ "y": 52.45,
1649
+ "z": 0
1650
+ },
1651
+ "F10": {
1652
+ "diameter": 3.1,
1653
+ "height": 0,
1654
+ "length": 3.1,
1655
+ "total-liquid-volume": 55,
1656
+ "width": 3.1,
1657
+ "x": 50.95,
1658
+ "y": 52.45,
1659
+ "z": 0
1660
+ },
1661
+ "F11": {
1662
+ "diameter": 3.1,
1663
+ "height": 0,
1664
+ "length": 3.1,
1665
+ "total-liquid-volume": 55,
1666
+ "width": 3.1,
1667
+ "x": 55.45,
1668
+ "y": 52.45,
1669
+ "z": 0
1670
+ },
1671
+ "F12": {
1672
+ "diameter": 3.1,
1673
+ "height": 0,
1674
+ "length": 3.1,
1675
+ "total-liquid-volume": 55,
1676
+ "width": 3.1,
1677
+ "x": 59.95,
1678
+ "y": 52.45,
1679
+ "z": 0
1680
+ },
1681
+ "F13": {
1682
+ "diameter": 3.1,
1683
+ "height": 0,
1684
+ "length": 3.1,
1685
+ "total-liquid-volume": 55,
1686
+ "width": 3.1,
1687
+ "x": 64.45,
1688
+ "y": 52.45,
1689
+ "z": 0
1690
+ },
1691
+ "F14": {
1692
+ "diameter": 3.1,
1693
+ "height": 0,
1694
+ "length": 3.1,
1695
+ "total-liquid-volume": 55,
1696
+ "width": 3.1,
1697
+ "x": 68.95,
1698
+ "y": 52.45,
1699
+ "z": 0
1700
+ },
1701
+ "F15": {
1702
+ "diameter": 3.1,
1703
+ "height": 0,
1704
+ "length": 3.1,
1705
+ "total-liquid-volume": 55,
1706
+ "width": 3.1,
1707
+ "x": 73.45,
1708
+ "y": 52.45,
1709
+ "z": 0
1710
+ },
1711
+ "F16": {
1712
+ "diameter": 3.1,
1713
+ "height": 0,
1714
+ "length": 3.1,
1715
+ "total-liquid-volume": 55,
1716
+ "width": 3.1,
1717
+ "x": 77.95,
1718
+ "y": 52.45,
1719
+ "z": 0
1720
+ },
1721
+ "F17": {
1722
+ "diameter": 3.1,
1723
+ "height": 0,
1724
+ "length": 3.1,
1725
+ "total-liquid-volume": 55,
1726
+ "width": 3.1,
1727
+ "x": 82.45,
1728
+ "y": 52.45,
1729
+ "z": 0
1730
+ },
1731
+ "F18": {
1732
+ "diameter": 3.1,
1733
+ "height": 0,
1734
+ "length": 3.1,
1735
+ "total-liquid-volume": 55,
1736
+ "width": 3.1,
1737
+ "x": 86.95,
1738
+ "y": 52.45,
1739
+ "z": 0
1740
+ },
1741
+ "F19": {
1742
+ "diameter": 3.1,
1743
+ "height": 0,
1744
+ "length": 3.1,
1745
+ "total-liquid-volume": 55,
1746
+ "width": 3.1,
1747
+ "x": 91.45,
1748
+ "y": 52.45,
1749
+ "z": 0
1750
+ },
1751
+ "F2": {
1752
+ "diameter": 3.1,
1753
+ "height": 0,
1754
+ "length": 3.1,
1755
+ "total-liquid-volume": 55,
1756
+ "width": 3.1,
1757
+ "x": 14.95,
1758
+ "y": 52.45,
1759
+ "z": 0
1760
+ },
1761
+ "F20": {
1762
+ "diameter": 3.1,
1763
+ "height": 0,
1764
+ "length": 3.1,
1765
+ "total-liquid-volume": 55,
1766
+ "width": 3.1,
1767
+ "x": 95.95,
1768
+ "y": 52.45,
1769
+ "z": 0
1770
+ },
1771
+ "F21": {
1772
+ "diameter": 3.1,
1773
+ "height": 0,
1774
+ "length": 3.1,
1775
+ "total-liquid-volume": 55,
1776
+ "width": 3.1,
1777
+ "x": 100.45,
1778
+ "y": 52.45,
1779
+ "z": 0
1780
+ },
1781
+ "F22": {
1782
+ "diameter": 3.1,
1783
+ "height": 0,
1784
+ "length": 3.1,
1785
+ "total-liquid-volume": 55,
1786
+ "width": 3.1,
1787
+ "x": 104.95,
1788
+ "y": 52.45,
1789
+ "z": 0
1790
+ },
1791
+ "F23": {
1792
+ "diameter": 3.1,
1793
+ "height": 0,
1794
+ "length": 3.1,
1795
+ "total-liquid-volume": 55,
1796
+ "width": 3.1,
1797
+ "x": 109.45,
1798
+ "y": 52.45,
1799
+ "z": 0
1800
+ },
1801
+ "F24": {
1802
+ "diameter": 3.1,
1803
+ "height": 0,
1804
+ "length": 3.1,
1805
+ "total-liquid-volume": 55,
1806
+ "width": 3.1,
1807
+ "x": 113.95,
1808
+ "y": 52.45,
1809
+ "z": 0
1810
+ },
1811
+ "F3": {
1812
+ "diameter": 3.1,
1813
+ "height": 0,
1814
+ "length": 3.1,
1815
+ "total-liquid-volume": 55,
1816
+ "width": 3.1,
1817
+ "x": 19.45,
1818
+ "y": 52.45,
1819
+ "z": 0
1820
+ },
1821
+ "F4": {
1822
+ "diameter": 3.1,
1823
+ "height": 0,
1824
+ "length": 3.1,
1825
+ "total-liquid-volume": 55,
1826
+ "width": 3.1,
1827
+ "x": 23.95,
1828
+ "y": 52.45,
1829
+ "z": 0
1830
+ },
1831
+ "F5": {
1832
+ "diameter": 3.1,
1833
+ "height": 0,
1834
+ "length": 3.1,
1835
+ "total-liquid-volume": 55,
1836
+ "width": 3.1,
1837
+ "x": 28.45,
1838
+ "y": 52.45,
1839
+ "z": 0
1840
+ },
1841
+ "F6": {
1842
+ "diameter": 3.1,
1843
+ "height": 0,
1844
+ "length": 3.1,
1845
+ "total-liquid-volume": 55,
1846
+ "width": 3.1,
1847
+ "x": 32.95,
1848
+ "y": 52.45,
1849
+ "z": 0
1850
+ },
1851
+ "F7": {
1852
+ "diameter": 3.1,
1853
+ "height": 0,
1854
+ "length": 3.1,
1855
+ "total-liquid-volume": 55,
1856
+ "width": 3.1,
1857
+ "x": 37.45,
1858
+ "y": 52.45,
1859
+ "z": 0
1860
+ },
1861
+ "F8": {
1862
+ "diameter": 3.1,
1863
+ "height": 0,
1864
+ "length": 3.1,
1865
+ "total-liquid-volume": 55,
1866
+ "width": 3.1,
1867
+ "x": 41.95,
1868
+ "y": 52.45,
1869
+ "z": 0
1870
+ },
1871
+ "F9": {
1872
+ "diameter": 3.1,
1873
+ "height": 0,
1874
+ "length": 3.1,
1875
+ "total-liquid-volume": 55,
1876
+ "width": 3.1,
1877
+ "x": 46.45,
1878
+ "y": 52.45,
1879
+ "z": 0
1880
+ },
1881
+ "G1": {
1882
+ "diameter": 3.1,
1883
+ "height": 0,
1884
+ "length": 3.1,
1885
+ "total-liquid-volume": 55,
1886
+ "width": 3.1,
1887
+ "x": 10.45,
1888
+ "y": 47.95,
1889
+ "z": 0
1890
+ },
1891
+ "G10": {
1892
+ "diameter": 3.1,
1893
+ "height": 0,
1894
+ "length": 3.1,
1895
+ "total-liquid-volume": 55,
1896
+ "width": 3.1,
1897
+ "x": 50.95,
1898
+ "y": 47.95,
1899
+ "z": 0
1900
+ },
1901
+ "G11": {
1902
+ "diameter": 3.1,
1903
+ "height": 0,
1904
+ "length": 3.1,
1905
+ "total-liquid-volume": 55,
1906
+ "width": 3.1,
1907
+ "x": 55.45,
1908
+ "y": 47.95,
1909
+ "z": 0
1910
+ },
1911
+ "G12": {
1912
+ "diameter": 3.1,
1913
+ "height": 0,
1914
+ "length": 3.1,
1915
+ "total-liquid-volume": 55,
1916
+ "width": 3.1,
1917
+ "x": 59.95,
1918
+ "y": 47.95,
1919
+ "z": 0
1920
+ },
1921
+ "G13": {
1922
+ "diameter": 3.1,
1923
+ "height": 0,
1924
+ "length": 3.1,
1925
+ "total-liquid-volume": 55,
1926
+ "width": 3.1,
1927
+ "x": 64.45,
1928
+ "y": 47.95,
1929
+ "z": 0
1930
+ },
1931
+ "G14": {
1932
+ "diameter": 3.1,
1933
+ "height": 0,
1934
+ "length": 3.1,
1935
+ "total-liquid-volume": 55,
1936
+ "width": 3.1,
1937
+ "x": 68.95,
1938
+ "y": 47.95,
1939
+ "z": 0
1940
+ },
1941
+ "G15": {
1942
+ "diameter": 3.1,
1943
+ "height": 0,
1944
+ "length": 3.1,
1945
+ "total-liquid-volume": 55,
1946
+ "width": 3.1,
1947
+ "x": 73.45,
1948
+ "y": 47.95,
1949
+ "z": 0
1950
+ },
1951
+ "G16": {
1952
+ "diameter": 3.1,
1953
+ "height": 0,
1954
+ "length": 3.1,
1955
+ "total-liquid-volume": 55,
1956
+ "width": 3.1,
1957
+ "x": 77.95,
1958
+ "y": 47.95,
1959
+ "z": 0
1960
+ },
1961
+ "G17": {
1962
+ "diameter": 3.1,
1963
+ "height": 0,
1964
+ "length": 3.1,
1965
+ "total-liquid-volume": 55,
1966
+ "width": 3.1,
1967
+ "x": 82.45,
1968
+ "y": 47.95,
1969
+ "z": 0
1970
+ },
1971
+ "G18": {
1972
+ "diameter": 3.1,
1973
+ "height": 0,
1974
+ "length": 3.1,
1975
+ "total-liquid-volume": 55,
1976
+ "width": 3.1,
1977
+ "x": 86.95,
1978
+ "y": 47.95,
1979
+ "z": 0
1980
+ },
1981
+ "G19": {
1982
+ "diameter": 3.1,
1983
+ "height": 0,
1984
+ "length": 3.1,
1985
+ "total-liquid-volume": 55,
1986
+ "width": 3.1,
1987
+ "x": 91.45,
1988
+ "y": 47.95,
1989
+ "z": 0
1990
+ },
1991
+ "G2": {
1992
+ "diameter": 3.1,
1993
+ "height": 0,
1994
+ "length": 3.1,
1995
+ "total-liquid-volume": 55,
1996
+ "width": 3.1,
1997
+ "x": 14.95,
1998
+ "y": 47.95,
1999
+ "z": 0
2000
+ },
2001
+ "G20": {
2002
+ "diameter": 3.1,
2003
+ "height": 0,
2004
+ "length": 3.1,
2005
+ "total-liquid-volume": 55,
2006
+ "width": 3.1,
2007
+ "x": 95.95,
2008
+ "y": 47.95,
2009
+ "z": 0
2010
+ },
2011
+ "G21": {
2012
+ "diameter": 3.1,
2013
+ "height": 0,
2014
+ "length": 3.1,
2015
+ "total-liquid-volume": 55,
2016
+ "width": 3.1,
2017
+ "x": 100.45,
2018
+ "y": 47.95,
2019
+ "z": 0
2020
+ },
2021
+ "G22": {
2022
+ "diameter": 3.1,
2023
+ "height": 0,
2024
+ "length": 3.1,
2025
+ "total-liquid-volume": 55,
2026
+ "width": 3.1,
2027
+ "x": 104.95,
2028
+ "y": 47.95,
2029
+ "z": 0
2030
+ },
2031
+ "G23": {
2032
+ "diameter": 3.1,
2033
+ "height": 0,
2034
+ "length": 3.1,
2035
+ "total-liquid-volume": 55,
2036
+ "width": 3.1,
2037
+ "x": 109.45,
2038
+ "y": 47.95,
2039
+ "z": 0
2040
+ },
2041
+ "G24": {
2042
+ "diameter": 3.1,
2043
+ "height": 0,
2044
+ "length": 3.1,
2045
+ "total-liquid-volume": 55,
2046
+ "width": 3.1,
2047
+ "x": 113.95,
2048
+ "y": 47.95,
2049
+ "z": 0
2050
+ },
2051
+ "G3": {
2052
+ "diameter": 3.1,
2053
+ "height": 0,
2054
+ "length": 3.1,
2055
+ "total-liquid-volume": 55,
2056
+ "width": 3.1,
2057
+ "x": 19.45,
2058
+ "y": 47.95,
2059
+ "z": 0
2060
+ },
2061
+ "G4": {
2062
+ "diameter": 3.1,
2063
+ "height": 0,
2064
+ "length": 3.1,
2065
+ "total-liquid-volume": 55,
2066
+ "width": 3.1,
2067
+ "x": 23.95,
2068
+ "y": 47.95,
2069
+ "z": 0
2070
+ },
2071
+ "G5": {
2072
+ "diameter": 3.1,
2073
+ "height": 0,
2074
+ "length": 3.1,
2075
+ "total-liquid-volume": 55,
2076
+ "width": 3.1,
2077
+ "x": 28.45,
2078
+ "y": 47.95,
2079
+ "z": 0
2080
+ },
2081
+ "G6": {
2082
+ "diameter": 3.1,
2083
+ "height": 0,
2084
+ "length": 3.1,
2085
+ "total-liquid-volume": 55,
2086
+ "width": 3.1,
2087
+ "x": 32.95,
2088
+ "y": 47.95,
2089
+ "z": 0
2090
+ },
2091
+ "G7": {
2092
+ "diameter": 3.1,
2093
+ "height": 0,
2094
+ "length": 3.1,
2095
+ "total-liquid-volume": 55,
2096
+ "width": 3.1,
2097
+ "x": 37.45,
2098
+ "y": 47.95,
2099
+ "z": 0
2100
+ },
2101
+ "G8": {
2102
+ "diameter": 3.1,
2103
+ "height": 0,
2104
+ "length": 3.1,
2105
+ "total-liquid-volume": 55,
2106
+ "width": 3.1,
2107
+ "x": 41.95,
2108
+ "y": 47.95,
2109
+ "z": 0
2110
+ },
2111
+ "G9": {
2112
+ "diameter": 3.1,
2113
+ "height": 0,
2114
+ "length": 3.1,
2115
+ "total-liquid-volume": 55,
2116
+ "width": 3.1,
2117
+ "x": 46.45,
2118
+ "y": 47.95,
2119
+ "z": 0
2120
+ },
2121
+ "H1": {
2122
+ "diameter": 3.1,
2123
+ "height": 0,
2124
+ "length": 3.1,
2125
+ "total-liquid-volume": 55,
2126
+ "width": 3.1,
2127
+ "x": 10.45,
2128
+ "y": 43.45,
2129
+ "z": 0
2130
+ },
2131
+ "H10": {
2132
+ "diameter": 3.1,
2133
+ "height": 0,
2134
+ "length": 3.1,
2135
+ "total-liquid-volume": 55,
2136
+ "width": 3.1,
2137
+ "x": 50.95,
2138
+ "y": 43.45,
2139
+ "z": 0
2140
+ },
2141
+ "H11": {
2142
+ "diameter": 3.1,
2143
+ "height": 0,
2144
+ "length": 3.1,
2145
+ "total-liquid-volume": 55,
2146
+ "width": 3.1,
2147
+ "x": 55.45,
2148
+ "y": 43.45,
2149
+ "z": 0
2150
+ },
2151
+ "H12": {
2152
+ "diameter": 3.1,
2153
+ "height": 0,
2154
+ "length": 3.1,
2155
+ "total-liquid-volume": 55,
2156
+ "width": 3.1,
2157
+ "x": 59.95,
2158
+ "y": 43.45,
2159
+ "z": 0
2160
+ },
2161
+ "H13": {
2162
+ "diameter": 3.1,
2163
+ "height": 0,
2164
+ "length": 3.1,
2165
+ "total-liquid-volume": 55,
2166
+ "width": 3.1,
2167
+ "x": 64.45,
2168
+ "y": 43.45,
2169
+ "z": 0
2170
+ },
2171
+ "H14": {
2172
+ "diameter": 3.1,
2173
+ "height": 0,
2174
+ "length": 3.1,
2175
+ "total-liquid-volume": 55,
2176
+ "width": 3.1,
2177
+ "x": 68.95,
2178
+ "y": 43.45,
2179
+ "z": 0
2180
+ },
2181
+ "H15": {
2182
+ "diameter": 3.1,
2183
+ "height": 0,
2184
+ "length": 3.1,
2185
+ "total-liquid-volume": 55,
2186
+ "width": 3.1,
2187
+ "x": 73.45,
2188
+ "y": 43.45,
2189
+ "z": 0
2190
+ },
2191
+ "H16": {
2192
+ "diameter": 3.1,
2193
+ "height": 0,
2194
+ "length": 3.1,
2195
+ "total-liquid-volume": 55,
2196
+ "width": 3.1,
2197
+ "x": 77.95,
2198
+ "y": 43.45,
2199
+ "z": 0
2200
+ },
2201
+ "H17": {
2202
+ "diameter": 3.1,
2203
+ "height": 0,
2204
+ "length": 3.1,
2205
+ "total-liquid-volume": 55,
2206
+ "width": 3.1,
2207
+ "x": 82.45,
2208
+ "y": 43.45,
2209
+ "z": 0
2210
+ },
2211
+ "H18": {
2212
+ "diameter": 3.1,
2213
+ "height": 0,
2214
+ "length": 3.1,
2215
+ "total-liquid-volume": 55,
2216
+ "width": 3.1,
2217
+ "x": 86.95,
2218
+ "y": 43.45,
2219
+ "z": 0
2220
+ },
2221
+ "H19": {
2222
+ "diameter": 3.1,
2223
+ "height": 0,
2224
+ "length": 3.1,
2225
+ "total-liquid-volume": 55,
2226
+ "width": 3.1,
2227
+ "x": 91.45,
2228
+ "y": 43.45,
2229
+ "z": 0
2230
+ },
2231
+ "H2": {
2232
+ "diameter": 3.1,
2233
+ "height": 0,
2234
+ "length": 3.1,
2235
+ "total-liquid-volume": 55,
2236
+ "width": 3.1,
2237
+ "x": 14.95,
2238
+ "y": 43.45,
2239
+ "z": 0
2240
+ },
2241
+ "H20": {
2242
+ "diameter": 3.1,
2243
+ "height": 0,
2244
+ "length": 3.1,
2245
+ "total-liquid-volume": 55,
2246
+ "width": 3.1,
2247
+ "x": 95.95,
2248
+ "y": 43.45,
2249
+ "z": 0
2250
+ },
2251
+ "H21": {
2252
+ "diameter": 3.1,
2253
+ "height": 0,
2254
+ "length": 3.1,
2255
+ "total-liquid-volume": 55,
2256
+ "width": 3.1,
2257
+ "x": 100.45,
2258
+ "y": 43.45,
2259
+ "z": 0
2260
+ },
2261
+ "H22": {
2262
+ "diameter": 3.1,
2263
+ "height": 0,
2264
+ "length": 3.1,
2265
+ "total-liquid-volume": 55,
2266
+ "width": 3.1,
2267
+ "x": 104.95,
2268
+ "y": 43.45,
2269
+ "z": 0
2270
+ },
2271
+ "H23": {
2272
+ "diameter": 3.1,
2273
+ "height": 0,
2274
+ "length": 3.1,
2275
+ "total-liquid-volume": 55,
2276
+ "width": 3.1,
2277
+ "x": 109.45,
2278
+ "y": 43.45,
2279
+ "z": 0
2280
+ },
2281
+ "H24": {
2282
+ "diameter": 3.1,
2283
+ "height": 0,
2284
+ "length": 3.1,
2285
+ "total-liquid-volume": 55,
2286
+ "width": 3.1,
2287
+ "x": 113.95,
2288
+ "y": 43.45,
2289
+ "z": 0
2290
+ },
2291
+ "H3": {
2292
+ "diameter": 3.1,
2293
+ "height": 0,
2294
+ "length": 3.1,
2295
+ "total-liquid-volume": 55,
2296
+ "width": 3.1,
2297
+ "x": 19.45,
2298
+ "y": 43.45,
2299
+ "z": 0
2300
+ },
2301
+ "H4": {
2302
+ "diameter": 3.1,
2303
+ "height": 0,
2304
+ "length": 3.1,
2305
+ "total-liquid-volume": 55,
2306
+ "width": 3.1,
2307
+ "x": 23.95,
2308
+ "y": 43.45,
2309
+ "z": 0
2310
+ },
2311
+ "H5": {
2312
+ "diameter": 3.1,
2313
+ "height": 0,
2314
+ "length": 3.1,
2315
+ "total-liquid-volume": 55,
2316
+ "width": 3.1,
2317
+ "x": 28.45,
2318
+ "y": 43.45,
2319
+ "z": 0
2320
+ },
2321
+ "H6": {
2322
+ "diameter": 3.1,
2323
+ "height": 0,
2324
+ "length": 3.1,
2325
+ "total-liquid-volume": 55,
2326
+ "width": 3.1,
2327
+ "x": 32.95,
2328
+ "y": 43.45,
2329
+ "z": 0
2330
+ },
2331
+ "H7": {
2332
+ "diameter": 3.1,
2333
+ "height": 0,
2334
+ "length": 3.1,
2335
+ "total-liquid-volume": 55,
2336
+ "width": 3.1,
2337
+ "x": 37.45,
2338
+ "y": 43.45,
2339
+ "z": 0
2340
+ },
2341
+ "H8": {
2342
+ "diameter": 3.1,
2343
+ "height": 0,
2344
+ "length": 3.1,
2345
+ "total-liquid-volume": 55,
2346
+ "width": 3.1,
2347
+ "x": 41.95,
2348
+ "y": 43.45,
2349
+ "z": 0
2350
+ },
2351
+ "H9": {
2352
+ "diameter": 3.1,
2353
+ "height": 0,
2354
+ "length": 3.1,
2355
+ "total-liquid-volume": 55,
2356
+ "width": 3.1,
2357
+ "x": 46.45,
2358
+ "y": 43.45,
2359
+ "z": 0
2360
+ },
2361
+ "I1": {
2362
+ "diameter": 3.1,
2363
+ "height": 0,
2364
+ "length": 3.1,
2365
+ "total-liquid-volume": 55,
2366
+ "width": 3.1,
2367
+ "x": 10.45,
2368
+ "y": 38.95,
2369
+ "z": 0
2370
+ },
2371
+ "I10": {
2372
+ "diameter": 3.1,
2373
+ "height": 0,
2374
+ "length": 3.1,
2375
+ "total-liquid-volume": 55,
2376
+ "width": 3.1,
2377
+ "x": 50.95,
2378
+ "y": 38.95,
2379
+ "z": 0
2380
+ },
2381
+ "I11": {
2382
+ "diameter": 3.1,
2383
+ "height": 0,
2384
+ "length": 3.1,
2385
+ "total-liquid-volume": 55,
2386
+ "width": 3.1,
2387
+ "x": 55.45,
2388
+ "y": 38.95,
2389
+ "z": 0
2390
+ },
2391
+ "I12": {
2392
+ "diameter": 3.1,
2393
+ "height": 0,
2394
+ "length": 3.1,
2395
+ "total-liquid-volume": 55,
2396
+ "width": 3.1,
2397
+ "x": 59.95,
2398
+ "y": 38.95,
2399
+ "z": 0
2400
+ },
2401
+ "I13": {
2402
+ "diameter": 3.1,
2403
+ "height": 0,
2404
+ "length": 3.1,
2405
+ "total-liquid-volume": 55,
2406
+ "width": 3.1,
2407
+ "x": 64.45,
2408
+ "y": 38.95,
2409
+ "z": 0
2410
+ },
2411
+ "I14": {
2412
+ "diameter": 3.1,
2413
+ "height": 0,
2414
+ "length": 3.1,
2415
+ "total-liquid-volume": 55,
2416
+ "width": 3.1,
2417
+ "x": 68.95,
2418
+ "y": 38.95,
2419
+ "z": 0
2420
+ },
2421
+ "I15": {
2422
+ "diameter": 3.1,
2423
+ "height": 0,
2424
+ "length": 3.1,
2425
+ "total-liquid-volume": 55,
2426
+ "width": 3.1,
2427
+ "x": 73.45,
2428
+ "y": 38.95,
2429
+ "z": 0
2430
+ },
2431
+ "I16": {
2432
+ "diameter": 3.1,
2433
+ "height": 0,
2434
+ "length": 3.1,
2435
+ "total-liquid-volume": 55,
2436
+ "width": 3.1,
2437
+ "x": 77.95,
2438
+ "y": 38.95,
2439
+ "z": 0
2440
+ },
2441
+ "I17": {
2442
+ "diameter": 3.1,
2443
+ "height": 0,
2444
+ "length": 3.1,
2445
+ "total-liquid-volume": 55,
2446
+ "width": 3.1,
2447
+ "x": 82.45,
2448
+ "y": 38.95,
2449
+ "z": 0
2450
+ },
2451
+ "I18": {
2452
+ "diameter": 3.1,
2453
+ "height": 0,
2454
+ "length": 3.1,
2455
+ "total-liquid-volume": 55,
2456
+ "width": 3.1,
2457
+ "x": 86.95,
2458
+ "y": 38.95,
2459
+ "z": 0
2460
+ },
2461
+ "I19": {
2462
+ "diameter": 3.1,
2463
+ "height": 0,
2464
+ "length": 3.1,
2465
+ "total-liquid-volume": 55,
2466
+ "width": 3.1,
2467
+ "x": 91.45,
2468
+ "y": 38.95,
2469
+ "z": 0
2470
+ },
2471
+ "I2": {
2472
+ "diameter": 3.1,
2473
+ "height": 0,
2474
+ "length": 3.1,
2475
+ "total-liquid-volume": 55,
2476
+ "width": 3.1,
2477
+ "x": 14.95,
2478
+ "y": 38.95,
2479
+ "z": 0
2480
+ },
2481
+ "I20": {
2482
+ "diameter": 3.1,
2483
+ "height": 0,
2484
+ "length": 3.1,
2485
+ "total-liquid-volume": 55,
2486
+ "width": 3.1,
2487
+ "x": 95.95,
2488
+ "y": 38.95,
2489
+ "z": 0
2490
+ },
2491
+ "I21": {
2492
+ "diameter": 3.1,
2493
+ "height": 0,
2494
+ "length": 3.1,
2495
+ "total-liquid-volume": 55,
2496
+ "width": 3.1,
2497
+ "x": 100.45,
2498
+ "y": 38.95,
2499
+ "z": 0
2500
+ },
2501
+ "I22": {
2502
+ "diameter": 3.1,
2503
+ "height": 0,
2504
+ "length": 3.1,
2505
+ "total-liquid-volume": 55,
2506
+ "width": 3.1,
2507
+ "x": 104.95,
2508
+ "y": 38.95,
2509
+ "z": 0
2510
+ },
2511
+ "I23": {
2512
+ "diameter": 3.1,
2513
+ "height": 0,
2514
+ "length": 3.1,
2515
+ "total-liquid-volume": 55,
2516
+ "width": 3.1,
2517
+ "x": 109.45,
2518
+ "y": 38.95,
2519
+ "z": 0
2520
+ },
2521
+ "I24": {
2522
+ "diameter": 3.1,
2523
+ "height": 0,
2524
+ "length": 3.1,
2525
+ "total-liquid-volume": 55,
2526
+ "width": 3.1,
2527
+ "x": 113.95,
2528
+ "y": 38.95,
2529
+ "z": 0
2530
+ },
2531
+ "I3": {
2532
+ "diameter": 3.1,
2533
+ "height": 0,
2534
+ "length": 3.1,
2535
+ "total-liquid-volume": 55,
2536
+ "width": 3.1,
2537
+ "x": 19.45,
2538
+ "y": 38.95,
2539
+ "z": 0
2540
+ },
2541
+ "I4": {
2542
+ "diameter": 3.1,
2543
+ "height": 0,
2544
+ "length": 3.1,
2545
+ "total-liquid-volume": 55,
2546
+ "width": 3.1,
2547
+ "x": 23.95,
2548
+ "y": 38.95,
2549
+ "z": 0
2550
+ },
2551
+ "I5": {
2552
+ "diameter": 3.1,
2553
+ "height": 0,
2554
+ "length": 3.1,
2555
+ "total-liquid-volume": 55,
2556
+ "width": 3.1,
2557
+ "x": 28.45,
2558
+ "y": 38.95,
2559
+ "z": 0
2560
+ },
2561
+ "I6": {
2562
+ "diameter": 3.1,
2563
+ "height": 0,
2564
+ "length": 3.1,
2565
+ "total-liquid-volume": 55,
2566
+ "width": 3.1,
2567
+ "x": 32.95,
2568
+ "y": 38.95,
2569
+ "z": 0
2570
+ },
2571
+ "I7": {
2572
+ "diameter": 3.1,
2573
+ "height": 0,
2574
+ "length": 3.1,
2575
+ "total-liquid-volume": 55,
2576
+ "width": 3.1,
2577
+ "x": 37.45,
2578
+ "y": 38.95,
2579
+ "z": 0
2580
+ },
2581
+ "I8": {
2582
+ "diameter": 3.1,
2583
+ "height": 0,
2584
+ "length": 3.1,
2585
+ "total-liquid-volume": 55,
2586
+ "width": 3.1,
2587
+ "x": 41.95,
2588
+ "y": 38.95,
2589
+ "z": 0
2590
+ },
2591
+ "I9": {
2592
+ "diameter": 3.1,
2593
+ "height": 0,
2594
+ "length": 3.1,
2595
+ "total-liquid-volume": 55,
2596
+ "width": 3.1,
2597
+ "x": 46.45,
2598
+ "y": 38.95,
2599
+ "z": 0
2600
+ },
2601
+ "J1": {
2602
+ "diameter": 3.1,
2603
+ "height": 0,
2604
+ "length": 3.1,
2605
+ "total-liquid-volume": 55,
2606
+ "width": 3.1,
2607
+ "x": 10.45,
2608
+ "y": 34.45,
2609
+ "z": 0
2610
+ },
2611
+ "J10": {
2612
+ "diameter": 3.1,
2613
+ "height": 0,
2614
+ "length": 3.1,
2615
+ "total-liquid-volume": 55,
2616
+ "width": 3.1,
2617
+ "x": 50.95,
2618
+ "y": 34.45,
2619
+ "z": 0
2620
+ },
2621
+ "J11": {
2622
+ "diameter": 3.1,
2623
+ "height": 0,
2624
+ "length": 3.1,
2625
+ "total-liquid-volume": 55,
2626
+ "width": 3.1,
2627
+ "x": 55.45,
2628
+ "y": 34.45,
2629
+ "z": 0
2630
+ },
2631
+ "J12": {
2632
+ "diameter": 3.1,
2633
+ "height": 0,
2634
+ "length": 3.1,
2635
+ "total-liquid-volume": 55,
2636
+ "width": 3.1,
2637
+ "x": 59.95,
2638
+ "y": 34.45,
2639
+ "z": 0
2640
+ },
2641
+ "J13": {
2642
+ "diameter": 3.1,
2643
+ "height": 0,
2644
+ "length": 3.1,
2645
+ "total-liquid-volume": 55,
2646
+ "width": 3.1,
2647
+ "x": 64.45,
2648
+ "y": 34.45,
2649
+ "z": 0
2650
+ },
2651
+ "J14": {
2652
+ "diameter": 3.1,
2653
+ "height": 0,
2654
+ "length": 3.1,
2655
+ "total-liquid-volume": 55,
2656
+ "width": 3.1,
2657
+ "x": 68.95,
2658
+ "y": 34.45,
2659
+ "z": 0
2660
+ },
2661
+ "J15": {
2662
+ "diameter": 3.1,
2663
+ "height": 0,
2664
+ "length": 3.1,
2665
+ "total-liquid-volume": 55,
2666
+ "width": 3.1,
2667
+ "x": 73.45,
2668
+ "y": 34.45,
2669
+ "z": 0
2670
+ },
2671
+ "J16": {
2672
+ "diameter": 3.1,
2673
+ "height": 0,
2674
+ "length": 3.1,
2675
+ "total-liquid-volume": 55,
2676
+ "width": 3.1,
2677
+ "x": 77.95,
2678
+ "y": 34.45,
2679
+ "z": 0
2680
+ },
2681
+ "J17": {
2682
+ "diameter": 3.1,
2683
+ "height": 0,
2684
+ "length": 3.1,
2685
+ "total-liquid-volume": 55,
2686
+ "width": 3.1,
2687
+ "x": 82.45,
2688
+ "y": 34.45,
2689
+ "z": 0
2690
+ },
2691
+ "J18": {
2692
+ "diameter": 3.1,
2693
+ "height": 0,
2694
+ "length": 3.1,
2695
+ "total-liquid-volume": 55,
2696
+ "width": 3.1,
2697
+ "x": 86.95,
2698
+ "y": 34.45,
2699
+ "z": 0
2700
+ },
2701
+ "J19": {
2702
+ "diameter": 3.1,
2703
+ "height": 0,
2704
+ "length": 3.1,
2705
+ "total-liquid-volume": 55,
2706
+ "width": 3.1,
2707
+ "x": 91.45,
2708
+ "y": 34.45,
2709
+ "z": 0
2710
+ },
2711
+ "J2": {
2712
+ "diameter": 3.1,
2713
+ "height": 0,
2714
+ "length": 3.1,
2715
+ "total-liquid-volume": 55,
2716
+ "width": 3.1,
2717
+ "x": 14.95,
2718
+ "y": 34.45,
2719
+ "z": 0
2720
+ },
2721
+ "J20": {
2722
+ "diameter": 3.1,
2723
+ "height": 0,
2724
+ "length": 3.1,
2725
+ "total-liquid-volume": 55,
2726
+ "width": 3.1,
2727
+ "x": 95.95,
2728
+ "y": 34.45,
2729
+ "z": 0
2730
+ },
2731
+ "J21": {
2732
+ "diameter": 3.1,
2733
+ "height": 0,
2734
+ "length": 3.1,
2735
+ "total-liquid-volume": 55,
2736
+ "width": 3.1,
2737
+ "x": 100.45,
2738
+ "y": 34.45,
2739
+ "z": 0
2740
+ },
2741
+ "J22": {
2742
+ "diameter": 3.1,
2743
+ "height": 0,
2744
+ "length": 3.1,
2745
+ "total-liquid-volume": 55,
2746
+ "width": 3.1,
2747
+ "x": 104.95,
2748
+ "y": 34.45,
2749
+ "z": 0
2750
+ },
2751
+ "J23": {
2752
+ "diameter": 3.1,
2753
+ "height": 0,
2754
+ "length": 3.1,
2755
+ "total-liquid-volume": 55,
2756
+ "width": 3.1,
2757
+ "x": 109.45,
2758
+ "y": 34.45,
2759
+ "z": 0
2760
+ },
2761
+ "J24": {
2762
+ "diameter": 3.1,
2763
+ "height": 0,
2764
+ "length": 3.1,
2765
+ "total-liquid-volume": 55,
2766
+ "width": 3.1,
2767
+ "x": 113.95,
2768
+ "y": 34.45,
2769
+ "z": 0
2770
+ },
2771
+ "J3": {
2772
+ "diameter": 3.1,
2773
+ "height": 0,
2774
+ "length": 3.1,
2775
+ "total-liquid-volume": 55,
2776
+ "width": 3.1,
2777
+ "x": 19.45,
2778
+ "y": 34.45,
2779
+ "z": 0
2780
+ },
2781
+ "J4": {
2782
+ "diameter": 3.1,
2783
+ "height": 0,
2784
+ "length": 3.1,
2785
+ "total-liquid-volume": 55,
2786
+ "width": 3.1,
2787
+ "x": 23.95,
2788
+ "y": 34.45,
2789
+ "z": 0
2790
+ },
2791
+ "J5": {
2792
+ "diameter": 3.1,
2793
+ "height": 0,
2794
+ "length": 3.1,
2795
+ "total-liquid-volume": 55,
2796
+ "width": 3.1,
2797
+ "x": 28.45,
2798
+ "y": 34.45,
2799
+ "z": 0
2800
+ },
2801
+ "J6": {
2802
+ "diameter": 3.1,
2803
+ "height": 0,
2804
+ "length": 3.1,
2805
+ "total-liquid-volume": 55,
2806
+ "width": 3.1,
2807
+ "x": 32.95,
2808
+ "y": 34.45,
2809
+ "z": 0
2810
+ },
2811
+ "J7": {
2812
+ "diameter": 3.1,
2813
+ "height": 0,
2814
+ "length": 3.1,
2815
+ "total-liquid-volume": 55,
2816
+ "width": 3.1,
2817
+ "x": 37.45,
2818
+ "y": 34.45,
2819
+ "z": 0
2820
+ },
2821
+ "J8": {
2822
+ "diameter": 3.1,
2823
+ "height": 0,
2824
+ "length": 3.1,
2825
+ "total-liquid-volume": 55,
2826
+ "width": 3.1,
2827
+ "x": 41.95,
2828
+ "y": 34.45,
2829
+ "z": 0
2830
+ },
2831
+ "J9": {
2832
+ "diameter": 3.1,
2833
+ "height": 0,
2834
+ "length": 3.1,
2835
+ "total-liquid-volume": 55,
2836
+ "width": 3.1,
2837
+ "x": 46.45,
2838
+ "y": 34.45,
2839
+ "z": 0
2840
+ },
2841
+ "K1": {
2842
+ "diameter": 3.1,
2843
+ "height": 0,
2844
+ "length": 3.1,
2845
+ "total-liquid-volume": 55,
2846
+ "width": 3.1,
2847
+ "x": 10.45,
2848
+ "y": 29.95,
2849
+ "z": 0
2850
+ },
2851
+ "K10": {
2852
+ "diameter": 3.1,
2853
+ "height": 0,
2854
+ "length": 3.1,
2855
+ "total-liquid-volume": 55,
2856
+ "width": 3.1,
2857
+ "x": 50.95,
2858
+ "y": 29.95,
2859
+ "z": 0
2860
+ },
2861
+ "K11": {
2862
+ "diameter": 3.1,
2863
+ "height": 0,
2864
+ "length": 3.1,
2865
+ "total-liquid-volume": 55,
2866
+ "width": 3.1,
2867
+ "x": 55.45,
2868
+ "y": 29.95,
2869
+ "z": 0
2870
+ },
2871
+ "K12": {
2872
+ "diameter": 3.1,
2873
+ "height": 0,
2874
+ "length": 3.1,
2875
+ "total-liquid-volume": 55,
2876
+ "width": 3.1,
2877
+ "x": 59.95,
2878
+ "y": 29.95,
2879
+ "z": 0
2880
+ },
2881
+ "K13": {
2882
+ "diameter": 3.1,
2883
+ "height": 0,
2884
+ "length": 3.1,
2885
+ "total-liquid-volume": 55,
2886
+ "width": 3.1,
2887
+ "x": 64.45,
2888
+ "y": 29.95,
2889
+ "z": 0
2890
+ },
2891
+ "K14": {
2892
+ "diameter": 3.1,
2893
+ "height": 0,
2894
+ "length": 3.1,
2895
+ "total-liquid-volume": 55,
2896
+ "width": 3.1,
2897
+ "x": 68.95,
2898
+ "y": 29.95,
2899
+ "z": 0
2900
+ },
2901
+ "K15": {
2902
+ "diameter": 3.1,
2903
+ "height": 0,
2904
+ "length": 3.1,
2905
+ "total-liquid-volume": 55,
2906
+ "width": 3.1,
2907
+ "x": 73.45,
2908
+ "y": 29.95,
2909
+ "z": 0
2910
+ },
2911
+ "K16": {
2912
+ "diameter": 3.1,
2913
+ "height": 0,
2914
+ "length": 3.1,
2915
+ "total-liquid-volume": 55,
2916
+ "width": 3.1,
2917
+ "x": 77.95,
2918
+ "y": 29.95,
2919
+ "z": 0
2920
+ },
2921
+ "K17": {
2922
+ "diameter": 3.1,
2923
+ "height": 0,
2924
+ "length": 3.1,
2925
+ "total-liquid-volume": 55,
2926
+ "width": 3.1,
2927
+ "x": 82.45,
2928
+ "y": 29.95,
2929
+ "z": 0
2930
+ },
2931
+ "K18": {
2932
+ "diameter": 3.1,
2933
+ "height": 0,
2934
+ "length": 3.1,
2935
+ "total-liquid-volume": 55,
2936
+ "width": 3.1,
2937
+ "x": 86.95,
2938
+ "y": 29.95,
2939
+ "z": 0
2940
+ },
2941
+ "K19": {
2942
+ "diameter": 3.1,
2943
+ "height": 0,
2944
+ "length": 3.1,
2945
+ "total-liquid-volume": 55,
2946
+ "width": 3.1,
2947
+ "x": 91.45,
2948
+ "y": 29.95,
2949
+ "z": 0
2950
+ },
2951
+ "K2": {
2952
+ "diameter": 3.1,
2953
+ "height": 0,
2954
+ "length": 3.1,
2955
+ "total-liquid-volume": 55,
2956
+ "width": 3.1,
2957
+ "x": 14.95,
2958
+ "y": 29.95,
2959
+ "z": 0
2960
+ },
2961
+ "K20": {
2962
+ "diameter": 3.1,
2963
+ "height": 0,
2964
+ "length": 3.1,
2965
+ "total-liquid-volume": 55,
2966
+ "width": 3.1,
2967
+ "x": 95.95,
2968
+ "y": 29.95,
2969
+ "z": 0
2970
+ },
2971
+ "K21": {
2972
+ "diameter": 3.1,
2973
+ "height": 0,
2974
+ "length": 3.1,
2975
+ "total-liquid-volume": 55,
2976
+ "width": 3.1,
2977
+ "x": 100.45,
2978
+ "y": 29.95,
2979
+ "z": 0
2980
+ },
2981
+ "K22": {
2982
+ "diameter": 3.1,
2983
+ "height": 0,
2984
+ "length": 3.1,
2985
+ "total-liquid-volume": 55,
2986
+ "width": 3.1,
2987
+ "x": 104.95,
2988
+ "y": 29.95,
2989
+ "z": 0
2990
+ },
2991
+ "K23": {
2992
+ "diameter": 3.1,
2993
+ "height": 0,
2994
+ "length": 3.1,
2995
+ "total-liquid-volume": 55,
2996
+ "width": 3.1,
2997
+ "x": 109.45,
2998
+ "y": 29.95,
2999
+ "z": 0
3000
+ },
3001
+ "K24": {
3002
+ "diameter": 3.1,
3003
+ "height": 0,
3004
+ "length": 3.1,
3005
+ "total-liquid-volume": 55,
3006
+ "width": 3.1,
3007
+ "x": 113.95,
3008
+ "y": 29.95,
3009
+ "z": 0
3010
+ },
3011
+ "K3": {
3012
+ "diameter": 3.1,
3013
+ "height": 0,
3014
+ "length": 3.1,
3015
+ "total-liquid-volume": 55,
3016
+ "width": 3.1,
3017
+ "x": 19.45,
3018
+ "y": 29.95,
3019
+ "z": 0
3020
+ },
3021
+ "K4": {
3022
+ "diameter": 3.1,
3023
+ "height": 0,
3024
+ "length": 3.1,
3025
+ "total-liquid-volume": 55,
3026
+ "width": 3.1,
3027
+ "x": 23.95,
3028
+ "y": 29.95,
3029
+ "z": 0
3030
+ },
3031
+ "K5": {
3032
+ "diameter": 3.1,
3033
+ "height": 0,
3034
+ "length": 3.1,
3035
+ "total-liquid-volume": 55,
3036
+ "width": 3.1,
3037
+ "x": 28.45,
3038
+ "y": 29.95,
3039
+ "z": 0
3040
+ },
3041
+ "K6": {
3042
+ "diameter": 3.1,
3043
+ "height": 0,
3044
+ "length": 3.1,
3045
+ "total-liquid-volume": 55,
3046
+ "width": 3.1,
3047
+ "x": 32.95,
3048
+ "y": 29.95,
3049
+ "z": 0
3050
+ },
3051
+ "K7": {
3052
+ "diameter": 3.1,
3053
+ "height": 0,
3054
+ "length": 3.1,
3055
+ "total-liquid-volume": 55,
3056
+ "width": 3.1,
3057
+ "x": 37.45,
3058
+ "y": 29.95,
3059
+ "z": 0
3060
+ },
3061
+ "K8": {
3062
+ "diameter": 3.1,
3063
+ "height": 0,
3064
+ "length": 3.1,
3065
+ "total-liquid-volume": 55,
3066
+ "width": 3.1,
3067
+ "x": 41.95,
3068
+ "y": 29.95,
3069
+ "z": 0
3070
+ },
3071
+ "K9": {
3072
+ "diameter": 3.1,
3073
+ "height": 0,
3074
+ "length": 3.1,
3075
+ "total-liquid-volume": 55,
3076
+ "width": 3.1,
3077
+ "x": 46.45,
3078
+ "y": 29.95,
3079
+ "z": 0
3080
+ },
3081
+ "L1": {
3082
+ "diameter": 3.1,
3083
+ "height": 0,
3084
+ "length": 3.1,
3085
+ "total-liquid-volume": 55,
3086
+ "width": 3.1,
3087
+ "x": 10.45,
3088
+ "y": 25.45,
3089
+ "z": 0
3090
+ },
3091
+ "L10": {
3092
+ "diameter": 3.1,
3093
+ "height": 0,
3094
+ "length": 3.1,
3095
+ "total-liquid-volume": 55,
3096
+ "width": 3.1,
3097
+ "x": 50.95,
3098
+ "y": 25.45,
3099
+ "z": 0
3100
+ },
3101
+ "L11": {
3102
+ "diameter": 3.1,
3103
+ "height": 0,
3104
+ "length": 3.1,
3105
+ "total-liquid-volume": 55,
3106
+ "width": 3.1,
3107
+ "x": 55.45,
3108
+ "y": 25.45,
3109
+ "z": 0
3110
+ },
3111
+ "L12": {
3112
+ "diameter": 3.1,
3113
+ "height": 0,
3114
+ "length": 3.1,
3115
+ "total-liquid-volume": 55,
3116
+ "width": 3.1,
3117
+ "x": 59.95,
3118
+ "y": 25.45,
3119
+ "z": 0
3120
+ },
3121
+ "L13": {
3122
+ "diameter": 3.1,
3123
+ "height": 0,
3124
+ "length": 3.1,
3125
+ "total-liquid-volume": 55,
3126
+ "width": 3.1,
3127
+ "x": 64.45,
3128
+ "y": 25.45,
3129
+ "z": 0
3130
+ },
3131
+ "L14": {
3132
+ "diameter": 3.1,
3133
+ "height": 0,
3134
+ "length": 3.1,
3135
+ "total-liquid-volume": 55,
3136
+ "width": 3.1,
3137
+ "x": 68.95,
3138
+ "y": 25.45,
3139
+ "z": 0
3140
+ },
3141
+ "L15": {
3142
+ "diameter": 3.1,
3143
+ "height": 0,
3144
+ "length": 3.1,
3145
+ "total-liquid-volume": 55,
3146
+ "width": 3.1,
3147
+ "x": 73.45,
3148
+ "y": 25.45,
3149
+ "z": 0
3150
+ },
3151
+ "L16": {
3152
+ "diameter": 3.1,
3153
+ "height": 0,
3154
+ "length": 3.1,
3155
+ "total-liquid-volume": 55,
3156
+ "width": 3.1,
3157
+ "x": 77.95,
3158
+ "y": 25.45,
3159
+ "z": 0
3160
+ },
3161
+ "L17": {
3162
+ "diameter": 3.1,
3163
+ "height": 0,
3164
+ "length": 3.1,
3165
+ "total-liquid-volume": 55,
3166
+ "width": 3.1,
3167
+ "x": 82.45,
3168
+ "y": 25.45,
3169
+ "z": 0
3170
+ },
3171
+ "L18": {
3172
+ "diameter": 3.1,
3173
+ "height": 0,
3174
+ "length": 3.1,
3175
+ "total-liquid-volume": 55,
3176
+ "width": 3.1,
3177
+ "x": 86.95,
3178
+ "y": 25.45,
3179
+ "z": 0
3180
+ },
3181
+ "L19": {
3182
+ "diameter": 3.1,
3183
+ "height": 0,
3184
+ "length": 3.1,
3185
+ "total-liquid-volume": 55,
3186
+ "width": 3.1,
3187
+ "x": 91.45,
3188
+ "y": 25.45,
3189
+ "z": 0
3190
+ },
3191
+ "L2": {
3192
+ "diameter": 3.1,
3193
+ "height": 0,
3194
+ "length": 3.1,
3195
+ "total-liquid-volume": 55,
3196
+ "width": 3.1,
3197
+ "x": 14.95,
3198
+ "y": 25.45,
3199
+ "z": 0
3200
+ },
3201
+ "L20": {
3202
+ "diameter": 3.1,
3203
+ "height": 0,
3204
+ "length": 3.1,
3205
+ "total-liquid-volume": 55,
3206
+ "width": 3.1,
3207
+ "x": 95.95,
3208
+ "y": 25.45,
3209
+ "z": 0
3210
+ },
3211
+ "L21": {
3212
+ "diameter": 3.1,
3213
+ "height": 0,
3214
+ "length": 3.1,
3215
+ "total-liquid-volume": 55,
3216
+ "width": 3.1,
3217
+ "x": 100.45,
3218
+ "y": 25.45,
3219
+ "z": 0
3220
+ },
3221
+ "L22": {
3222
+ "diameter": 3.1,
3223
+ "height": 0,
3224
+ "length": 3.1,
3225
+ "total-liquid-volume": 55,
3226
+ "width": 3.1,
3227
+ "x": 104.95,
3228
+ "y": 25.45,
3229
+ "z": 0
3230
+ },
3231
+ "L23": {
3232
+ "diameter": 3.1,
3233
+ "height": 0,
3234
+ "length": 3.1,
3235
+ "total-liquid-volume": 55,
3236
+ "width": 3.1,
3237
+ "x": 109.45,
3238
+ "y": 25.45,
3239
+ "z": 0
3240
+ },
3241
+ "L24": {
3242
+ "diameter": 3.1,
3243
+ "height": 0,
3244
+ "length": 3.1,
3245
+ "total-liquid-volume": 55,
3246
+ "width": 3.1,
3247
+ "x": 113.95,
3248
+ "y": 25.45,
3249
+ "z": 0
3250
+ },
3251
+ "L3": {
3252
+ "diameter": 3.1,
3253
+ "height": 0,
3254
+ "length": 3.1,
3255
+ "total-liquid-volume": 55,
3256
+ "width": 3.1,
3257
+ "x": 19.45,
3258
+ "y": 25.45,
3259
+ "z": 0
3260
+ },
3261
+ "L4": {
3262
+ "diameter": 3.1,
3263
+ "height": 0,
3264
+ "length": 3.1,
3265
+ "total-liquid-volume": 55,
3266
+ "width": 3.1,
3267
+ "x": 23.95,
3268
+ "y": 25.45,
3269
+ "z": 0
3270
+ },
3271
+ "L5": {
3272
+ "diameter": 3.1,
3273
+ "height": 0,
3274
+ "length": 3.1,
3275
+ "total-liquid-volume": 55,
3276
+ "width": 3.1,
3277
+ "x": 28.45,
3278
+ "y": 25.45,
3279
+ "z": 0
3280
+ },
3281
+ "L6": {
3282
+ "diameter": 3.1,
3283
+ "height": 0,
3284
+ "length": 3.1,
3285
+ "total-liquid-volume": 55,
3286
+ "width": 3.1,
3287
+ "x": 32.95,
3288
+ "y": 25.45,
3289
+ "z": 0
3290
+ },
3291
+ "L7": {
3292
+ "diameter": 3.1,
3293
+ "height": 0,
3294
+ "length": 3.1,
3295
+ "total-liquid-volume": 55,
3296
+ "width": 3.1,
3297
+ "x": 37.45,
3298
+ "y": 25.45,
3299
+ "z": 0
3300
+ },
3301
+ "L8": {
3302
+ "diameter": 3.1,
3303
+ "height": 0,
3304
+ "length": 3.1,
3305
+ "total-liquid-volume": 55,
3306
+ "width": 3.1,
3307
+ "x": 41.95,
3308
+ "y": 25.45,
3309
+ "z": 0
3310
+ },
3311
+ "L9": {
3312
+ "diameter": 3.1,
3313
+ "height": 0,
3314
+ "length": 3.1,
3315
+ "total-liquid-volume": 55,
3316
+ "width": 3.1,
3317
+ "x": 46.45,
3318
+ "y": 25.45,
3319
+ "z": 0
3320
+ },
3321
+ "M1": {
3322
+ "diameter": 3.1,
3323
+ "height": 0,
3324
+ "length": 3.1,
3325
+ "total-liquid-volume": 55,
3326
+ "width": 3.1,
3327
+ "x": 10.45,
3328
+ "y": 20.95,
3329
+ "z": 0
3330
+ },
3331
+ "M10": {
3332
+ "diameter": 3.1,
3333
+ "height": 0,
3334
+ "length": 3.1,
3335
+ "total-liquid-volume": 55,
3336
+ "width": 3.1,
3337
+ "x": 50.95,
3338
+ "y": 20.95,
3339
+ "z": 0
3340
+ },
3341
+ "M11": {
3342
+ "diameter": 3.1,
3343
+ "height": 0,
3344
+ "length": 3.1,
3345
+ "total-liquid-volume": 55,
3346
+ "width": 3.1,
3347
+ "x": 55.45,
3348
+ "y": 20.95,
3349
+ "z": 0
3350
+ },
3351
+ "M12": {
3352
+ "diameter": 3.1,
3353
+ "height": 0,
3354
+ "length": 3.1,
3355
+ "total-liquid-volume": 55,
3356
+ "width": 3.1,
3357
+ "x": 59.95,
3358
+ "y": 20.95,
3359
+ "z": 0
3360
+ },
3361
+ "M13": {
3362
+ "diameter": 3.1,
3363
+ "height": 0,
3364
+ "length": 3.1,
3365
+ "total-liquid-volume": 55,
3366
+ "width": 3.1,
3367
+ "x": 64.45,
3368
+ "y": 20.95,
3369
+ "z": 0
3370
+ },
3371
+ "M14": {
3372
+ "diameter": 3.1,
3373
+ "height": 0,
3374
+ "length": 3.1,
3375
+ "total-liquid-volume": 55,
3376
+ "width": 3.1,
3377
+ "x": 68.95,
3378
+ "y": 20.95,
3379
+ "z": 0
3380
+ },
3381
+ "M15": {
3382
+ "diameter": 3.1,
3383
+ "height": 0,
3384
+ "length": 3.1,
3385
+ "total-liquid-volume": 55,
3386
+ "width": 3.1,
3387
+ "x": 73.45,
3388
+ "y": 20.95,
3389
+ "z": 0
3390
+ },
3391
+ "M16": {
3392
+ "diameter": 3.1,
3393
+ "height": 0,
3394
+ "length": 3.1,
3395
+ "total-liquid-volume": 55,
3396
+ "width": 3.1,
3397
+ "x": 77.95,
3398
+ "y": 20.95,
3399
+ "z": 0
3400
+ },
3401
+ "M17": {
3402
+ "diameter": 3.1,
3403
+ "height": 0,
3404
+ "length": 3.1,
3405
+ "total-liquid-volume": 55,
3406
+ "width": 3.1,
3407
+ "x": 82.45,
3408
+ "y": 20.95,
3409
+ "z": 0
3410
+ },
3411
+ "M18": {
3412
+ "diameter": 3.1,
3413
+ "height": 0,
3414
+ "length": 3.1,
3415
+ "total-liquid-volume": 55,
3416
+ "width": 3.1,
3417
+ "x": 86.95,
3418
+ "y": 20.95,
3419
+ "z": 0
3420
+ },
3421
+ "M19": {
3422
+ "diameter": 3.1,
3423
+ "height": 0,
3424
+ "length": 3.1,
3425
+ "total-liquid-volume": 55,
3426
+ "width": 3.1,
3427
+ "x": 91.45,
3428
+ "y": 20.95,
3429
+ "z": 0
3430
+ },
3431
+ "M2": {
3432
+ "diameter": 3.1,
3433
+ "height": 0,
3434
+ "length": 3.1,
3435
+ "total-liquid-volume": 55,
3436
+ "width": 3.1,
3437
+ "x": 14.95,
3438
+ "y": 20.95,
3439
+ "z": 0
3440
+ },
3441
+ "M20": {
3442
+ "diameter": 3.1,
3443
+ "height": 0,
3444
+ "length": 3.1,
3445
+ "total-liquid-volume": 55,
3446
+ "width": 3.1,
3447
+ "x": 95.95,
3448
+ "y": 20.95,
3449
+ "z": 0
3450
+ },
3451
+ "M21": {
3452
+ "diameter": 3.1,
3453
+ "height": 0,
3454
+ "length": 3.1,
3455
+ "total-liquid-volume": 55,
3456
+ "width": 3.1,
3457
+ "x": 100.45,
3458
+ "y": 20.95,
3459
+ "z": 0
3460
+ },
3461
+ "M22": {
3462
+ "diameter": 3.1,
3463
+ "height": 0,
3464
+ "length": 3.1,
3465
+ "total-liquid-volume": 55,
3466
+ "width": 3.1,
3467
+ "x": 104.95,
3468
+ "y": 20.95,
3469
+ "z": 0
3470
+ },
3471
+ "M23": {
3472
+ "diameter": 3.1,
3473
+ "height": 0,
3474
+ "length": 3.1,
3475
+ "total-liquid-volume": 55,
3476
+ "width": 3.1,
3477
+ "x": 109.45,
3478
+ "y": 20.95,
3479
+ "z": 0
3480
+ },
3481
+ "M24": {
3482
+ "diameter": 3.1,
3483
+ "height": 0,
3484
+ "length": 3.1,
3485
+ "total-liquid-volume": 55,
3486
+ "width": 3.1,
3487
+ "x": 113.95,
3488
+ "y": 20.95,
3489
+ "z": 0
3490
+ },
3491
+ "M3": {
3492
+ "diameter": 3.1,
3493
+ "height": 0,
3494
+ "length": 3.1,
3495
+ "total-liquid-volume": 55,
3496
+ "width": 3.1,
3497
+ "x": 19.45,
3498
+ "y": 20.95,
3499
+ "z": 0
3500
+ },
3501
+ "M4": {
3502
+ "diameter": 3.1,
3503
+ "height": 0,
3504
+ "length": 3.1,
3505
+ "total-liquid-volume": 55,
3506
+ "width": 3.1,
3507
+ "x": 23.95,
3508
+ "y": 20.95,
3509
+ "z": 0
3510
+ },
3511
+ "M5": {
3512
+ "diameter": 3.1,
3513
+ "height": 0,
3514
+ "length": 3.1,
3515
+ "total-liquid-volume": 55,
3516
+ "width": 3.1,
3517
+ "x": 28.45,
3518
+ "y": 20.95,
3519
+ "z": 0
3520
+ },
3521
+ "M6": {
3522
+ "diameter": 3.1,
3523
+ "height": 0,
3524
+ "length": 3.1,
3525
+ "total-liquid-volume": 55,
3526
+ "width": 3.1,
3527
+ "x": 32.95,
3528
+ "y": 20.95,
3529
+ "z": 0
3530
+ },
3531
+ "M7": {
3532
+ "diameter": 3.1,
3533
+ "height": 0,
3534
+ "length": 3.1,
3535
+ "total-liquid-volume": 55,
3536
+ "width": 3.1,
3537
+ "x": 37.45,
3538
+ "y": 20.95,
3539
+ "z": 0
3540
+ },
3541
+ "M8": {
3542
+ "diameter": 3.1,
3543
+ "height": 0,
3544
+ "length": 3.1,
3545
+ "total-liquid-volume": 55,
3546
+ "width": 3.1,
3547
+ "x": 41.95,
3548
+ "y": 20.95,
3549
+ "z": 0
3550
+ },
3551
+ "M9": {
3552
+ "diameter": 3.1,
3553
+ "height": 0,
3554
+ "length": 3.1,
3555
+ "total-liquid-volume": 55,
3556
+ "width": 3.1,
3557
+ "x": 46.45,
3558
+ "y": 20.95,
3559
+ "z": 0
3560
+ },
3561
+ "N1": {
3562
+ "diameter": 3.1,
3563
+ "height": 0,
3564
+ "length": 3.1,
3565
+ "total-liquid-volume": 55,
3566
+ "width": 3.1,
3567
+ "x": 10.45,
3568
+ "y": 16.45,
3569
+ "z": 0
3570
+ },
3571
+ "N10": {
3572
+ "diameter": 3.1,
3573
+ "height": 0,
3574
+ "length": 3.1,
3575
+ "total-liquid-volume": 55,
3576
+ "width": 3.1,
3577
+ "x": 50.95,
3578
+ "y": 16.45,
3579
+ "z": 0
3580
+ },
3581
+ "N11": {
3582
+ "diameter": 3.1,
3583
+ "height": 0,
3584
+ "length": 3.1,
3585
+ "total-liquid-volume": 55,
3586
+ "width": 3.1,
3587
+ "x": 55.45,
3588
+ "y": 16.45,
3589
+ "z": 0
3590
+ },
3591
+ "N12": {
3592
+ "diameter": 3.1,
3593
+ "height": 0,
3594
+ "length": 3.1,
3595
+ "total-liquid-volume": 55,
3596
+ "width": 3.1,
3597
+ "x": 59.95,
3598
+ "y": 16.45,
3599
+ "z": 0
3600
+ },
3601
+ "N13": {
3602
+ "diameter": 3.1,
3603
+ "height": 0,
3604
+ "length": 3.1,
3605
+ "total-liquid-volume": 55,
3606
+ "width": 3.1,
3607
+ "x": 64.45,
3608
+ "y": 16.45,
3609
+ "z": 0
3610
+ },
3611
+ "N14": {
3612
+ "diameter": 3.1,
3613
+ "height": 0,
3614
+ "length": 3.1,
3615
+ "total-liquid-volume": 55,
3616
+ "width": 3.1,
3617
+ "x": 68.95,
3618
+ "y": 16.45,
3619
+ "z": 0
3620
+ },
3621
+ "N15": {
3622
+ "diameter": 3.1,
3623
+ "height": 0,
3624
+ "length": 3.1,
3625
+ "total-liquid-volume": 55,
3626
+ "width": 3.1,
3627
+ "x": 73.45,
3628
+ "y": 16.45,
3629
+ "z": 0
3630
+ },
3631
+ "N16": {
3632
+ "diameter": 3.1,
3633
+ "height": 0,
3634
+ "length": 3.1,
3635
+ "total-liquid-volume": 55,
3636
+ "width": 3.1,
3637
+ "x": 77.95,
3638
+ "y": 16.45,
3639
+ "z": 0
3640
+ },
3641
+ "N17": {
3642
+ "diameter": 3.1,
3643
+ "height": 0,
3644
+ "length": 3.1,
3645
+ "total-liquid-volume": 55,
3646
+ "width": 3.1,
3647
+ "x": 82.45,
3648
+ "y": 16.45,
3649
+ "z": 0
3650
+ },
3651
+ "N18": {
3652
+ "diameter": 3.1,
3653
+ "height": 0,
3654
+ "length": 3.1,
3655
+ "total-liquid-volume": 55,
3656
+ "width": 3.1,
3657
+ "x": 86.95,
3658
+ "y": 16.45,
3659
+ "z": 0
3660
+ },
3661
+ "N19": {
3662
+ "diameter": 3.1,
3663
+ "height": 0,
3664
+ "length": 3.1,
3665
+ "total-liquid-volume": 55,
3666
+ "width": 3.1,
3667
+ "x": 91.45,
3668
+ "y": 16.45,
3669
+ "z": 0
3670
+ },
3671
+ "N2": {
3672
+ "diameter": 3.1,
3673
+ "height": 0,
3674
+ "length": 3.1,
3675
+ "total-liquid-volume": 55,
3676
+ "width": 3.1,
3677
+ "x": 14.95,
3678
+ "y": 16.45,
3679
+ "z": 0
3680
+ },
3681
+ "N20": {
3682
+ "diameter": 3.1,
3683
+ "height": 0,
3684
+ "length": 3.1,
3685
+ "total-liquid-volume": 55,
3686
+ "width": 3.1,
3687
+ "x": 95.95,
3688
+ "y": 16.45,
3689
+ "z": 0
3690
+ },
3691
+ "N21": {
3692
+ "diameter": 3.1,
3693
+ "height": 0,
3694
+ "length": 3.1,
3695
+ "total-liquid-volume": 55,
3696
+ "width": 3.1,
3697
+ "x": 100.45,
3698
+ "y": 16.45,
3699
+ "z": 0
3700
+ },
3701
+ "N22": {
3702
+ "diameter": 3.1,
3703
+ "height": 0,
3704
+ "length": 3.1,
3705
+ "total-liquid-volume": 55,
3706
+ "width": 3.1,
3707
+ "x": 104.95,
3708
+ "y": 16.45,
3709
+ "z": 0
3710
+ },
3711
+ "N23": {
3712
+ "diameter": 3.1,
3713
+ "height": 0,
3714
+ "length": 3.1,
3715
+ "total-liquid-volume": 55,
3716
+ "width": 3.1,
3717
+ "x": 109.45,
3718
+ "y": 16.45,
3719
+ "z": 0
3720
+ },
3721
+ "N24": {
3722
+ "diameter": 3.1,
3723
+ "height": 0,
3724
+ "length": 3.1,
3725
+ "total-liquid-volume": 55,
3726
+ "width": 3.1,
3727
+ "x": 113.95,
3728
+ "y": 16.45,
3729
+ "z": 0
3730
+ },
3731
+ "N3": {
3732
+ "diameter": 3.1,
3733
+ "height": 0,
3734
+ "length": 3.1,
3735
+ "total-liquid-volume": 55,
3736
+ "width": 3.1,
3737
+ "x": 19.45,
3738
+ "y": 16.45,
3739
+ "z": 0
3740
+ },
3741
+ "N4": {
3742
+ "diameter": 3.1,
3743
+ "height": 0,
3744
+ "length": 3.1,
3745
+ "total-liquid-volume": 55,
3746
+ "width": 3.1,
3747
+ "x": 23.95,
3748
+ "y": 16.45,
3749
+ "z": 0
3750
+ },
3751
+ "N5": {
3752
+ "diameter": 3.1,
3753
+ "height": 0,
3754
+ "length": 3.1,
3755
+ "total-liquid-volume": 55,
3756
+ "width": 3.1,
3757
+ "x": 28.45,
3758
+ "y": 16.45,
3759
+ "z": 0
3760
+ },
3761
+ "N6": {
3762
+ "diameter": 3.1,
3763
+ "height": 0,
3764
+ "length": 3.1,
3765
+ "total-liquid-volume": 55,
3766
+ "width": 3.1,
3767
+ "x": 32.95,
3768
+ "y": 16.45,
3769
+ "z": 0
3770
+ },
3771
+ "N7": {
3772
+ "diameter": 3.1,
3773
+ "height": 0,
3774
+ "length": 3.1,
3775
+ "total-liquid-volume": 55,
3776
+ "width": 3.1,
3777
+ "x": 37.45,
3778
+ "y": 16.45,
3779
+ "z": 0
3780
+ },
3781
+ "N8": {
3782
+ "diameter": 3.1,
3783
+ "height": 0,
3784
+ "length": 3.1,
3785
+ "total-liquid-volume": 55,
3786
+ "width": 3.1,
3787
+ "x": 41.95,
3788
+ "y": 16.45,
3789
+ "z": 0
3790
+ },
3791
+ "N9": {
3792
+ "diameter": 3.1,
3793
+ "height": 0,
3794
+ "length": 3.1,
3795
+ "total-liquid-volume": 55,
3796
+ "width": 3.1,
3797
+ "x": 46.45,
3798
+ "y": 16.45,
3799
+ "z": 0
3800
+ },
3801
+ "O1": {
3802
+ "diameter": 3.1,
3803
+ "height": 0,
3804
+ "length": 3.1,
3805
+ "total-liquid-volume": 55,
3806
+ "width": 3.1,
3807
+ "x": 10.45,
3808
+ "y": 11.95,
3809
+ "z": 0
3810
+ },
3811
+ "O10": {
3812
+ "diameter": 3.1,
3813
+ "height": 0,
3814
+ "length": 3.1,
3815
+ "total-liquid-volume": 55,
3816
+ "width": 3.1,
3817
+ "x": 50.95,
3818
+ "y": 11.95,
3819
+ "z": 0
3820
+ },
3821
+ "O11": {
3822
+ "diameter": 3.1,
3823
+ "height": 0,
3824
+ "length": 3.1,
3825
+ "total-liquid-volume": 55,
3826
+ "width": 3.1,
3827
+ "x": 55.45,
3828
+ "y": 11.95,
3829
+ "z": 0
3830
+ },
3831
+ "O12": {
3832
+ "diameter": 3.1,
3833
+ "height": 0,
3834
+ "length": 3.1,
3835
+ "total-liquid-volume": 55,
3836
+ "width": 3.1,
3837
+ "x": 59.95,
3838
+ "y": 11.95,
3839
+ "z": 0
3840
+ },
3841
+ "O13": {
3842
+ "diameter": 3.1,
3843
+ "height": 0,
3844
+ "length": 3.1,
3845
+ "total-liquid-volume": 55,
3846
+ "width": 3.1,
3847
+ "x": 64.45,
3848
+ "y": 11.95,
3849
+ "z": 0
3850
+ },
3851
+ "O14": {
3852
+ "diameter": 3.1,
3853
+ "height": 0,
3854
+ "length": 3.1,
3855
+ "total-liquid-volume": 55,
3856
+ "width": 3.1,
3857
+ "x": 68.95,
3858
+ "y": 11.95,
3859
+ "z": 0
3860
+ },
3861
+ "O15": {
3862
+ "diameter": 3.1,
3863
+ "height": 0,
3864
+ "length": 3.1,
3865
+ "total-liquid-volume": 55,
3866
+ "width": 3.1,
3867
+ "x": 73.45,
3868
+ "y": 11.95,
3869
+ "z": 0
3870
+ },
3871
+ "O16": {
3872
+ "diameter": 3.1,
3873
+ "height": 0,
3874
+ "length": 3.1,
3875
+ "total-liquid-volume": 55,
3876
+ "width": 3.1,
3877
+ "x": 77.95,
3878
+ "y": 11.95,
3879
+ "z": 0
3880
+ },
3881
+ "O17": {
3882
+ "diameter": 3.1,
3883
+ "height": 0,
3884
+ "length": 3.1,
3885
+ "total-liquid-volume": 55,
3886
+ "width": 3.1,
3887
+ "x": 82.45,
3888
+ "y": 11.95,
3889
+ "z": 0
3890
+ },
3891
+ "O18": {
3892
+ "diameter": 3.1,
3893
+ "height": 0,
3894
+ "length": 3.1,
3895
+ "total-liquid-volume": 55,
3896
+ "width": 3.1,
3897
+ "x": 86.95,
3898
+ "y": 11.95,
3899
+ "z": 0
3900
+ },
3901
+ "O19": {
3902
+ "diameter": 3.1,
3903
+ "height": 0,
3904
+ "length": 3.1,
3905
+ "total-liquid-volume": 55,
3906
+ "width": 3.1,
3907
+ "x": 91.45,
3908
+ "y": 11.95,
3909
+ "z": 0
3910
+ },
3911
+ "O2": {
3912
+ "diameter": 3.1,
3913
+ "height": 0,
3914
+ "length": 3.1,
3915
+ "total-liquid-volume": 55,
3916
+ "width": 3.1,
3917
+ "x": 14.95,
3918
+ "y": 11.95,
3919
+ "z": 0
3920
+ },
3921
+ "O20": {
3922
+ "diameter": 3.1,
3923
+ "height": 0,
3924
+ "length": 3.1,
3925
+ "total-liquid-volume": 55,
3926
+ "width": 3.1,
3927
+ "x": 95.95,
3928
+ "y": 11.95,
3929
+ "z": 0
3930
+ },
3931
+ "O21": {
3932
+ "diameter": 3.1,
3933
+ "height": 0,
3934
+ "length": 3.1,
3935
+ "total-liquid-volume": 55,
3936
+ "width": 3.1,
3937
+ "x": 100.45,
3938
+ "y": 11.95,
3939
+ "z": 0
3940
+ },
3941
+ "O22": {
3942
+ "diameter": 3.1,
3943
+ "height": 0,
3944
+ "length": 3.1,
3945
+ "total-liquid-volume": 55,
3946
+ "width": 3.1,
3947
+ "x": 104.95,
3948
+ "y": 11.95,
3949
+ "z": 0
3950
+ },
3951
+ "O23": {
3952
+ "diameter": 3.1,
3953
+ "height": 0,
3954
+ "length": 3.1,
3955
+ "total-liquid-volume": 55,
3956
+ "width": 3.1,
3957
+ "x": 109.45,
3958
+ "y": 11.95,
3959
+ "z": 0
3960
+ },
3961
+ "O24": {
3962
+ "diameter": 3.1,
3963
+ "height": 0,
3964
+ "length": 3.1,
3965
+ "total-liquid-volume": 55,
3966
+ "width": 3.1,
3967
+ "x": 113.95,
3968
+ "y": 11.95,
3969
+ "z": 0
3970
+ },
3971
+ "O3": {
3972
+ "diameter": 3.1,
3973
+ "height": 0,
3974
+ "length": 3.1,
3975
+ "total-liquid-volume": 55,
3976
+ "width": 3.1,
3977
+ "x": 19.45,
3978
+ "y": 11.95,
3979
+ "z": 0
3980
+ },
3981
+ "O4": {
3982
+ "diameter": 3.1,
3983
+ "height": 0,
3984
+ "length": 3.1,
3985
+ "total-liquid-volume": 55,
3986
+ "width": 3.1,
3987
+ "x": 23.95,
3988
+ "y": 11.95,
3989
+ "z": 0
3990
+ },
3991
+ "O5": {
3992
+ "diameter": 3.1,
3993
+ "height": 0,
3994
+ "length": 3.1,
3995
+ "total-liquid-volume": 55,
3996
+ "width": 3.1,
3997
+ "x": 28.45,
3998
+ "y": 11.95,
3999
+ "z": 0
4000
+ },
4001
+ "O6": {
4002
+ "diameter": 3.1,
4003
+ "height": 0,
4004
+ "length": 3.1,
4005
+ "total-liquid-volume": 55,
4006
+ "width": 3.1,
4007
+ "x": 32.95,
4008
+ "y": 11.95,
4009
+ "z": 0
4010
+ },
4011
+ "O7": {
4012
+ "diameter": 3.1,
4013
+ "height": 0,
4014
+ "length": 3.1,
4015
+ "total-liquid-volume": 55,
4016
+ "width": 3.1,
4017
+ "x": 37.45,
4018
+ "y": 11.95,
4019
+ "z": 0
4020
+ },
4021
+ "O8": {
4022
+ "diameter": 3.1,
4023
+ "height": 0,
4024
+ "length": 3.1,
4025
+ "total-liquid-volume": 55,
4026
+ "width": 3.1,
4027
+ "x": 41.95,
4028
+ "y": 11.95,
4029
+ "z": 0
4030
+ },
4031
+ "O9": {
4032
+ "diameter": 3.1,
4033
+ "height": 0,
4034
+ "length": 3.1,
4035
+ "total-liquid-volume": 55,
4036
+ "width": 3.1,
4037
+ "x": 46.45,
4038
+ "y": 11.95,
4039
+ "z": 0
4040
+ },
4041
+ "P1": {
4042
+ "diameter": 3.1,
4043
+ "height": 0,
4044
+ "length": 3.1,
4045
+ "total-liquid-volume": 55,
4046
+ "width": 3.1,
4047
+ "x": 10.45,
4048
+ "y": 7.45,
4049
+ "z": 0
4050
+ },
4051
+ "P10": {
4052
+ "diameter": 3.1,
4053
+ "height": 0,
4054
+ "length": 3.1,
4055
+ "total-liquid-volume": 55,
4056
+ "width": 3.1,
4057
+ "x": 50.95,
4058
+ "y": 7.45,
4059
+ "z": 0
4060
+ },
4061
+ "P11": {
4062
+ "diameter": 3.1,
4063
+ "height": 0,
4064
+ "length": 3.1,
4065
+ "total-liquid-volume": 55,
4066
+ "width": 3.1,
4067
+ "x": 55.45,
4068
+ "y": 7.45,
4069
+ "z": 0
4070
+ },
4071
+ "P12": {
4072
+ "diameter": 3.1,
4073
+ "height": 0,
4074
+ "length": 3.1,
4075
+ "total-liquid-volume": 55,
4076
+ "width": 3.1,
4077
+ "x": 59.95,
4078
+ "y": 7.45,
4079
+ "z": 0
4080
+ },
4081
+ "P13": {
4082
+ "diameter": 3.1,
4083
+ "height": 0,
4084
+ "length": 3.1,
4085
+ "total-liquid-volume": 55,
4086
+ "width": 3.1,
4087
+ "x": 64.45,
4088
+ "y": 7.45,
4089
+ "z": 0
4090
+ },
4091
+ "P14": {
4092
+ "diameter": 3.1,
4093
+ "height": 0,
4094
+ "length": 3.1,
4095
+ "total-liquid-volume": 55,
4096
+ "width": 3.1,
4097
+ "x": 68.95,
4098
+ "y": 7.45,
4099
+ "z": 0
4100
+ },
4101
+ "P15": {
4102
+ "diameter": 3.1,
4103
+ "height": 0,
4104
+ "length": 3.1,
4105
+ "total-liquid-volume": 55,
4106
+ "width": 3.1,
4107
+ "x": 73.45,
4108
+ "y": 7.45,
4109
+ "z": 0
4110
+ },
4111
+ "P16": {
4112
+ "diameter": 3.1,
4113
+ "height": 0,
4114
+ "length": 3.1,
4115
+ "total-liquid-volume": 55,
4116
+ "width": 3.1,
4117
+ "x": 77.95,
4118
+ "y": 7.45,
4119
+ "z": 0
4120
+ },
4121
+ "P17": {
4122
+ "diameter": 3.1,
4123
+ "height": 0,
4124
+ "length": 3.1,
4125
+ "total-liquid-volume": 55,
4126
+ "width": 3.1,
4127
+ "x": 82.45,
4128
+ "y": 7.45,
4129
+ "z": 0
4130
+ },
4131
+ "P18": {
4132
+ "diameter": 3.1,
4133
+ "height": 0,
4134
+ "length": 3.1,
4135
+ "total-liquid-volume": 55,
4136
+ "width": 3.1,
4137
+ "x": 86.95,
4138
+ "y": 7.45,
4139
+ "z": 0
4140
+ },
4141
+ "P19": {
4142
+ "diameter": 3.1,
4143
+ "height": 0,
4144
+ "length": 3.1,
4145
+ "total-liquid-volume": 55,
4146
+ "width": 3.1,
4147
+ "x": 91.45,
4148
+ "y": 7.45,
4149
+ "z": 0
4150
+ },
4151
+ "P2": {
4152
+ "diameter": 3.1,
4153
+ "height": 0,
4154
+ "length": 3.1,
4155
+ "total-liquid-volume": 55,
4156
+ "width": 3.1,
4157
+ "x": 14.95,
4158
+ "y": 7.45,
4159
+ "z": 0
4160
+ },
4161
+ "P20": {
4162
+ "diameter": 3.1,
4163
+ "height": 0,
4164
+ "length": 3.1,
4165
+ "total-liquid-volume": 55,
4166
+ "width": 3.1,
4167
+ "x": 95.95,
4168
+ "y": 7.45,
4169
+ "z": 0
4170
+ },
4171
+ "P21": {
4172
+ "diameter": 3.1,
4173
+ "height": 0,
4174
+ "length": 3.1,
4175
+ "total-liquid-volume": 55,
4176
+ "width": 3.1,
4177
+ "x": 100.45,
4178
+ "y": 7.45,
4179
+ "z": 0
4180
+ },
4181
+ "P22": {
4182
+ "diameter": 3.1,
4183
+ "height": 0,
4184
+ "length": 3.1,
4185
+ "total-liquid-volume": 55,
4186
+ "width": 3.1,
4187
+ "x": 104.95,
4188
+ "y": 7.45,
4189
+ "z": 0
4190
+ },
4191
+ "P23": {
4192
+ "diameter": 3.1,
4193
+ "height": 0,
4194
+ "length": 3.1,
4195
+ "total-liquid-volume": 55,
4196
+ "width": 3.1,
4197
+ "x": 109.45,
4198
+ "y": 7.45,
4199
+ "z": 0
4200
+ },
4201
+ "P24": {
4202
+ "diameter": 3.1,
4203
+ "height": 0,
4204
+ "length": 3.1,
4205
+ "total-liquid-volume": 55,
4206
+ "width": 3.1,
4207
+ "x": 113.95,
4208
+ "y": 7.45,
4209
+ "z": 0
4210
+ },
4211
+ "P3": {
4212
+ "diameter": 3.1,
4213
+ "height": 0,
4214
+ "length": 3.1,
4215
+ "total-liquid-volume": 55,
4216
+ "width": 3.1,
4217
+ "x": 19.45,
4218
+ "y": 7.45,
4219
+ "z": 0
4220
+ },
4221
+ "P4": {
4222
+ "diameter": 3.1,
4223
+ "height": 0,
4224
+ "length": 3.1,
4225
+ "total-liquid-volume": 55,
4226
+ "width": 3.1,
4227
+ "x": 23.95,
4228
+ "y": 7.45,
4229
+ "z": 0
4230
+ },
4231
+ "P5": {
4232
+ "diameter": 3.1,
4233
+ "height": 0,
4234
+ "length": 3.1,
4235
+ "total-liquid-volume": 55,
4236
+ "width": 3.1,
4237
+ "x": 28.45,
4238
+ "y": 7.45,
4239
+ "z": 0
4240
+ },
4241
+ "P6": {
4242
+ "diameter": 3.1,
4243
+ "height": 0,
4244
+ "length": 3.1,
4245
+ "total-liquid-volume": 55,
4246
+ "width": 3.1,
4247
+ "x": 32.95,
4248
+ "y": 7.45,
4249
+ "z": 0
4250
+ },
4251
+ "P7": {
4252
+ "diameter": 3.1,
4253
+ "height": 0,
4254
+ "length": 3.1,
4255
+ "total-liquid-volume": 55,
4256
+ "width": 3.1,
4257
+ "x": 37.45,
4258
+ "y": 7.45,
4259
+ "z": 0
4260
+ },
4261
+ "P8": {
4262
+ "diameter": 3.1,
4263
+ "height": 0,
4264
+ "length": 3.1,
4265
+ "total-liquid-volume": 55,
4266
+ "width": 3.1,
4267
+ "x": 41.95,
4268
+ "y": 7.45,
4269
+ "z": 0
4270
+ },
4271
+ "P9": {
4272
+ "diameter": 3.1,
4273
+ "height": 0,
4274
+ "length": 3.1,
4275
+ "total-liquid-volume": 55,
4276
+ "width": 3.1,
4277
+ "x": 46.45,
4278
+ "y": 7.45,
4279
+ "z": 0
4280
+ }
4281
+ }
4282
+ }