Andi Barbour
Andi Barbour
Some features available in earlier version of data broker V1 methodology are missing now in `databroker version 1.2.3`. Whether or not this was a design choice is not clear to...
I use the search keys function in `db()` to setup a big batch of header to then automate analysis. When it fails in the search phase, I have no idea...
For the code below, Shift+Enter is needed twice for the cell containing the last line of the input code below. This is also the case if PVs are changed or...
Please see the notebook example in which 3 PVs are requested simulatentously. The PVs are returned in what seems be an object that all three are inside for each timestamp....
AreaDetector for the instance of the FastCCD did not return to the Acquire signal being 1 (triggering). THis was the case before the scan and should be the case after....
For a databroker V1 search like `db(since = '2022-05-25 0:00:00', until = '2022-05-28 08:29:00',)` , i can understand easily how to adjust the time range to exclude by using the...
CODE TO REPRODUCE: ```python import tiled ### to get version later from databroker.queries import TimeRange from tiled.client import from_uri c = from_uri("https://tiled-demo.blueskyproject.io/api") csx = c["csx"]["raw"] runs = csx.search(TimeRange(since = "2022-02-10...
In our implementation, tab and up arrow do not function as expected. It would be great if the tab key completed commands or file paths and if the up arrow...
In trying to revert locally to a desired behavior, see **Expected Behavior** below, we notices that the xlabel was absent from LivePlot when 5 or more detector signals are plotted....
We have custom plans that move diffractometer motors during an energy scan (incident wavelenght), in order to measure the same real space length scale (ie fixed Q). Right now, LivePlot...