Mark Wolfman
Mark Wolfman
The lineup plan (``apstools.plans.alignment.lineup``) uses a best effort callback to capture results, either through the *bec* argument or from the ipython shell namespace. Either way, it calls ``bec.enable_plots()``. This is...
Ophyd-async is expected to hit release 1.0 in the next six months or so. APStools does not have support for ophyd-async yet. This issue is meant to hold candidate devices...
I implemented an ophyd-async device for our ion chambers, and am using ``Msg("trigger", ion_chamber)`` to trigger it for normal data acquisition, and ``Msg("trigger", ion_chamber, record_dark_current=True)`` to trigger the device so...
I have ophyd-async EpicsMotor devices that produce the following datakey in their configurations. ``` 'sim_motor_2-user_offset': {'dtype': 'number', 'shape': [], 'dtype_numpy': '
When I search in a non-HTTP client created from a tree instance, the Contains query return an empty set, where if I run the same search using `Eq`, then I...