Skip to content

Commit

Permalink
DOC #195
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 15, 2021
1 parent 3cadd1b commit 07e38b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hkl/diffract.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class Diffractometer(PseudoPositioner):
~_set_constraints
~_update_calc_energy
This has a corresponding calculation engine from **hklpy** that does
forward and inverse calculations.
Expand Down Expand Up @@ -98,6 +97,10 @@ class (using `calc_kw`) to instantiate a new one.
(as used in `hkl.diffract.Diffractometer`), `calc_inst` must be
specified upon initialization.
max_forward_iterations : integer (default 100)
Maximum allowed number of iterations in the ``forward()``
method before failing to find a forward() solution.
See Also
--------
:class:`~hkl.geometries.E4CH`
Expand Down

0 comments on commit 07e38b5

Please sign in to comment.