Pete R Jemian
Pete R Jemian
We need to make our documentation more modular so we do not repeat the explanation of similar concepts, such as: - [ ] #945 - [ ] #946 - [...
Update of [`sscan_1D`](https://github.com/BCDA-APS/apstools/blob/2ec146d1a8b0fd13c2915dbba0d60feea23182de/apstools/plans/sscan_support.py#L44) is not necessary for this issue. But, it is worthwhile to replace (or create a new `sscan_step_1d()` plan that accepts a list of: - detectors - triggers...
Need ophyd-style support for the X-ray filters used by the SSM group (previously used at 33ID-D) for use at 28ID. The .db files (`synApps_6_2_1/support/optics-R2-13-5/opticsApp/Db/`). > There are 4 filter*.db files...
Ray Conley (@rconley) suggest that we have a GUI tool to browse the available signals, devices, and associated PVs and edit them in real time. Can search by partial names...
@cpchuang asks > [4:21 PM] Chuang, Andrew Chihpin > Do we have a mechanism to quickly restore ALL PV value of a device ? > [4:22 PM] Chuang, Andrew Chihpin...
Current [plans in ophyd v2](https://github.com/bluesky/ophyd/blob/215bd0a43c1240788e176a67f30b9746321e2023/ophyd/v2/epics.py#L260-L266) call for initial integration with [p4p](https://mdavidsaver.github.io/p4p/): ```py class EpicsTransport(Enum): """The sorts of transport EPICS support""" #: Use Channel Access (using aioca library) ca = ChannelCa...
Note also that Slit2 GUI support in the [GP IOC](https://github.com/prjemian/epics-docker/pull/55#issuecomment-1498151768) is not [`2slit.db`](https://github.com/epics-modules/optics/blob/master/opticsApp/Db/2slit.db) but fits the [2slit_soft.vdb](https://github.com/epics-modules/optics/blob/master/opticsApp/Db/2slit_soft.vdb) database. These two databases are different, the device support here may also need...