Skip to content

Commit

Permalink
Add additional columns to refinement reflections.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Mar 20, 2024
1 parent b096e0b commit b85fec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dials/algorithms/refinement/refiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ def _filter_reflections(reflections):
"flags",
"shoebox",
"delpsical.weights",
"wavelength",
"wavelength_cal",
"s0",
]
# NB xyzobs.px.value & xyzcal.px required by SauterPoon outlier rejector
# NB delpsical.weights is used by ExternalDelPsiWeightingStrategy
Expand Down

0 comments on commit b85fec4

Please sign in to comment.