Improvements before MAX IV test

This commit is contained in:
2024-04-25 20:11:58 +02:00
parent 2c8e1fd83d
commit ea70b27e85
80 changed files with 1835 additions and 1781 deletions

View File

@@ -6,7 +6,7 @@
#include "../writer/HDF5Writer.h"
#include "../receiver/FrameTransformation.h"
#include "../common/RawToConvertedGeometry.h"
#include "../jungfrau/JFCalibration.h"
#include "../common/PixelMask.h"
#include "../writer/HDF5NXmx.h"
int main(int argc, char **argv) {
@@ -100,9 +100,9 @@ int main(int argc, char **argv) {
StartMessage start_message;
x.FillMessage(start_message);
JFCalibration calib(x);
auto pixel_mask = calib.CalculateNexusMask(x, 0);
PixelMask calib(x);
auto pixel_mask = calib.GetMask(x);
{
size_t xpixel = x.GetXPixelsNum();
size_t ypixel = x.GetYPixelsNum();