updated readme
This commit is contained in:
16
README.md
16
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
|
||||
|
||||
Reference in New Issue
Block a user