From 351039d831af95a87dcaf1bff432c973a2569090 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 19 Oct 2025 12:40:04 +0200 Subject: [PATCH] updated readme --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d56609..1fb3457 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ python dap/worker.py --help usage: worker.py [-h] --backend_host BACKEND_HOST --backend_port BACKEND_PORT [--accumulator_host ACCUMULATOR_HOST] [--accumulator_port ACCUMULATOR_PORT] [--visualisation_host VISUALISATION_HOST] [--visualisation_port VISUALISATION_PORT] - [--peakfinder_parameters PEAKFINDER_PARAMETERS] [--skip_frames_rate SKIP_FRAMES_RATE] + [--config_file CONFIG_FILE] [--skip_frames_rate SKIP_FRAMES_RATE] -optional arguments: +options: -h, --help show this help message and exit --backend_host BACKEND_HOST --backend_port BACKEND_PORT @@ -54,11 +54,10 @@ optional arguments: --accumulator_port ACCUMULATOR_PORT --visualisation_host VISUALISATION_HOST --visualisation_port VISUALISATION_PORT - --peakfinder_parameters PEAKFINDER_PARAMETERS - json file with peakfinder parameters + --config_file CONFIG_FILE + json file with configuration parameters --skip_frames_rate SKIP_FRAMES_RATE skip (approximately) skip_frames_rate % of pulses - ``` The number of required workers varies based on detector size and algorithm complexity. @@ -72,11 +71,16 @@ Input parameters: ```bash python dap/accumulator.py --help usage: accumulator.py [-h] [--accumulator_host ACCUMULATOR_HOST] [--accumulator_port ACCUMULATOR_PORT] + [--bsread_host BSREAD_HOST] [--bsread_port BSREAD_PORT] + [--bsread_window BSREAD_WINDOW] -optional arguments: +options: -h, --help show this help message and exit --accumulator_host ACCUMULATOR_HOST --accumulator_port ACCUMULATOR_PORT + --bsread_host BSREAD_HOST + --bsread_port BSREAD_PORT + --bsread_window BSREAD_WINDOW ``` # Implemented algorithms