Skip to content

Commit

Permalink
MNT #302 add support for users
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 28, 2023
1 parent 3456add commit 20d6a43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hkl/diffract.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class Diffractometer(PseudoPositioner):
~undo_last_constraints
~pa
~wh
~geometry_table
PRIVATE API
Expand Down Expand Up @@ -834,3 +835,7 @@ def wh(self, printing=True):
print(table)

return table

def geometry_table(self):
"""Print a table describing this diffractometer geometry."""
self.calc.geometry_table()

0 comments on commit 20d6a43

Please sign in to comment.