bluesky / hklpy

Diffractometer computation library with ophyd pseudopositioner support
https://blueskyproject.io/hklpy
BSD 3-Clause "New" or "Revised" License
3 stars 11 forks source link

DOC add_reflection(h,k,l) will use current positions #219

Open prjemian opened 2 years ago

prjemian commented 2 years ago

Note in the documentation that add_reflection(h,k,l) will use the current positions if positions=None (the default): https://github.com/bluesky/hklpy/blob/906f00e7044449d6bcee6a5347f70efcf628003b/hkl/sample.py#L301-L320