https://github.com/slaclab/psmon
Remote data visualization tool used at LCLS for online analysis/monitoring
https://github.com/slaclab/psmon
Last synced: about 1 year ago
JSON representation
Remote data visualization tool used at LCLS for online analysis/monitoring
- Host: GitHub
- URL: https://github.com/slaclab/psmon
- Owner: slaclab
- License: other
- Created: 2017-02-23T21:41:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T03:28:23.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:25:31.021Z (about 1 year ago)
- Language: Python
- Size: 84 KB
- Stars: 6
- Watchers: 21
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# psmon
psmon is a remote and local data visualization tool used at LCLS for online
analysis/monitoring developed originally to work with LCLS psana analysis
framework. ZeroMQ is used as the data trasport layer and it provides two
different rendering clients based on matplotlib and pyqtgraph.
# Requirements
* Python 2.7 or 3.5+
* ipython
* pyzmq
* numpy
* matplotlib
* pyqtgraph
If you wish to use the pyqtgraph based rendering client for plots/images then
one of PyQt4, PyQt5, or PySide will need to be available in your python
environment.