Improvements before MAX IV test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user