Pete R Jemian
Pete R Jemian
@jilavsky : You asked about this. For this to happen, `summarize_plan()` would have to keep track of the level in the plan stack at which a given Message object was...
Could be, but why tear down just to rebuild moments later? With the additional setup (metadata, subscriptions, callbacks), seems easier to keep `RE` alive, in this case under control of...
So exactly how does/will `bluesky.isbluskyplanfunction(obj)` work? How does it identify that the function has been decorated without creating the generator?
I'm thinking about the [`__wrapped__`](https://docs.python.org/3/library/functools.html#functools.update_wrapper) attribute in [`functools`](https://docs.python.org/3/library/functools.html).
Just as there is a difference between generators and generator functions, Tom has pointed out that a bluesky plan can be a list of Msg objects. We need to make...
+1 for mind-reading
I know @jilavsky is focused on LivePlot when used in an ipython session. He has experience with SPEC, which maintains a plot window with only the last plot shown. To...
Keep in mind that there is a maximum number of tabs that are reasonable for a tabbed window, depending on the window manager (Mac OS might be the most restrictive...
We closed BCDA-APS/apstools#133 as `wontfix` since this PR has stalled. A resolution of how to exclude `scan_id` from a run's metadata would be useful. As our [comment notes](https://github.com/BCDA-APS/apstools/pull/133#issuecomment-923116415), this capability...
Also, it is very useful to have the PeakStats to be evaluated from a `bp.scan()`, even when the LivePlot is disabled. Is this possible? Seems that the logic to detect...