Skip to content

Commit

Permalink
Merge pull request #47 from toastisme/tof_outlier_rejection
Browse files Browse the repository at this point in the history
Change default outlier rejection for tof data during refinement to mcd.
  • Loading branch information
toastisme committed Mar 13, 2024
2 parents 6c72aa7 + 926324b commit e14b321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dials/command_line/refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ def run_dials_refine(experiments, reflections, params):
# Similarly, keep track of sparse to reset that for scan-varying macrocycle
sparse = params.refinement.parameterisation.sparse

if experiments.all_tof_experiments():
print(params.refinement.reflections.outlier)
params.refinement.reflections.outlier.algorithm = "mcd"
if params.n_static_macrocycles == 1:
refiner, reflections, history = run_macrocycle(params, reflections, experiments)
experiments = refiner.get_experiments()
Expand Down

0 comments on commit e14b321

Please sign in to comment.