Add example parameters for streak finder and whitefield correction to README

This commit is contained in:
2025-06-25 09:22:14 +02:00
parent 12104e72ef
commit 02e15090cd

View File

@@ -268,7 +268,18 @@ Algorithms use input parameters specified in a JSON file provided to worker.py (
"roi_x1": [],
"roi_y1": [],
"roi_x2": [],
"roi_y2": []
"roi_y2": [],
"do_whitefield_correction": 1,
"wf_data_file": "/das/work/p22/p22263/whitefield/wf_div.h5",
"wf_method": "div",
"do_streakfinder_analysis": 1,
"sf_structure_radius": 10,
"sf_structure_rank": 2,
"sf_min_size": 7,
"sf_vmin": 75,
"sf_npts": 100,
"sf_xtol": 1.5
}
```