Update readme - streak finder now marks frames as hits
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user