bluesky / hklpy

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

Implement the `br` command #255

Closed prjemian closed 10 months ago

prjemian commented 10 months ago

Users do not want to move the diffractometer when computing possible hkl positions.

prjemian commented 10 months ago

Reminder:

SPEC hklpy description
br h k l DIFFRACTOMETER.move(h, k, l) move the diffractometer motors to the given $h, k, l$
ca h k l cahkl(h, k, l) prints out the calculated motor settings for the given $h, k, l$
or_swap or_swap() exchange the primary and secondary orientation reflections

Also update the quick reference table in https://blueskyproject.io/hklpy/user.html. (Issue #246)

@strempfer: For now, use the DIFFRACTOMETER.user.cahkl(h, k, l) command.

prjemian commented 10 months ago

Duplicate: