MXAnalysis: Generate rotation prediction properly
This commit is contained in:
@@ -26,11 +26,11 @@ double stddev(const std::vector<float> &v) {
|
||||
|
||||
|
||||
MXAnalysisAfterFPGA::MXAnalysisAfterFPGA(const DiffractionExperiment &in_experiment, IndexAndRefine &indexer)
|
||||
: experiment(in_experiment), indexer(indexer) {
|
||||
: experiment(in_experiment),
|
||||
indexer(indexer),
|
||||
prediction(CreateBraggPrediction(in_experiment.IsRotationIndexing())) {
|
||||
if (experiment.IsSpotFindingEnabled())
|
||||
find_spots = true;
|
||||
|
||||
prediction = CreateBraggPrediction();
|
||||
}
|
||||
|
||||
void MXAnalysisAfterFPGA::ReadFromFPGA(const DeviceOutput *output, const SpotFindingSettings &settings, size_t module_number) {
|
||||
|
||||
Reference in New Issue
Block a user