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