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