mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
* Cleanup registry to be easy-understanding (#76) * delete deprecated mock devices * rename categories * combine chromatographic devices * rename rviz simulation nodes * organic virtual devices * parse vessel_id * run registry completion before merge --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com> * fix: workstation handlers and vessel_id parsing * fix: working dir error when input config path feat: report publish topic when error * modify default discovery_interval to 15s * feat: add trace log level * feat: 添加ChinWe设备控制类,支持串口通信和电机控制功能 (#79) * fix: drop_tips not using auto resource select * fix: discard_tips error * fix: discard_tips * fix: prcxi_res * add: prcxi res fix: startup slow * feat: workstation example * fix pumps and liquid_handler handle * feat: 优化protocol node节点运行日志 * fix all protocol_compilers and remove deprecated devices * feat: 新增use_remote_resource参数 * fix and remove redundant info * bugfixes on organic protocols * fix filter protocol * fix protocol node * 临时兼容错误的driver写法 * fix: prcxi import error * use call_async in all service to avoid deadlock * fix: figure_resource * Update recipe.yaml * add workstation template and battery example * feat: add sk & ak * update workstation base * Create workstation_architecture.md * refactor: workstation_base 重构为仅含业务逻辑,通信和子设备管理交给 ProtocolNode * refactor: ProtocolNode→WorkstationNode * Add:msgs.action (#83) * update: Workstation dev 将版本号从 0.10.3 更新为 0.10.4 (#84) * Add:msgs.action * update: 将版本号从 0.10.3 更新为 0.10.4 * simplify resource system * uncompleted refactor * example for use WorkstationBase * feat: websocket * feat: websocket test * feat: workstation example * feat: action status * fix: station自己的方法注册错误 * fix: 还原protocol node处理方法 * fix: build * fix: missing job_id key * ws test version 1 * ws test version 2 * ws protocol * 增加物料关系上传日志 * 增加物料关系上传日志 * 修正物料关系上传 * 修复工站的tracker实例追踪失效问题 * 增加handle检测,增加material edge关系上传 * 修复event loop错误 * 修复edge上报错误 * 修复async错误 * 更新schema的title字段 * 主机节点信息等支持自动刷新 * 注册表编辑器 * 修复status密集发送时,消息出错 * 增加addr参数 * fix: addr param * fix: addr param * 取消labid 和 强制config输入 * Add action definitions for LiquidHandlerSetGroup and LiquidHandlerTransferGroup - Created LiquidHandlerSetGroup.action with fields for group name, wells, and volumes. - Created LiquidHandlerTransferGroup.action with fields for source and target group names and unit volume. - Both actions include response fields for return information and success status. * Add LiquidHandlerSetGroup and LiquidHandlerTransferGroup actions to CMakeLists * Add set_group and transfer_group methods to PRCXI9300Handler and update liquid_handler.yaml * result_info改为字典类型 * 新增uat的地址替换 * runze multiple pump support (cherry picked from commit49354fcf39) * remove runze multiple software obtainer (cherry picked from commit8bcc92a394) * support multiple backbone (cherry picked from commit4771ff2347) * Update runze pump format * Correct runze multiple backbone * Update runze_multiple_backbone * Correct runze pump multiple receive method. * Correct runze pump multiple receive method. * 对于PRCXI9320的transfer_group,一对多和多对多 * 移除MQTT,更新launch文档,提供注册表示例文件,更新到0.10.5 * fix import error * fix dupe upload registry * refactor ws client * add server timeout * Fix: run-column with correct vessel id (#86) * fix run_column * Update run_column_protocol.py (cherry picked from commite5aa4d940a) * resource_update use resource_add * 新增版位推荐功能 * 重新规定了版位推荐的入参 * update registry with nested obj * fix protocol node log_message, added create_resource return value * fix protocol node log_message, added create_resource return value * try fix add protocol * fix resource_add * 修复移液站错误的aspirate注册表 * Feature/xprbalance-zhida (#80) * feat(devices): add Zhida GC/MS pretreatment automation workstation * feat(devices): add mettler_toledo xpr balance * balance * 重新补全zhida注册表 * PRCXI9320 json * PRCXI9320 json * PRCXI9320 json * fix resource download * remove class for resource * bump version to 0.10.6 * 更新所有注册表 * 修复protocolnode的兼容性 * 修复protocolnode的兼容性 * Update install md * Add Defaultlayout * 更新物料接口 * fix dict to tree/nested-dict converter * coin_cell_station draft * refactor: rename "station_resource" to "deck" * add standardized BIOYOND resources: bottle_carrier, bottle * refactor and add BIOYOND resources tests * add BIOYOND deck assignment and pass all tests * fix: update resource with correct structure; remove deprecated liquid_handler set_group action * feat: 将新威电池测试系统驱动与配置文件并入 workstation_dev_YB2 (#92) * feat: 新威电池测试系统驱动与注册文件 * feat: bring neware driver & battery.json into workstation_dev_YB2 * add bioyond studio draft * bioyond station with communication init and resource sync * fix bioyond station and registry * fix: update resource with correct structure; remove deprecated liquid_handler set_group action * frontend_docs * create/update resources with POST/PUT for big amount/ small amount data * create/update resources with POST/PUT for big amount/ small amount data * refactor: add itemized_carrier instead of carrier consists of ResourceHolder * create warehouse by factory func * update bioyond launch json * add child_size for itemized_carrier * fix bioyond resource io * Workstation templates: Resources and its CRUD, and workstation tasks (#95) * coin_cell_station draft * refactor: rename "station_resource" to "deck" * add standardized BIOYOND resources: bottle_carrier, bottle * refactor and add BIOYOND resources tests * add BIOYOND deck assignment and pass all tests * fix: update resource with correct structure; remove deprecated liquid_handler set_group action * feat: 将新威电池测试系统驱动与配置文件并入 workstation_dev_YB2 (#92) * feat: 新威电池测试系统驱动与注册文件 * feat: bring neware driver & battery.json into workstation_dev_YB2 * add bioyond studio draft * bioyond station with communication init and resource sync * fix bioyond station and registry * create/update resources with POST/PUT for big amount/ small amount data * refactor: add itemized_carrier instead of carrier consists of ResourceHolder * create warehouse by factory func * update bioyond launch json * add child_size for itemized_carrier * fix bioyond resource io --------- Co-authored-by: h840473807 <47357934+h840473807@users.noreply.github.com> Co-authored-by: Xie Qiming <97236197+Andy6M@users.noreply.github.com> * 更新物料接口 * Workstation dev yb2 (#100) * Refactor and extend reaction station action messages * Refactor dispensing station tasks to enhance parameter clarity and add batch processing capabilities - Updated `create_90_10_vial_feeding_task` to include detailed parameters for 90%/10% vial feeding, improving clarity and usability. - Introduced `create_batch_90_10_vial_feeding_task` for batch processing of 90%/10% vial feeding tasks with JSON formatted input. - Added `create_batch_diamine_solution_task` for batch preparation of diamine solution, also utilizing JSON formatted input. - Refined `create_diamine_solution_task` to include additional parameters for better task configuration. - Enhanced schema descriptions and default values for improved user guidance. * 修复to_plr_resources * add update remove * 支持选择器注册表自动生成 支持转运物料 * 修复资源添加 * 修复transfer_resource_to_another生成 * 更新transfer_resource_to_another参数,支持spot入参 * 新增test_resource动作 * fix host_node error * fix host_node test_resource error * fix host_node test_resource error * 过滤本地动作 * 移动内部action以兼容host node * 修复同步任务报错不显示的bug * feat: 允许返回非本节点物料,后面可以通过decoration进行区分,就不进行warning了 * update todo * modify bioyond/plr converter, bioyond resource registry, and tests * pass the tests * update todo * add conda-pack-build.yml * add auto install script for conda-pack-build.yml (cherry picked from commit172599adcf) * update conda-pack-build.yml * update conda-pack-build.yml * update conda-pack-build.yml * update conda-pack-build.yml * update conda-pack-build.yml * Add version in __init__.py Update conda-pack-build.yml Add create_zip_archive.py * Update conda-pack-build.yml * Update conda-pack-build.yml (with mamba) * Update conda-pack-build.yml * Fix FileNotFoundError * Try fix 'charmap' codec can't encode characters in position 16-23: character maps to <undefined> * Fix unilabos msgs search error * Fix environment_check.py * Update recipe.yaml * Update registry. Update uuid loop figure method. Update install docs. * Fix nested conda pack * Fix one-key installation path error * Bump version to 0.10.7 * Workshop bj (#99) * Add LaiYu Liquid device integration and tests Introduce LaiYu Liquid device implementation, including backend, controllers, drivers, configuration, and resource files. Add hardware connection, tip pickup, and simplified test scripts, as well as experiment and registry configuration for LaiYu Liquid. Documentation and .gitignore for the device are also included. * feat(LaiYu_Liquid): 重构设备模块结构并添加硬件文档 refactor: 重新组织LaiYu_Liquid模块目录结构 docs: 添加SOPA移液器和步进电机控制指令文档 fix: 修正设备配置中的最大体积默认值 test: 新增工作台配置测试用例 chore: 删除过时的测试脚本和配置文件 * add * 重构: 将 LaiYu_Liquid.py 重命名为 laiyu_liquid_main.py 并更新所有导入引用 - 使用 git mv 将 LaiYu_Liquid.py 重命名为 laiyu_liquid_main.py - 更新所有相关文件中的导入引用 - 保持代码功能不变,仅改善命名一致性 - 测试确认所有导入正常工作 * 修复: 在 core/__init__.py 中添加 LaiYuLiquidBackend 导出 - 添加 LaiYuLiquidBackend 到导入列表 - 添加 LaiYuLiquidBackend 到 __all__ 导出列表 - 确保所有主要类都可以正确导入 * 修复大小写文件夹名字 * 电池装配工站二次开发教程(带目录)上传至dev (#94) * 电池装配工站二次开发教程 * Update intro.md * 物料教程 * 更新物料教程,json格式注释 * Update prcxi driver & fix transfer_liquid mix_times (#90) * Update prcxi driver & fix transfer_liquid mix_times * fix: correct mix_times type * Update liquid_handler registry * test: prcxi.py * Update registry from pr * fix ony-key script not exist * clean files --------- Co-authored-by: Junhan Chang <changjh@dp.tech> Co-authored-by: ZiWei <131428629+ZiWei09@users.noreply.github.com> Co-authored-by: Guangxin Zhang <guangxin.zhang.bio@gmail.com> Co-authored-by: Xie Qiming <97236197+Andy6M@users.noreply.github.com> Co-authored-by: h840473807 <47357934+h840473807@users.noreply.github.com> Co-authored-by: LccLink <1951855008@qq.com> Co-authored-by: lixinyu1011 <61094742+lixinyu1011@users.noreply.github.com> Co-authored-by: shiyubo0410 <shiyubo@dp.tech>
21231 lines
619 KiB
JSON
21231 lines
619 KiB
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "PRCXI9300",
|
|
"name": "PRCXI9300",
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "liquid_handler.prcxi",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"deck": {
|
|
"_resource_child_name": "PRCXI_Deck_9300",
|
|
"_resource_type": "unilabos.devices.liquid_handling.prcxi.prcxi:PRCXI9300Deck"
|
|
},
|
|
"host": "10.181.214.132",
|
|
"port": 9999,
|
|
"timeout": 10.0,
|
|
"axis": "Left",
|
|
"channel_num": 8,
|
|
"setup": false,
|
|
"debug": true,
|
|
"simulator": true,
|
|
"matrix_id": "71593"
|
|
},
|
|
"data": {},
|
|
"children": [
|
|
"PRCXI_Deck_9300"
|
|
]
|
|
},
|
|
{
|
|
"id": "PRCXI_Deck_9300",
|
|
"name": "PRCXI_Deck_9300",
|
|
"sample_id": null,
|
|
"children": [
|
|
"RackT1",
|
|
"PlateT2",
|
|
"trash",
|
|
"PlateT4",
|
|
"PlateT5",
|
|
"PlateT6"
|
|
],
|
|
"parent": "PRCXI9300",
|
|
"type": "deck",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Deck",
|
|
"size_x": 100,
|
|
"size_y": 100,
|
|
"size_z": 100,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "deck",
|
|
"barcode": null
|
|
},
|
|
"data": {}
|
|
},
|
|
{
|
|
"id": "RackT1",
|
|
"name": "RackT1",
|
|
"sample_id": null,
|
|
"children": [
|
|
"name_A1",
|
|
"name_B1",
|
|
"name_C1",
|
|
"name_D1",
|
|
"name_E1",
|
|
"name_F1",
|
|
"name_G1",
|
|
"name_H1",
|
|
"name_A2",
|
|
"name_B2",
|
|
"name_C2",
|
|
"name_D2",
|
|
"name_E2",
|
|
"name_F2",
|
|
"name_G2",
|
|
"name_H2",
|
|
"name_A3",
|
|
"name_B3",
|
|
"name_C3",
|
|
"name_D3",
|
|
"name_E3",
|
|
"name_F3",
|
|
"name_G3",
|
|
"name_H3",
|
|
"name_A4",
|
|
"name_B4",
|
|
"name_C4",
|
|
"name_D4",
|
|
"name_E4",
|
|
"name_F4",
|
|
"name_G4",
|
|
"name_H4",
|
|
"name_A5",
|
|
"name_B5",
|
|
"name_C5",
|
|
"name_D5",
|
|
"name_E5",
|
|
"name_F5",
|
|
"name_G5",
|
|
"name_H5",
|
|
"name_A6",
|
|
"name_B6",
|
|
"name_C6",
|
|
"name_D6",
|
|
"name_E6",
|
|
"name_F6",
|
|
"name_G6",
|
|
"name_H6",
|
|
"name_A7",
|
|
"name_B7",
|
|
"name_C7",
|
|
"name_D7",
|
|
"name_E7",
|
|
"name_F7",
|
|
"name_G7",
|
|
"name_H7",
|
|
"name_A8",
|
|
"name_B8",
|
|
"name_C8",
|
|
"name_D8",
|
|
"name_E8",
|
|
"name_F8",
|
|
"name_G8",
|
|
"name_H8",
|
|
"name_A9",
|
|
"name_B9",
|
|
"name_C9",
|
|
"name_D9",
|
|
"name_E9",
|
|
"name_F9",
|
|
"name_G9",
|
|
"name_H9",
|
|
"name_A10",
|
|
"name_B10",
|
|
"name_C10",
|
|
"name_D10",
|
|
"name_E10",
|
|
"name_F10",
|
|
"name_G10",
|
|
"name_H10",
|
|
"name_A11",
|
|
"name_B11",
|
|
"name_C11",
|
|
"name_D11",
|
|
"name_E11",
|
|
"name_F11",
|
|
"name_G11",
|
|
"name_H11",
|
|
"name_A12",
|
|
"name_B12",
|
|
"name_C12",
|
|
"name_D12",
|
|
"name_E12",
|
|
"name_F12",
|
|
"name_G12",
|
|
"name_H12"
|
|
],
|
|
"parent": "PRCXI_Deck_9300",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Container",
|
|
"size_x": 50,
|
|
"size_y": 40,
|
|
"size_z": 30,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_rack",
|
|
"model": null,
|
|
"barcode": null,
|
|
"ordering": {}
|
|
},
|
|
"data": {
|
|
"Material": {
|
|
"uuid": "076250742950465b9d6ea29a225dfb00",
|
|
"Code": "ZX-001-300",
|
|
"Name": "300μL Tip头"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A1",
|
|
"name": "name_A1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B1",
|
|
"name": "name_B1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C1",
|
|
"name": "name_C1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D1",
|
|
"name": "name_D1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E1",
|
|
"name": "name_E1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F1",
|
|
"name": "name_F1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G1",
|
|
"name": "name_G1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H1",
|
|
"name": "name_H1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 12.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A2",
|
|
"name": "name_A2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B2",
|
|
"name": "name_B2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C2",
|
|
"name": "name_C2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D2",
|
|
"name": "name_D2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E2",
|
|
"name": "name_E2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F2",
|
|
"name": "name_F2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G2",
|
|
"name": "name_G2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H2",
|
|
"name": "name_H2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 21.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A3",
|
|
"name": "name_A3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B3",
|
|
"name": "name_B3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C3",
|
|
"name": "name_C3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D3",
|
|
"name": "name_D3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E3",
|
|
"name": "name_E3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F3",
|
|
"name": "name_F3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G3",
|
|
"name": "name_G3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H3",
|
|
"name": "name_H3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 30.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A4",
|
|
"name": "name_A4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B4",
|
|
"name": "name_B4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C4",
|
|
"name": "name_C4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D4",
|
|
"name": "name_D4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E4",
|
|
"name": "name_E4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F4",
|
|
"name": "name_F4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G4",
|
|
"name": "name_G4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H4",
|
|
"name": "name_H4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 39.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A5",
|
|
"name": "name_A5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B5",
|
|
"name": "name_B5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C5",
|
|
"name": "name_C5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D5",
|
|
"name": "name_D5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E5",
|
|
"name": "name_E5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F5",
|
|
"name": "name_F5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G5",
|
|
"name": "name_G5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H5",
|
|
"name": "name_H5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 48.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A6",
|
|
"name": "name_A6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B6",
|
|
"name": "name_B6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C6",
|
|
"name": "name_C6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D6",
|
|
"name": "name_D6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E6",
|
|
"name": "name_E6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F6",
|
|
"name": "name_F6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G6",
|
|
"name": "name_G6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H6",
|
|
"name": "name_H6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 57.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A7",
|
|
"name": "name_A7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B7",
|
|
"name": "name_B7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C7",
|
|
"name": "name_C7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D7",
|
|
"name": "name_D7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E7",
|
|
"name": "name_E7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F7",
|
|
"name": "name_F7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G7",
|
|
"name": "name_G7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H7",
|
|
"name": "name_H7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 66.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A8",
|
|
"name": "name_A8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B8",
|
|
"name": "name_B8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C8",
|
|
"name": "name_C8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D8",
|
|
"name": "name_D8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E8",
|
|
"name": "name_E8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F8",
|
|
"name": "name_F8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G8",
|
|
"name": "name_G8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H8",
|
|
"name": "name_H8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 75.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A9",
|
|
"name": "name_A9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B9",
|
|
"name": "name_B9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C9",
|
|
"name": "name_C9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D9",
|
|
"name": "name_D9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E9",
|
|
"name": "name_E9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F9",
|
|
"name": "name_F9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G9",
|
|
"name": "name_G9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H9",
|
|
"name": "name_H9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 84.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A10",
|
|
"name": "name_A10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B10",
|
|
"name": "name_B10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C10",
|
|
"name": "name_C10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D10",
|
|
"name": "name_D10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E10",
|
|
"name": "name_E10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F10",
|
|
"name": "name_F10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G10",
|
|
"name": "name_G10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H10",
|
|
"name": "name_H10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 93.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A11",
|
|
"name": "name_A11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B11",
|
|
"name": "name_B11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C11",
|
|
"name": "name_C11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D11",
|
|
"name": "name_D11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E11",
|
|
"name": "name_E11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F11",
|
|
"name": "name_F11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G11",
|
|
"name": "name_G11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H11",
|
|
"name": "name_H11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 102.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_A12",
|
|
"name": "name_A12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 72.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_B12",
|
|
"name": "name_B12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 63.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_C12",
|
|
"name": "name_C12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 54.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_D12",
|
|
"name": "name_D12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 45.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_E12",
|
|
"name": "name_E12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 36.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_F12",
|
|
"name": "name_F12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 27.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_G12",
|
|
"name": "name_G12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 18.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "name_H12",
|
|
"name": "name_H12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "RackT1",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 111.531,
|
|
"y": 9.391,
|
|
"z": 5.39
|
|
},
|
|
"config": {
|
|
"type": "TipSpot",
|
|
"size_x": 3.698,
|
|
"size_y": 3.698,
|
|
"size_z": 0,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "tip_spot",
|
|
"model": null,
|
|
"barcode": null,
|
|
"prototype_tip": {
|
|
"type": "Tip",
|
|
"total_tip_length": 59.3,
|
|
"has_filter": false,
|
|
"maximal_volume": 300.0,
|
|
"fitting_depth": 7.47
|
|
}
|
|
},
|
|
"data": {
|
|
"tip": null,
|
|
"tip_state": null,
|
|
"pending_tip": null
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2",
|
|
"name": "PlateT2",
|
|
"sample_id": null,
|
|
"children": [
|
|
"PlateT2_A1",
|
|
"PlateT2_B1",
|
|
"PlateT2_C1",
|
|
"PlateT2_D1",
|
|
"PlateT2_E1",
|
|
"PlateT2_F1",
|
|
"PlateT2_G1",
|
|
"PlateT2_H1",
|
|
"PlateT2_A2",
|
|
"PlateT2_B2",
|
|
"PlateT2_C2",
|
|
"PlateT2_D2",
|
|
"PlateT2_E2",
|
|
"PlateT2_F2",
|
|
"PlateT2_G2",
|
|
"PlateT2_H2",
|
|
"PlateT2_A3",
|
|
"PlateT2_B3",
|
|
"PlateT2_C3",
|
|
"PlateT2_D3",
|
|
"PlateT2_E3",
|
|
"PlateT2_F3",
|
|
"PlateT2_G3",
|
|
"PlateT2_H3",
|
|
"PlateT2_A4",
|
|
"PlateT2_B4",
|
|
"PlateT2_C4",
|
|
"PlateT2_D4",
|
|
"PlateT2_E4",
|
|
"PlateT2_F4",
|
|
"PlateT2_G4",
|
|
"PlateT2_H4",
|
|
"PlateT2_A5",
|
|
"PlateT2_B5",
|
|
"PlateT2_C5",
|
|
"PlateT2_D5",
|
|
"PlateT2_E5",
|
|
"PlateT2_F5",
|
|
"PlateT2_G5",
|
|
"PlateT2_H5",
|
|
"PlateT2_A6",
|
|
"PlateT2_B6",
|
|
"PlateT2_C6",
|
|
"PlateT2_D6",
|
|
"PlateT2_E6",
|
|
"PlateT2_F6",
|
|
"PlateT2_G6",
|
|
"PlateT2_H6",
|
|
"PlateT2_A7",
|
|
"PlateT2_B7",
|
|
"PlateT2_C7",
|
|
"PlateT2_D7",
|
|
"PlateT2_E7",
|
|
"PlateT2_F7",
|
|
"PlateT2_G7",
|
|
"PlateT2_H7",
|
|
"PlateT2_A8",
|
|
"PlateT2_B8",
|
|
"PlateT2_C8",
|
|
"PlateT2_D8",
|
|
"PlateT2_E8",
|
|
"PlateT2_F8",
|
|
"PlateT2_G8",
|
|
"PlateT2_H8",
|
|
"PlateT2_A9",
|
|
"PlateT2_B9",
|
|
"PlateT2_C9",
|
|
"PlateT2_D9",
|
|
"PlateT2_E9",
|
|
"PlateT2_F9",
|
|
"PlateT2_G9",
|
|
"PlateT2_H9",
|
|
"PlateT2_A10",
|
|
"PlateT2_B10",
|
|
"PlateT2_C10",
|
|
"PlateT2_D10",
|
|
"PlateT2_E10",
|
|
"PlateT2_F10",
|
|
"PlateT2_G10",
|
|
"PlateT2_H10",
|
|
"PlateT2_A11",
|
|
"PlateT2_B11",
|
|
"PlateT2_C11",
|
|
"PlateT2_D11",
|
|
"PlateT2_E11",
|
|
"PlateT2_F11",
|
|
"PlateT2_G11",
|
|
"PlateT2_H11",
|
|
"PlateT2_A12",
|
|
"PlateT2_B12",
|
|
"PlateT2_C12",
|
|
"PlateT2_D12",
|
|
"PlateT2_E12",
|
|
"PlateT2_F12",
|
|
"PlateT2_G12",
|
|
"PlateT2_H12"
|
|
],
|
|
"parent": "PRCXI_Deck_9300",
|
|
"type": "plate",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Container",
|
|
"size_x": 50,
|
|
"size_y": 40,
|
|
"size_z": 30,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "plate",
|
|
"model": null,
|
|
"barcode": null,
|
|
"ordering": {}
|
|
},
|
|
"data": {
|
|
"Material": {
|
|
"uuid": "57b1e4711e9e4a32b529f3132fc5931f",
|
|
"Code": "ZX-019-2.2",
|
|
"Name": "96深孔板"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A1",
|
|
"name": "PlateT2_A1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B1",
|
|
"name": "PlateT2_B1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C1",
|
|
"name": "PlateT2_C1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D1",
|
|
"name": "PlateT2_D1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E1",
|
|
"name": "PlateT2_E1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F1",
|
|
"name": "PlateT2_F1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G1",
|
|
"name": "PlateT2_G1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H1",
|
|
"name": "PlateT2_H1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A2",
|
|
"name": "PlateT2_A2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B2",
|
|
"name": "PlateT2_B2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C2",
|
|
"name": "PlateT2_C2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D2",
|
|
"name": "PlateT2_D2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E2",
|
|
"name": "PlateT2_E2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F2",
|
|
"name": "PlateT2_F2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G2",
|
|
"name": "PlateT2_G2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H2",
|
|
"name": "PlateT2_H2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A3",
|
|
"name": "PlateT2_A3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B3",
|
|
"name": "PlateT2_B3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C3",
|
|
"name": "PlateT2_C3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D3",
|
|
"name": "PlateT2_D3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E3",
|
|
"name": "PlateT2_E3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F3",
|
|
"name": "PlateT2_F3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G3",
|
|
"name": "PlateT2_G3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H3",
|
|
"name": "PlateT2_H3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A4",
|
|
"name": "PlateT2_A4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B4",
|
|
"name": "PlateT2_B4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C4",
|
|
"name": "PlateT2_C4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D4",
|
|
"name": "PlateT2_D4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E4",
|
|
"name": "PlateT2_E4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F4",
|
|
"name": "PlateT2_F4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G4",
|
|
"name": "PlateT2_G4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H4",
|
|
"name": "PlateT2_H4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A5",
|
|
"name": "PlateT2_A5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B5",
|
|
"name": "PlateT2_B5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C5",
|
|
"name": "PlateT2_C5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D5",
|
|
"name": "PlateT2_D5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E5",
|
|
"name": "PlateT2_E5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F5",
|
|
"name": "PlateT2_F5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G5",
|
|
"name": "PlateT2_G5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H5",
|
|
"name": "PlateT2_H5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A6",
|
|
"name": "PlateT2_A6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B6",
|
|
"name": "PlateT2_B6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C6",
|
|
"name": "PlateT2_C6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D6",
|
|
"name": "PlateT2_D6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E6",
|
|
"name": "PlateT2_E6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F6",
|
|
"name": "PlateT2_F6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G6",
|
|
"name": "PlateT2_G6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H6",
|
|
"name": "PlateT2_H6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A7",
|
|
"name": "PlateT2_A7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B7",
|
|
"name": "PlateT2_B7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C7",
|
|
"name": "PlateT2_C7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D7",
|
|
"name": "PlateT2_D7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E7",
|
|
"name": "PlateT2_E7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F7",
|
|
"name": "PlateT2_F7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G7",
|
|
"name": "PlateT2_G7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H7",
|
|
"name": "PlateT2_H7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A8",
|
|
"name": "PlateT2_A8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B8",
|
|
"name": "PlateT2_B8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C8",
|
|
"name": "PlateT2_C8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D8",
|
|
"name": "PlateT2_D8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E8",
|
|
"name": "PlateT2_E8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F8",
|
|
"name": "PlateT2_F8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G8",
|
|
"name": "PlateT2_G8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H8",
|
|
"name": "PlateT2_H8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A9",
|
|
"name": "PlateT2_A9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B9",
|
|
"name": "PlateT2_B9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C9",
|
|
"name": "PlateT2_C9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D9",
|
|
"name": "PlateT2_D9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E9",
|
|
"name": "PlateT2_E9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F9",
|
|
"name": "PlateT2_F9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G9",
|
|
"name": "PlateT2_G9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H9",
|
|
"name": "PlateT2_H9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A10",
|
|
"name": "PlateT2_A10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B10",
|
|
"name": "PlateT2_B10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C10",
|
|
"name": "PlateT2_C10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D10",
|
|
"name": "PlateT2_D10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E10",
|
|
"name": "PlateT2_E10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F10",
|
|
"name": "PlateT2_F10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G10",
|
|
"name": "PlateT2_G10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H10",
|
|
"name": "PlateT2_H10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A11",
|
|
"name": "PlateT2_A11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B11",
|
|
"name": "PlateT2_B11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C11",
|
|
"name": "PlateT2_C11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D11",
|
|
"name": "PlateT2_D11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E11",
|
|
"name": "PlateT2_E11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F11",
|
|
"name": "PlateT2_F11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G11",
|
|
"name": "PlateT2_G11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H11",
|
|
"name": "PlateT2_H11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_A12",
|
|
"name": "PlateT2_A12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_B12",
|
|
"name": "PlateT2_B12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_C12",
|
|
"name": "PlateT2_C12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_D12",
|
|
"name": "PlateT2_D12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_E12",
|
|
"name": "PlateT2_E12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_F12",
|
|
"name": "PlateT2_F12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_G12",
|
|
"name": "PlateT2_G12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT2_H12",
|
|
"name": "PlateT2_H12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT2",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"pending_liquids": [
|
|
[
|
|
"water",
|
|
500
|
|
]
|
|
],
|
|
"liquid_history": [
|
|
"water"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "trash",
|
|
"name": "trash",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PRCXI_Deck_9300",
|
|
"type": "container",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Trash",
|
|
"size_x": 50,
|
|
"size_y": 100,
|
|
"size_z": 10,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "trash",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": "Infinity",
|
|
"material_z_thickness": 0,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": [],
|
|
"Material": {
|
|
"uuid": "730067cf07ae43849ddf4034299030e9"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4",
|
|
"name": "PlateT4",
|
|
"sample_id": null,
|
|
"children": [
|
|
"PlateT4_A1",
|
|
"PlateT4_B1",
|
|
"PlateT4_C1",
|
|
"PlateT4_D1",
|
|
"PlateT4_E1",
|
|
"PlateT4_F1",
|
|
"PlateT4_G1",
|
|
"PlateT4_H1",
|
|
"PlateT4_A2",
|
|
"PlateT4_B2",
|
|
"PlateT4_C2",
|
|
"PlateT4_D2",
|
|
"PlateT4_E2",
|
|
"PlateT4_F2",
|
|
"PlateT4_G2",
|
|
"PlateT4_H2",
|
|
"PlateT4_A3",
|
|
"PlateT4_B3",
|
|
"PlateT4_C3",
|
|
"PlateT4_D3",
|
|
"PlateT4_E3",
|
|
"PlateT4_F3",
|
|
"PlateT4_G3",
|
|
"PlateT4_H3",
|
|
"PlateT4_A4",
|
|
"PlateT4_B4",
|
|
"PlateT4_C4",
|
|
"PlateT4_D4",
|
|
"PlateT4_E4",
|
|
"PlateT4_F4",
|
|
"PlateT4_G4",
|
|
"PlateT4_H4",
|
|
"PlateT4_A5",
|
|
"PlateT4_B5",
|
|
"PlateT4_C5",
|
|
"PlateT4_D5",
|
|
"PlateT4_E5",
|
|
"PlateT4_F5",
|
|
"PlateT4_G5",
|
|
"PlateT4_H5",
|
|
"PlateT4_A6",
|
|
"PlateT4_B6",
|
|
"PlateT4_C6",
|
|
"PlateT4_D6",
|
|
"PlateT4_E6",
|
|
"PlateT4_F6",
|
|
"PlateT4_G6",
|
|
"PlateT4_H6",
|
|
"PlateT4_A7",
|
|
"PlateT4_B7",
|
|
"PlateT4_C7",
|
|
"PlateT4_D7",
|
|
"PlateT4_E7",
|
|
"PlateT4_F7",
|
|
"PlateT4_G7",
|
|
"PlateT4_H7",
|
|
"PlateT4_A8",
|
|
"PlateT4_B8",
|
|
"PlateT4_C8",
|
|
"PlateT4_D8",
|
|
"PlateT4_E8",
|
|
"PlateT4_F8",
|
|
"PlateT4_G8",
|
|
"PlateT4_H8",
|
|
"PlateT4_A9",
|
|
"PlateT4_B9",
|
|
"PlateT4_C9",
|
|
"PlateT4_D9",
|
|
"PlateT4_E9",
|
|
"PlateT4_F9",
|
|
"PlateT4_G9",
|
|
"PlateT4_H9",
|
|
"PlateT4_A10",
|
|
"PlateT4_B10",
|
|
"PlateT4_C10",
|
|
"PlateT4_D10",
|
|
"PlateT4_E10",
|
|
"PlateT4_F10",
|
|
"PlateT4_G10",
|
|
"PlateT4_H10",
|
|
"PlateT4_A11",
|
|
"PlateT4_B11",
|
|
"PlateT4_C11",
|
|
"PlateT4_D11",
|
|
"PlateT4_E11",
|
|
"PlateT4_F11",
|
|
"PlateT4_G11",
|
|
"PlateT4_H11",
|
|
"PlateT4_A12",
|
|
"PlateT4_B12",
|
|
"PlateT4_C12",
|
|
"PlateT4_D12",
|
|
"PlateT4_E12",
|
|
"PlateT4_F12",
|
|
"PlateT4_G12",
|
|
"PlateT4_H12"
|
|
],
|
|
"parent": "PRCXI_Deck_9300",
|
|
"type": "plate",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Container",
|
|
"size_x": 50,
|
|
"size_y": 40,
|
|
"size_z": 30,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "plate",
|
|
"model": null,
|
|
"barcode": null,
|
|
"ordering": {}
|
|
},
|
|
"data": {
|
|
"Material": {
|
|
"uuid": "57b1e4711e9e4a32b529f3132fc5931f",
|
|
"Code": "ZX-019-2.2",
|
|
"Name": "96深孔板"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A1",
|
|
"name": "PlateT4_A1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B1",
|
|
"name": "PlateT4_B1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C1",
|
|
"name": "PlateT4_C1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D1",
|
|
"name": "PlateT4_D1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E1",
|
|
"name": "PlateT4_E1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F1",
|
|
"name": "PlateT4_F1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G1",
|
|
"name": "PlateT4_G1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H1",
|
|
"name": "PlateT4_H1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A2",
|
|
"name": "PlateT4_A2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B2",
|
|
"name": "PlateT4_B2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C2",
|
|
"name": "PlateT4_C2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D2",
|
|
"name": "PlateT4_D2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E2",
|
|
"name": "PlateT4_E2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F2",
|
|
"name": "PlateT4_F2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G2",
|
|
"name": "PlateT4_G2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H2",
|
|
"name": "PlateT4_H2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A3",
|
|
"name": "PlateT4_A3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B3",
|
|
"name": "PlateT4_B3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C3",
|
|
"name": "PlateT4_C3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D3",
|
|
"name": "PlateT4_D3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E3",
|
|
"name": "PlateT4_E3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F3",
|
|
"name": "PlateT4_F3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G3",
|
|
"name": "PlateT4_G3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H3",
|
|
"name": "PlateT4_H3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A4",
|
|
"name": "PlateT4_A4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B4",
|
|
"name": "PlateT4_B4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C4",
|
|
"name": "PlateT4_C4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D4",
|
|
"name": "PlateT4_D4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E4",
|
|
"name": "PlateT4_E4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F4",
|
|
"name": "PlateT4_F4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G4",
|
|
"name": "PlateT4_G4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H4",
|
|
"name": "PlateT4_H4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A5",
|
|
"name": "PlateT4_A5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B5",
|
|
"name": "PlateT4_B5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C5",
|
|
"name": "PlateT4_C5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D5",
|
|
"name": "PlateT4_D5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E5",
|
|
"name": "PlateT4_E5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F5",
|
|
"name": "PlateT4_F5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G5",
|
|
"name": "PlateT4_G5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H5",
|
|
"name": "PlateT4_H5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A6",
|
|
"name": "PlateT4_A6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B6",
|
|
"name": "PlateT4_B6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C6",
|
|
"name": "PlateT4_C6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D6",
|
|
"name": "PlateT4_D6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E6",
|
|
"name": "PlateT4_E6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F6",
|
|
"name": "PlateT4_F6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G6",
|
|
"name": "PlateT4_G6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H6",
|
|
"name": "PlateT4_H6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A7",
|
|
"name": "PlateT4_A7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B7",
|
|
"name": "PlateT4_B7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C7",
|
|
"name": "PlateT4_C7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D7",
|
|
"name": "PlateT4_D7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E7",
|
|
"name": "PlateT4_E7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F7",
|
|
"name": "PlateT4_F7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G7",
|
|
"name": "PlateT4_G7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H7",
|
|
"name": "PlateT4_H7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A8",
|
|
"name": "PlateT4_A8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B8",
|
|
"name": "PlateT4_B8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C8",
|
|
"name": "PlateT4_C8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D8",
|
|
"name": "PlateT4_D8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E8",
|
|
"name": "PlateT4_E8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F8",
|
|
"name": "PlateT4_F8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G8",
|
|
"name": "PlateT4_G8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H8",
|
|
"name": "PlateT4_H8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A9",
|
|
"name": "PlateT4_A9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B9",
|
|
"name": "PlateT4_B9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C9",
|
|
"name": "PlateT4_C9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D9",
|
|
"name": "PlateT4_D9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E9",
|
|
"name": "PlateT4_E9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F9",
|
|
"name": "PlateT4_F9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G9",
|
|
"name": "PlateT4_G9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H9",
|
|
"name": "PlateT4_H9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A10",
|
|
"name": "PlateT4_A10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B10",
|
|
"name": "PlateT4_B10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C10",
|
|
"name": "PlateT4_C10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D10",
|
|
"name": "PlateT4_D10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E10",
|
|
"name": "PlateT4_E10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F10",
|
|
"name": "PlateT4_F10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G10",
|
|
"name": "PlateT4_G10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H10",
|
|
"name": "PlateT4_H10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A11",
|
|
"name": "PlateT4_A11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B11",
|
|
"name": "PlateT4_B11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C11",
|
|
"name": "PlateT4_C11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D11",
|
|
"name": "PlateT4_D11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E11",
|
|
"name": "PlateT4_E11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F11",
|
|
"name": "PlateT4_F11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G11",
|
|
"name": "PlateT4_G11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H11",
|
|
"name": "PlateT4_H11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_A12",
|
|
"name": "PlateT4_A12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_B12",
|
|
"name": "PlateT4_B12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_C12",
|
|
"name": "PlateT4_C12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_D12",
|
|
"name": "PlateT4_D12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_E12",
|
|
"name": "PlateT4_E12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_F12",
|
|
"name": "PlateT4_F12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_G12",
|
|
"name": "PlateT4_G12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT4_H12",
|
|
"name": "PlateT4_H12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT4",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5",
|
|
"name": "PlateT5",
|
|
"sample_id": null,
|
|
"children": [
|
|
"PlateT5_A1",
|
|
"PlateT5_B1",
|
|
"PlateT5_C1",
|
|
"PlateT5_D1",
|
|
"PlateT5_E1",
|
|
"PlateT5_F1",
|
|
"PlateT5_G1",
|
|
"PlateT5_H1",
|
|
"PlateT5_A2",
|
|
"PlateT5_B2",
|
|
"PlateT5_C2",
|
|
"PlateT5_D2",
|
|
"PlateT5_E2",
|
|
"PlateT5_F2",
|
|
"PlateT5_G2",
|
|
"PlateT5_H2",
|
|
"PlateT5_A3",
|
|
"PlateT5_B3",
|
|
"PlateT5_C3",
|
|
"PlateT5_D3",
|
|
"PlateT5_E3",
|
|
"PlateT5_F3",
|
|
"PlateT5_G3",
|
|
"PlateT5_H3",
|
|
"PlateT5_A4",
|
|
"PlateT5_B4",
|
|
"PlateT5_C4",
|
|
"PlateT5_D4",
|
|
"PlateT5_E4",
|
|
"PlateT5_F4",
|
|
"PlateT5_G4",
|
|
"PlateT5_H4",
|
|
"PlateT5_A5",
|
|
"PlateT5_B5",
|
|
"PlateT5_C5",
|
|
"PlateT5_D5",
|
|
"PlateT5_E5",
|
|
"PlateT5_F5",
|
|
"PlateT5_G5",
|
|
"PlateT5_H5",
|
|
"PlateT5_A6",
|
|
"PlateT5_B6",
|
|
"PlateT5_C6",
|
|
"PlateT5_D6",
|
|
"PlateT5_E6",
|
|
"PlateT5_F6",
|
|
"PlateT5_G6",
|
|
"PlateT5_H6",
|
|
"PlateT5_A7",
|
|
"PlateT5_B7",
|
|
"PlateT5_C7",
|
|
"PlateT5_D7",
|
|
"PlateT5_E7",
|
|
"PlateT5_F7",
|
|
"PlateT5_G7",
|
|
"PlateT5_H7",
|
|
"PlateT5_A8",
|
|
"PlateT5_B8",
|
|
"PlateT5_C8",
|
|
"PlateT5_D8",
|
|
"PlateT5_E8",
|
|
"PlateT5_F8",
|
|
"PlateT5_G8",
|
|
"PlateT5_H8",
|
|
"PlateT5_A9",
|
|
"PlateT5_B9",
|
|
"PlateT5_C9",
|
|
"PlateT5_D9",
|
|
"PlateT5_E9",
|
|
"PlateT5_F9",
|
|
"PlateT5_G9",
|
|
"PlateT5_H9",
|
|
"PlateT5_A10",
|
|
"PlateT5_B10",
|
|
"PlateT5_C10",
|
|
"PlateT5_D10",
|
|
"PlateT5_E10",
|
|
"PlateT5_F10",
|
|
"PlateT5_G10",
|
|
"PlateT5_H10",
|
|
"PlateT5_A11",
|
|
"PlateT5_B11",
|
|
"PlateT5_C11",
|
|
"PlateT5_D11",
|
|
"PlateT5_E11",
|
|
"PlateT5_F11",
|
|
"PlateT5_G11",
|
|
"PlateT5_H11",
|
|
"PlateT5_A12",
|
|
"PlateT5_B12",
|
|
"PlateT5_C12",
|
|
"PlateT5_D12",
|
|
"PlateT5_E12",
|
|
"PlateT5_F12",
|
|
"PlateT5_G12",
|
|
"PlateT5_H12"
|
|
],
|
|
"parent": "PRCXI_Deck_9300",
|
|
"type": "plate",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Container",
|
|
"size_x": 50,
|
|
"size_y": 40,
|
|
"size_z": 30,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "plate",
|
|
"model": null,
|
|
"barcode": null,
|
|
"ordering": {}
|
|
},
|
|
"data": {
|
|
"Material": {
|
|
"uuid": "57b1e4711e9e4a32b529f3132fc5931f",
|
|
"Code": "ZX-019-2.2",
|
|
"Name": "96深孔板"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A1",
|
|
"name": "PlateT5_A1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B1",
|
|
"name": "PlateT5_B1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C1",
|
|
"name": "PlateT5_C1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D1",
|
|
"name": "PlateT5_D1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E1",
|
|
"name": "PlateT5_E1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F1",
|
|
"name": "PlateT5_F1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G1",
|
|
"name": "PlateT5_G1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H1",
|
|
"name": "PlateT5_H1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A2",
|
|
"name": "PlateT5_A2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B2",
|
|
"name": "PlateT5_B2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C2",
|
|
"name": "PlateT5_C2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D2",
|
|
"name": "PlateT5_D2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E2",
|
|
"name": "PlateT5_E2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F2",
|
|
"name": "PlateT5_F2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G2",
|
|
"name": "PlateT5_G2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H2",
|
|
"name": "PlateT5_H2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A3",
|
|
"name": "PlateT5_A3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B3",
|
|
"name": "PlateT5_B3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C3",
|
|
"name": "PlateT5_C3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D3",
|
|
"name": "PlateT5_D3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E3",
|
|
"name": "PlateT5_E3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F3",
|
|
"name": "PlateT5_F3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G3",
|
|
"name": "PlateT5_G3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H3",
|
|
"name": "PlateT5_H3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A4",
|
|
"name": "PlateT5_A4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B4",
|
|
"name": "PlateT5_B4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C4",
|
|
"name": "PlateT5_C4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D4",
|
|
"name": "PlateT5_D4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E4",
|
|
"name": "PlateT5_E4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F4",
|
|
"name": "PlateT5_F4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G4",
|
|
"name": "PlateT5_G4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H4",
|
|
"name": "PlateT5_H4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A5",
|
|
"name": "PlateT5_A5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B5",
|
|
"name": "PlateT5_B5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C5",
|
|
"name": "PlateT5_C5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D5",
|
|
"name": "PlateT5_D5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E5",
|
|
"name": "PlateT5_E5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F5",
|
|
"name": "PlateT5_F5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G5",
|
|
"name": "PlateT5_G5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H5",
|
|
"name": "PlateT5_H5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A6",
|
|
"name": "PlateT5_A6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B6",
|
|
"name": "PlateT5_B6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C6",
|
|
"name": "PlateT5_C6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D6",
|
|
"name": "PlateT5_D6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E6",
|
|
"name": "PlateT5_E6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F6",
|
|
"name": "PlateT5_F6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G6",
|
|
"name": "PlateT5_G6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H6",
|
|
"name": "PlateT5_H6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A7",
|
|
"name": "PlateT5_A7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B7",
|
|
"name": "PlateT5_B7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C7",
|
|
"name": "PlateT5_C7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D7",
|
|
"name": "PlateT5_D7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E7",
|
|
"name": "PlateT5_E7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F7",
|
|
"name": "PlateT5_F7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G7",
|
|
"name": "PlateT5_G7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H7",
|
|
"name": "PlateT5_H7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A8",
|
|
"name": "PlateT5_A8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B8",
|
|
"name": "PlateT5_B8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C8",
|
|
"name": "PlateT5_C8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D8",
|
|
"name": "PlateT5_D8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E8",
|
|
"name": "PlateT5_E8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F8",
|
|
"name": "PlateT5_F8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G8",
|
|
"name": "PlateT5_G8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H8",
|
|
"name": "PlateT5_H8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A9",
|
|
"name": "PlateT5_A9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B9",
|
|
"name": "PlateT5_B9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C9",
|
|
"name": "PlateT5_C9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D9",
|
|
"name": "PlateT5_D9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E9",
|
|
"name": "PlateT5_E9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F9",
|
|
"name": "PlateT5_F9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G9",
|
|
"name": "PlateT5_G9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H9",
|
|
"name": "PlateT5_H9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A10",
|
|
"name": "PlateT5_A10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B10",
|
|
"name": "PlateT5_B10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C10",
|
|
"name": "PlateT5_C10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D10",
|
|
"name": "PlateT5_D10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E10",
|
|
"name": "PlateT5_E10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F10",
|
|
"name": "PlateT5_F10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G10",
|
|
"name": "PlateT5_G10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H10",
|
|
"name": "PlateT5_H10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A11",
|
|
"name": "PlateT5_A11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B11",
|
|
"name": "PlateT5_B11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C11",
|
|
"name": "PlateT5_C11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D11",
|
|
"name": "PlateT5_D11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E11",
|
|
"name": "PlateT5_E11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F11",
|
|
"name": "PlateT5_F11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G11",
|
|
"name": "PlateT5_G11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H11",
|
|
"name": "PlateT5_H11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_A12",
|
|
"name": "PlateT5_A12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_B12",
|
|
"name": "PlateT5_B12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_C12",
|
|
"name": "PlateT5_C12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_D12",
|
|
"name": "PlateT5_D12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_E12",
|
|
"name": "PlateT5_E12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_F12",
|
|
"name": "PlateT5_F12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_G12",
|
|
"name": "PlateT5_G12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT5_H12",
|
|
"name": "PlateT5_H12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT5",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6",
|
|
"name": "PlateT6",
|
|
"sample_id": null,
|
|
"children": [
|
|
"PlateT6_A1",
|
|
"PlateT6_B1",
|
|
"PlateT6_C1",
|
|
"PlateT6_D1",
|
|
"PlateT6_E1",
|
|
"PlateT6_F1",
|
|
"PlateT6_G1",
|
|
"PlateT6_H1",
|
|
"PlateT6_A2",
|
|
"PlateT6_B2",
|
|
"PlateT6_C2",
|
|
"PlateT6_D2",
|
|
"PlateT6_E2",
|
|
"PlateT6_F2",
|
|
"PlateT6_G2",
|
|
"PlateT6_H2",
|
|
"PlateT6_A3",
|
|
"PlateT6_B3",
|
|
"PlateT6_C3",
|
|
"PlateT6_D3",
|
|
"PlateT6_E3",
|
|
"PlateT6_F3",
|
|
"PlateT6_G3",
|
|
"PlateT6_H3",
|
|
"PlateT6_A4",
|
|
"PlateT6_B4",
|
|
"PlateT6_C4",
|
|
"PlateT6_D4",
|
|
"PlateT6_E4",
|
|
"PlateT6_F4",
|
|
"PlateT6_G4",
|
|
"PlateT6_H4",
|
|
"PlateT6_A5",
|
|
"PlateT6_B5",
|
|
"PlateT6_C5",
|
|
"PlateT6_D5",
|
|
"PlateT6_E5",
|
|
"PlateT6_F5",
|
|
"PlateT6_G5",
|
|
"PlateT6_H5",
|
|
"PlateT6_A6",
|
|
"PlateT6_B6",
|
|
"PlateT6_C6",
|
|
"PlateT6_D6",
|
|
"PlateT6_E6",
|
|
"PlateT6_F6",
|
|
"PlateT6_G6",
|
|
"PlateT6_H6",
|
|
"PlateT6_A7",
|
|
"PlateT6_B7",
|
|
"PlateT6_C7",
|
|
"PlateT6_D7",
|
|
"PlateT6_E7",
|
|
"PlateT6_F7",
|
|
"PlateT6_G7",
|
|
"PlateT6_H7",
|
|
"PlateT6_A8",
|
|
"PlateT6_B8",
|
|
"PlateT6_C8",
|
|
"PlateT6_D8",
|
|
"PlateT6_E8",
|
|
"PlateT6_F8",
|
|
"PlateT6_G8",
|
|
"PlateT6_H8",
|
|
"PlateT6_A9",
|
|
"PlateT6_B9",
|
|
"PlateT6_C9",
|
|
"PlateT6_D9",
|
|
"PlateT6_E9",
|
|
"PlateT6_F9",
|
|
"PlateT6_G9",
|
|
"PlateT6_H9",
|
|
"PlateT6_A10",
|
|
"PlateT6_B10",
|
|
"PlateT6_C10",
|
|
"PlateT6_D10",
|
|
"PlateT6_E10",
|
|
"PlateT6_F10",
|
|
"PlateT6_G10",
|
|
"PlateT6_H10",
|
|
"PlateT6_A11",
|
|
"PlateT6_B11",
|
|
"PlateT6_C11",
|
|
"PlateT6_D11",
|
|
"PlateT6_E11",
|
|
"PlateT6_F11",
|
|
"PlateT6_G11",
|
|
"PlateT6_H11",
|
|
"PlateT6_A12",
|
|
"PlateT6_B12",
|
|
"PlateT6_C12",
|
|
"PlateT6_D12",
|
|
"PlateT6_E12",
|
|
"PlateT6_F12",
|
|
"PlateT6_G12",
|
|
"PlateT6_H12"
|
|
],
|
|
"parent": "PRCXI_Deck_9300",
|
|
"type": "plate",
|
|
"class": "",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"type": "PRCXI9300Container",
|
|
"size_x": 50,
|
|
"size_y": 40,
|
|
"size_z": 30,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "plate",
|
|
"model": null,
|
|
"barcode": null,
|
|
"ordering": {}
|
|
},
|
|
"data": {
|
|
"Material": {
|
|
"uuid": "57b1e4711e9e4a32b529f3132fc5931f",
|
|
"Code": "ZX-019-2.2",
|
|
"Name": "96深孔板"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A1",
|
|
"name": "PlateT6_A1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B1",
|
|
"name": "PlateT6_B1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C1",
|
|
"name": "PlateT6_C1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D1",
|
|
"name": "PlateT6_D1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E1",
|
|
"name": "PlateT6_E1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F1",
|
|
"name": "PlateT6_F1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G1",
|
|
"name": "PlateT6_G1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H1",
|
|
"name": "PlateT6_H1",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 11.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A2",
|
|
"name": "PlateT6_A2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B2",
|
|
"name": "PlateT6_B2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C2",
|
|
"name": "PlateT6_C2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D2",
|
|
"name": "PlateT6_D2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E2",
|
|
"name": "PlateT6_E2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F2",
|
|
"name": "PlateT6_F2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G2",
|
|
"name": "PlateT6_G2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H2",
|
|
"name": "PlateT6_H2",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 20.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A3",
|
|
"name": "PlateT6_A3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B3",
|
|
"name": "PlateT6_B3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C3",
|
|
"name": "PlateT6_C3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D3",
|
|
"name": "PlateT6_D3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E3",
|
|
"name": "PlateT6_E3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F3",
|
|
"name": "PlateT6_F3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G3",
|
|
"name": "PlateT6_G3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H3",
|
|
"name": "PlateT6_H3",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 29.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A4",
|
|
"name": "PlateT6_A4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B4",
|
|
"name": "PlateT6_B4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C4",
|
|
"name": "PlateT6_C4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D4",
|
|
"name": "PlateT6_D4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E4",
|
|
"name": "PlateT6_E4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F4",
|
|
"name": "PlateT6_F4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G4",
|
|
"name": "PlateT6_G4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H4",
|
|
"name": "PlateT6_H4",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 38.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A5",
|
|
"name": "PlateT6_A5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B5",
|
|
"name": "PlateT6_B5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C5",
|
|
"name": "PlateT6_C5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D5",
|
|
"name": "PlateT6_D5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E5",
|
|
"name": "PlateT6_E5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F5",
|
|
"name": "PlateT6_F5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G5",
|
|
"name": "PlateT6_G5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H5",
|
|
"name": "PlateT6_H5",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 47.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A6",
|
|
"name": "PlateT6_A6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B6",
|
|
"name": "PlateT6_B6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C6",
|
|
"name": "PlateT6_C6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D6",
|
|
"name": "PlateT6_D6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E6",
|
|
"name": "PlateT6_E6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F6",
|
|
"name": "PlateT6_F6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G6",
|
|
"name": "PlateT6_G6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H6",
|
|
"name": "PlateT6_H6",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 56.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A7",
|
|
"name": "PlateT6_A7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B7",
|
|
"name": "PlateT6_B7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C7",
|
|
"name": "PlateT6_C7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D7",
|
|
"name": "PlateT6_D7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E7",
|
|
"name": "PlateT6_E7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F7",
|
|
"name": "PlateT6_F7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G7",
|
|
"name": "PlateT6_G7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H7",
|
|
"name": "PlateT6_H7",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 65.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A8",
|
|
"name": "PlateT6_A8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B8",
|
|
"name": "PlateT6_B8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C8",
|
|
"name": "PlateT6_C8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D8",
|
|
"name": "PlateT6_D8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E8",
|
|
"name": "PlateT6_E8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F8",
|
|
"name": "PlateT6_F8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G8",
|
|
"name": "PlateT6_G8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H8",
|
|
"name": "PlateT6_H8",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 74.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A9",
|
|
"name": "PlateT6_A9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B9",
|
|
"name": "PlateT6_B9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C9",
|
|
"name": "PlateT6_C9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D9",
|
|
"name": "PlateT6_D9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E9",
|
|
"name": "PlateT6_E9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F9",
|
|
"name": "PlateT6_F9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G9",
|
|
"name": "PlateT6_G9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H9",
|
|
"name": "PlateT6_H9",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 83.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A10",
|
|
"name": "PlateT6_A10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B10",
|
|
"name": "PlateT6_B10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C10",
|
|
"name": "PlateT6_C10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D10",
|
|
"name": "PlateT6_D10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E10",
|
|
"name": "PlateT6_E10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F10",
|
|
"name": "PlateT6_F10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G10",
|
|
"name": "PlateT6_G10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H10",
|
|
"name": "PlateT6_H10",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 92.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A11",
|
|
"name": "PlateT6_A11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B11",
|
|
"name": "PlateT6_B11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C11",
|
|
"name": "PlateT6_C11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D11",
|
|
"name": "PlateT6_D11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E11",
|
|
"name": "PlateT6_E11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F11",
|
|
"name": "PlateT6_F11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G11",
|
|
"name": "PlateT6_G11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H11",
|
|
"name": "PlateT6_H11",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 101.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_A12",
|
|
"name": "PlateT6_A12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 71.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_B12",
|
|
"name": "PlateT6_B12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 62.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_C12",
|
|
"name": "PlateT6_C12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 53.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_D12",
|
|
"name": "PlateT6_D12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 44.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_E12",
|
|
"name": "PlateT6_E12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 35.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_F12",
|
|
"name": "PlateT6_F12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 26.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_G12",
|
|
"name": "PlateT6_G12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 17.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
},
|
|
{
|
|
"id": "PlateT6_H12",
|
|
"name": "PlateT6_H12",
|
|
"sample_id": null,
|
|
"children": [],
|
|
"parent": "PlateT6",
|
|
"type": "well",
|
|
"class": "",
|
|
"position": {
|
|
"x": 110.9545,
|
|
"y": 8.8145,
|
|
"z": 3.55
|
|
},
|
|
"config": {
|
|
"type": "Well",
|
|
"size_x": 4.851,
|
|
"size_y": 4.851,
|
|
"size_z": 10.67,
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0,
|
|
"type": "Rotation"
|
|
},
|
|
"category": "well",
|
|
"model": null,
|
|
"barcode": null,
|
|
"max_volume": 360,
|
|
"material_z_thickness": null,
|
|
"compute_volume_from_height": null,
|
|
"compute_height_from_volume": null,
|
|
"bottom_type": "unknown",
|
|
"cross_section_type": "circle"
|
|
},
|
|
"data": {
|
|
"liquids": [],
|
|
"pending_liquids": [],
|
|
"liquid_history": []
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |