An open API service indexing awesome lists of open source software.

https://github.com/bcda-aps/gemviz

Data visualization for tiled
https://github.com/bcda-aps/gemviz

bluesky hacktoberfest python tiled

Last synced: 6 months ago
JSON representation

Data visualization for tiled

Awesome Lists containing this project

README

          

# gemviz

Python Qt5 application to visualize Bluesky data from tiled server.

GH tag | GH release | PyPI | conda-forge
--- | --- | --- | ---
[![tag](https://img.shields.io/github/tag/BCDA-APS/gemviz.svg)](https://github.com/BCDA-APS/gemviz/tags) | [![release](https://img.shields.io/github/release/BCDA-APS/gemviz.svg)](https://github.com/BCDA-APS/gemviz/releases) | [![PyPi](https://img.shields.io/pypi/v/gemviz.svg)](https://pypi.python.org/pypi/gemviz) | [![conda-forge](https://img.shields.io/conda/vn/conda-forge/gemviz)](https://anaconda.org/conda-forge/gemviz)

Python version(s) | Unit Tests | Code Coverage | License
--- | --- | --- | ---
[![Python version](https://img.shields.io/pypi/pyversions/gemviz.svg)](https://pypi.python.org/pypi/gemviz) | [![Unit Tests](https://github.com/BCDA-APS/gemviz/workflows/Unit%20Tests%20%26%20Code%20Coverage/badge.svg)](https://github.com/BCDA-APS/gemviz/actions/workflows/unit_tests.yml) | [![Coverage Status](https://coveralls.io/repos/github/BCDA-APS/gemviz/badge.svg?branch=main)](https://coveralls.io/github/BCDA-APS/gemviz?branch=main) | [![license: ANL](https://img.shields.io/badge/license-ANL-brightgreen)](/LICENSE.txt)

## Goals

- minimum: PyQt app that can select runs, show line charts
- ideal: add database filters, config file, autodetect data types, and representations
- stretch: data visualization integrate with https://github.com/BCDA-APS/qs-web2023

## Web Links

- https://github.com/bluesky/tiled
- https://github.com/bluesky/bluesky-widgets
- [Tiled Python Client Demonstration](https://github.com/BCDA-APS/bdp-tiled/blob/main/demo_client.ipynb) - shows the JSON API between tiled server and client
- [Tiled Python Client Python API](https://github.com/BCDA-APS/bdp-tiled/blob/main/pyapi_client.py) - terse example using `tiled.client` libary

## How to run this code?

First said, this software application is pre-release and may contain significant unhandled
bugs. Please [report any you encounter](https://github.com/BCDA-APS/gemviz/issues/new) or
feature requests, too.

Suggested installation for developers is to use
`pip` with its *editable* mode:

This project is still in development.
We have [plans for production
release](https://github.com/orgs/BCDA-APS/projects/6).
Until the production release, you should run `gemviz`
as would a developer by following the [installation](file:///home/prjemian/Documents/projects/BCDA-APS/gemviz/docs/build/html/install.html) instructions.

The gemviz package is now available on [PyPI](https://pypi.org/project/gemviz/)
and [conda-forge](https://anaconda.org/conda-forge/gemviz). A Development
version for either can be installed with one of these commands:

```bash
conda install conda-forge::gemviz
pip install gemviz
```

## Acknowledgements

We'd like to thank the [GEM fellow program](https://www.gemfellowship.org/) for sponsoring
an intern fellowship for the development of this software at the Advanced Photon Source.

"This product includes software produced by UChicago Argonne, LLC
under Contract No. DE-AC02-06CH11357 with the Department of Energy."