databroker icon indicating copy to clipboard operation
databroker copied to clipboard

Unified API pulling data from multiple sources

Results 112 databroker issues
Sort by recently updated
recently updated
newest added

https://github.com/intake/intake/pull/526, which is not yet released, made some intentionally backward-incompatible changes. We'll need to address that one way or another. In the mean time, our CI build against intake `master`...

Getting this error when creating a databroker instance: ``` (bluesky_2020_9) prjemian@poof ~/.../use_bluesky/python_installation $ ipython Python 3.8.2 (default, Mar 26 2020, 15:53:00) Type 'copyright', 'credits' or 'license' for more information IPython...

BlueskyRun inherits from Catalog. RemoteBlueskyRun, despite the name, does not inherit from BlueskyRun, rather from RemoteCatalog. In Xi-CAM, we have an issue where the Preview panel fails to paint when...

It would be useful to develop a variation on https://github.com/bluesky/databroker/pull/562 that collected documents from multiple runs (using `event_model.RunRouter` internally) and put them in a `Catalog` in memory. This may lead...

Prompted by NSLS-II Users' Meeting discussion

archiver

```py query = TimeRange(since='2019-10-01', until='2019-10-15') --------------------------------------------------------------------------- UnknownTimeZoneError Traceback (most recent call last) in ----> 1 query = TimeRange(since='2019-10-01', until='2019-10-15') 2 beamline = beamline.search(query) 3 len(beamline) /srv/conda/envs/notebook/lib/python3.7/site-packages/databroker/queries.py in __init__(self, since, until,...

From #523: This also prompts the question, "What should Document(...).copy() do? "Currently we do not override it, so it falls back to dict.copy() returns a plain dict with a shallow...

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...

archiver

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....

archiver