Files
sci-gui-agent-benchmark/evaluation_examples/examples/jade/jade-guide-example_task12.json
2026-04-03 10:39:33 +08:00

44 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "jade-guide-example_task12",
"snapshot": "jade",
"instruction": "在 Jade 中,使用编辑工具栏的背景扣除功能对衍射图谱执行背景扣除操作。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\JADE\\jade 6.5\\MDI Jade 6.5\\jade6.5.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"jade"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"steps": "1. 在主界面下方的编辑工具栏中,定位到\"扣除背景\"Background通常标为 BG按钮。\n2. 鼠标左键单击 BG 按钮一次,此时图谱上会叠加显示一条黄色背景曲线,并在曲线上出现可拖动的红色控制点(即背景预览模式)。\n3. 再次单击 BG 按钮(或在预览模式下确认),完成背景扣除操作。完成后图谱底部基线应变得扁平(接近零强度),背景曲线和红色控制点消失,图谱仅显示扣除背景后的衍射峰。\n关键判据最终截图中衍射图谱的底部基线必须是扁平的黄线和红点必须消失否则视为未完成。"
}
}