Skip to content

Commit

Permalink
Add python wrapper for all_reflections_for_asu
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Jul 18, 2024
1 parent 485c695 commit 827ea15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dials/algorithms/spot_prediction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,6 @@ def for_ub(self, ub):

def for_reflection_table(self, reflections, UB):
return self.predictor.for_reflection_table(reflections, UB)

def all_reflections_for_asu(self, phi):
return self.predictor.all_reflections_for_asu(float(phi))

0 comments on commit 827ea15

Please sign in to comment.