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