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

23 lines
833 B
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": "smooth_001",
"category": "basic_processing",
"difficulty": "easy",
"instruction": "请打开桌面上的 DEMO01.MDI 文件,进行平滑处理 (Smoothing),平滑点数设置为 5然后将处理后的曲线导出为 ASCII (.txt) 文件并命名为 smooth_result.txt。",
"input": {
"source_file": "../../data/source/DEMO01.MDI",
"inject_to": "C:\\Users\\lzy\\Desktop\\DEMO01.MDI"
},
"output": {
"expected_file": "smooth_result.txt",
"collect_from": "C:\\Users\\lzy\\Desktop\\smooth_result.txt"
},
"evaluation": {
"method": "xrd_data_compare",
"ground_truth": "ground_truth/smooth_result.txt",
"target_output": "agent_output/smooth_result.txt",
"tolerance": 0.0001
},
"tutorial_source": "教程(1) + 基础处理",
"notes": "重新采集,固定平滑点数=5"
}