Merge branch 'main' into developer

This commit is contained in:
Erik Fröjdh
2025-04-01 14:35:27 +02:00
committed by GitHub
6 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,7 @@
namespace aare {
//TODO! Legacy enums, migrate to enum class
typedef enum {
cBottomLeft = 0,
@ -90,6 +91,8 @@ class ClusterFile {
*/
ClusterVector<int32_t> read_clusters(size_t n_clusters);
ClusterVector<int32_t> read_clusters(size_t n_clusters, ROI roi);
/**
* @brief Read a single frame from the file and return the clusters. The
* cluster vector will have the frame number set.
@ -146,5 +149,4 @@ Eta2 calculate_eta2(Cluster3x3 &cl);
Eta2 calculate_eta2(Cluster2x2 &cl);
} // namespace aare