22 lines
808 B
JSON
22 lines
808 B
JSON
{
|
|
"id": "peak_search_001",
|
|
"category": "basic_processing",
|
|
"difficulty": "medium",
|
|
"instruction": "请打开桌面上的 DEMO01.MDI 文件,进行自动寻峰操作 (Peak Search),然后,导出峰报告文件并命名为 peak_result.pid。",
|
|
"input": {
|
|
"source_file": "../../data/source/DEMO01.MDI",
|
|
"inject_to": "C:\\Users\\lzy\\Desktop\\DEMO01.MDI"
|
|
},
|
|
"output": {
|
|
"expected_file": "peak_result.pid",
|
|
"collect_from": "C:\\Users\\lzy\\Desktop\\peak_result.pid"
|
|
},
|
|
"evaluation": {
|
|
"method": "peak_report_compare",
|
|
"ground_truth": "ground_truth/peak_result.pid",
|
|
"target_output": "agent_output/peak_result.pid",
|
|
"tolerance": 0.01
|
|
},
|
|
"tutorial_source": "教程(1) - 寻峰部分",
|
|
"notes": "自动寻峰并导出峰报告,使用默认寻峰参数"
|
|
} |