lofar-h5plot

The spiritual successor to ParmDBplot for quickly reviewing gain solutions generated by NDPPP.


License
GPL-3.0
Install
pip install lofar-h5plot==2.3.6

Documentation

LOFAR H5plot

Pylint GitHub DOI


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>

Screenshot

Requirements

  • 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