Streak Finder algorithm for CBD experiment #2

Merged
augustin_s merged 46 commits from ext-dorofe_e/dap:chapman into main 2025-07-14 11:18:07 +02:00
Showing only changes of commit 02e15090cd - Show all commits

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
}
```