From fe23223887708cdb3b3717b1490560c87abc9bb7 Mon Sep 17 00:00:00 2001 From: Lisa Dorofeeva Date: Mon, 30 Jun 2025 13:51:07 +0200 Subject: [PATCH] Update readme - streak finder now marks frames as hits --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3ee580..e792a3a 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ options: * `'number_of_streaks': int` - Indicates the count of identified streaks. * `'streak_lengths': list[float]` - Provides the lengths of identified streaks. * `'bragg_counts': list[float]` - Provides the intensity sum within identified streaks. - * `'streaks': 4*list[float]` - Provides coordinates of the identified streaks: x0, y0, x1, y1 + * `'streaks': 4*list[float]` - Provides coordinates of the identified streaks: x0, y0, x1, y1. + * `'is_hit_frame': True/False` - Marks whether a frame qualifies as a hit based on the number of identified streaks. * **Radial Profile Integration**