Initial commit
This commit is contained in:
22
tasks/background_001/task.json
Normal file
22
tasks/background_001/task.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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": "使用自动背景扣除方法(固定参数)"
|
||||
}
|
||||
Reference in New Issue
Block a user