Skip to content

Commit

Permalink
Fix partiality calc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Sep 6, 2023
1 parent 414a5f2 commit 2480146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dials/algorithms/integration/integrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def calculate_stills_rs_partiality(reflections, experiments):

def stills_rs_partiality(reflection_table, experiment):
ORI = crystal_orientation(experiment.crystal.get_A(), True)
DEFF = 2.0 * experiment.crystal.get_domain_size_ang()
DEFF = experiment.crystal.get_domain_size_ang()
# ETA = 2.0 * experiment.crystal.get_half_mosaicity_deg() * math.pi / 180.0
# DVEC = ORI.unit_cell().d(reflection_table["miller_index"])

Expand Down

0 comments on commit 2480146

Please sign in to comment.