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