{ "id": "user-guide_task5", "snapshot": "imagej", "instruction": "在 ImageJ 中,通过 Analyze → Tools → Curve Fitting 对数据拟合二次多项式,并将最大迭代次数设为 100。", "source": "custom", "config": [ { "type": "launch", "parameters": { "command": [ "C:\\ImageJ\\ImageJ.exe" ] } }, { "type": "sleep", "parameters": { "seconds": 5 } } ], "trajectory": "trajectories/", "related_apps": [ "imagej" ], "evaluator": { "postconfig": [ { "type": "sleep", "parameters": { "seconds": 3 } } ], "func": "vllm_eval" }, "proxy": false, "fixed_ip": false, "possibility_of_env_change": "low", "metadata": { "input_files": [], "steps": "1. 在菜单栏点击 Analyze → Tools → Curve Fitting。\n2. 在弹出的对话框中,从 Function 下拉菜单选择 '2nd Degree Polynomial'。\n3. 点击 Fit 按钮。\n4. 在 Simplex Fitting Options 中,将 Maximum number of iterations 设置为 100。\n5. 点击 OK 按钮完成拟合。" } }