Dan Allan
Dan Allan
We would need to make `table` a reserved word in the `data_keys` namespace of the event model.
Yes, that is a significant wrinkle in this. Now I'm think about "transparent" / "anonymous" child nodes again....
To summarize proposals so far: 1. Container nodes backed by multiple data sources 2. Just expose the extra layer of nesting (`table`, `array_detector1`, `array_detector2`, ...) to the user. 3. Mark...
I think (2) and (4) are strongest in my mind at the moment. Either reject the added complexity (2) or handle it explicitly (4) rather than making `containers` that sometimes...
This comes from Ophyd as part of the information reported by `describe()`. Alongside `dtype` and `shape`, it may optionally specify `dims`, a list of names, perhaps `["energy"]` in your case....
In discussions with @Kezzsim, we are going ahead with TypeSense, as an optional add-on in the same way that Prometheus is an optional add-on. I think that this will involve:...
All of above is up for a rethink, just meant as a quick sketch to highlight the relevant sections of the Tiled code that I can see will need to...
From discussion on 20 Feb: - The TypeSense ingestion (both at initialization and via the trigger) will ignore any nodes that do not meet some list of approved "specs" that...
https://github.com/bluesky/event-model/blob/main/event_model/schemas/run_start.json
```yaml # config.yml authentication: # The default is false. Set to true to enable any HTTP client that can # connect to _read_. An API key is still required to...