Improvements in building Jungfraujoch
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "DiffractionExperiment.h"
|
||||
#include "JFJochException.h"
|
||||
#include "RawToConvertedGeometry.h"
|
||||
#include "../fpga/include/jfjoch_fpga.h"
|
||||
#include "../fpga/pcie_driver/jfjoch_fpga.h"
|
||||
|
||||
using namespace std::literals::chrono_literals;
|
||||
|
||||
@@ -66,7 +66,7 @@ DiffractionExperiment::DiffractionExperiment(const DetectorSetup& det_setup)
|
||||
|
||||
mode = DetectorMode::Conversion;
|
||||
|
||||
max_spot_count = 100;
|
||||
max_spot_count = MAX_SPOT_COUNT;
|
||||
}
|
||||
|
||||
// setter functions
|
||||
|
||||
Reference in New Issue
Block a user