MXAnalysisWithoutFPGA: Azimuthal integration moved to spot finder
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user