diff --git a/README.md b/README.md index bfe38e4..9d6b375 100644 --- a/README.md +++ b/README.md @@ -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 + } ```