Update readme - streak finder now marks frames as hits

This commit is contained in:
2025-06-30 13:51:07 +02:00
parent 3e9da9aae5
commit fe23223887
+2 -1
View File
@@ -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**