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