tiled
tiled copied to clipboard
This is an experimental prototype.
https://gist.github.com/danielballan/1bfb0576781c5671e3b97af2ebafcfa1
It's now possible to build Grafana dashboards for Tiled. As is usual with Grafana, the dashboards need to be designed by hand using Grafana's web UI. It would be convenient...
As is, partial UID lookup in databroker issues two GET requests: ``` In [28]: bmm['0620080c'] 12:22:57.549 -> GET 'https://tiled.nsls2.bnl.gov/search/bmm?fields=&filter%5Bpartial_uid%5D%5Bcondition%5D%5Bpartial_uids%5D=0620080c&sort=time' 'host:tiled.nsls2.bnl.gov' 'accept:application/x-msgpack' 'accept-encoding:gzip,blosc' 'connection:keep-alive' 'user-agent:python-httpx/0.18.2' 'x-base-url:https://tiled.nsls2.bnl.gov/' 'cookie:tiled_csrf=pRAk_6pglPK6UE_if6KLWLs_W1TmJyCgqX7MC_X5UyI' 'authorization:[redacted]' 12:22:57.598 GET 'https://tiled.nsls2.bnl.gov/search/bmm?page%5Boffset%5D=0&page%5Blimit%5D=1&filter%5Bpartial_uid%5D%5Bcondition%5D%5Bpartial_uids%5D=0620080c&sort=time'...
This will enable Tiled client code to drop in alongside h5py code. This is of interest to Molecular Foundry and seems also relevant to the SCIPP work. Is all we...
The project [msgspec](https://github.com/jcrist/msgspec) offers a 2-4X speedup over msgpack. It's a newer project, but the cost of switching seems low, and it would be easy to switch back if we...
"How long will this node take to download?" users may want to know. We could measure empirically the data rate from previous requests and provide an estimated download time based...
A great (BSD3-licensed) example we can work from is https://github.com/jupyterhub/grafana-dashboards.
Currently, the basic usage ``` tiled serve directory ... ``` does not support TIFF sequences. You need a configuration like ```yaml # config.yml trees: - tree: files path: / args:...
Official parser with Python bindings is in https://github.com/XraySpectroscopy/XAS-Data-Interchange
* `GET /assets/manifest/{path}` --- List of underling resources and, if applicable and enabled by server config, their local paths on the local filesystem (which the client may or may not...