From c31e10a79f2747cc4558df083efb3aa6caad8673 Mon Sep 17 00:00:00 2001 From: ozerov_d Date: Wed, 22 Nov 2023 16:16:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 769177f..e76770d 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ options: * `'do_peakfinder_analysis': 1/0` - Specifies whether to execute the peakfinder8 algorithm. * `'beam_center_x/beam_center_y': float/float` - Represents the beam center coordinates in the detector space. * `'hitfinder_min_snr': float` - Signal-to-noise value used to differentiate between background and signal. - * `hitfinder_min_pix_count': float` - Sets the minimum pixel count required to constitute a peak. - * `hitfinder_adc_thresh: float` - Excludes pixels below this threshold from peak determination. + * `'hitfinder_min_pix_count': float` - Sets the minimum pixel count required to constitute a peak. + * `'hitfinder_adc_thresh': float` - Excludes pixels below this threshold from peak determination. * `'npeaks_threshold_hit': float` - Threshold on the number of discovered peaks to categorize a frame as a hit or not. Algorithm Output: