BraggPrediction: Rotation settings removed from BraggPredictionSettings
This commit is contained in:
@@ -155,8 +155,7 @@ void IndexAndRefine::QuickPredictAndIntegrate(DataMessage &msg,
|
||||
.high_res_A = experiment.GetBraggIntegrationSettings().GetDMinLimit_A(),
|
||||
.ewald_dist_cutoff = ewald_dist_cutoff,
|
||||
.max_hkl = 100,
|
||||
.centering = outcome.symmetry.centering,
|
||||
.image_number = static_cast<int>(-msg.number)
|
||||
.centering = outcome.symmetry.centering
|
||||
};
|
||||
|
||||
auto nrefl = prediction.Calc(outcome.experiment, latt, settings_prediction);
|
||||
|
||||
@@ -15,12 +15,6 @@ struct BraggPredictionSettings {
|
||||
float ewald_dist_cutoff = 0.0005;
|
||||
int max_hkl = 100;
|
||||
char centering = 'P';
|
||||
|
||||
// Rotation parameters
|
||||
Coord rotation_axis = Coord(1, 0, 0);
|
||||
int image_number = 0;
|
||||
float wedge_size_deg = 0.1f;
|
||||
float mosaicity_deg = 0.1f;
|
||||
};
|
||||
|
||||
class BraggPrediction {
|
||||
|
||||
Reference in New Issue
Block a user