H5plot is a small GUI to view the solutions in an H5parm interactively. To run it directly, clone this repository and run as
python h5plot <h5parm>
This package is also installable through pip:
pip install --upgrade https://github.com/revoltek/losoto/archive/master.zip
pip install lofar-h5plot
After this, it can simply be run as:
h5plot <h5parm>
- Python >= 3.6.4
- LoSoTo 2.0
- Matplotlib
- Numpy
- PyQt5
These can be installed on Ubuntu through
apt-get install qt5-default libgl1-mesa-glx
pip install pyqt5 matplotlib
pip install --upgrade https://github.com/revoltek/losoto/archive/master.zip