MXAnalysisWithoutFPGA: Azimuthal integration moved to spot finder

This commit is contained in:
2026-04-22 13:37:11 +02:00
parent 9338a876fd
commit b63d7eb6cb
5 changed files with 36 additions and 32 deletions
@@ -7,9 +7,7 @@
#include <cstddef>
#include "../common/CompressedImage.h"
#include "../common/DiffractionExperiment.h"
#include "../common/AzimuthalIntegration.h"
#include "../common/PixelMask.h"
#include "../common/AzimuthalIntegrationProfile.h"
struct ImageStatistics {
size_t error_pixel_count = 0;
@@ -33,6 +31,4 @@ public:
std::vector<int32_t> &processed_image);
ImageStatistics Analyze(const uint8_t *decompressed_image, CompressedImageMode image_mode);
void AzimIntegration(const AzimuthalIntegration &integration, AzimuthalIntegrationProfile &profile);
};