CreateBraggPrediction: No rotation for now
This commit is contained in:
@@ -28,7 +28,7 @@ double stddev(const std::vector<float> &v) {
|
||||
MXAnalysisAfterFPGA::MXAnalysisAfterFPGA(const DiffractionExperiment &in_experiment, IndexAndRefine &indexer)
|
||||
: experiment(in_experiment),
|
||||
indexer(indexer),
|
||||
prediction(CreateBraggPrediction(in_experiment.IsRotationIndexing())) {
|
||||
prediction(CreateBraggPrediction()) {
|
||||
if (experiment.IsSpotFindingEnabled())
|
||||
find_spots = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user