Files
sci-gui-agent-benchmark/tasks/background_001/task.json
2026-01-12 18:30:12 +08:00

22 lines
891 B
JSON

{
"id": "background_001",
"category": "basic_processing",
"difficulty": "easy",
"instruction": "请打开桌面上的 DEMO01.MDI 文件,进行背景扣除 (Background Removal),使用自动背景扣除方法,然后将处理后的曲线导出为 ASCII (.txt) 文件并命名为 background_result.txt。",
"input": {
"source_file": "../../data/source/DEMO01.MDI",
"inject_to": "C:\\Users\\lzy\\Desktop\\DEMO01.MDI"
},
"output": {
"expected_file": "background_result.txt",
"collect_from": "C:\\Users\\lzy\\Desktop\\background_result.txt"
},
"evaluation": {
"method": "xrd_data_compare",
"ground_truth": "ground_truth/background_result.txt",
"target_output": "agent_output/background_result.txt",
"tolerance": 0.0001
},
"tutorial_source": "教程(1) + 基础处理知识",
"notes": "使用自动背景扣除方法(固定参数)"
}