Skip to content

Releases: tikk3r/lofar-h5plot

v2.9.2

04 Feb 13:03

Choose a tag to compare

Bugfixes

  • Fix phases being upside down in all-station plots (#38).
  • Fix weights not being used in all-station plots (#39).
  • Fix weights being lost when cycling through antennas in waterfall mode (#39).
  • Remove NumPy 1 restriction.

Updates

  • Default refant to ST001 if it exists
  • Add cross-hand polarisation difference plot

v2.9.1

22 Jul 11:25
57575f0

Choose a tag to compare

Updates

  • Do not reorder data again if solset or soltab hasn't changed after using the dropdown menus.
  • Remove deprecated matplotlib calls.

Bugfixes

  • Fix a bug where phases were not wrapped when plotting all stations.

v2.9.0

15 May 16:22
1e6ff69

Choose a tag to compare

Updates

  • Add option to iterate over directions.

v2.8.0

11 Oct 09:20
735b95f

Choose a tag to compare

Updates

  • Add option to plot all stations in case of waterfall plots.

Bugfixes

  • Disable diffs when plotting weights.
  • Don't keep the main window on top.
  • Wrap diffs of phase quantities properly (fixes #22).
  • Remove unused text that clashed with single-polarisation h5parms.

v2.7.0

05 May 12:01

Choose a tag to compare

Updates

  • Add option to plot weights.
  • Add option to plot the forward difference along time and frequency axes.
  • Add option to plot the XX-YY polarisation difference.
  • Add a scrollbar for easier navigation.
  • Plots now grow with window size.

Bugfixes

  • Don't set flagged solutions to NaN (confusing for when solutions are actually NaN).

v2.6.2

11 Apr 14:54
643d44f

Choose a tag to compare

Updates

  • Irregular h5parms with gaps between data are now padded when plotting waterfall plots. Irregularity is determined based on the first two time and frequency slots.
  • Fixed a bug where switching between polarisation cleared the plot title.

v2.6.1 - Extravagant Eclaire

07 Mar 19:56
aadd48b

Choose a tag to compare

Updates

  • Plots adapt to the size of the window

Extravagant Eclaire

03 Dec 00:31
36656f1

Choose a tag to compare

Main feature update in this release is the addition of antenna iteration. This allows one to browse the various antennas at the given time or frequency slot that is being displayed.

Updates

  • Add help message
  • Added some potentially exotic cases to reference station use
  • Added iteration over antennas in plot windows
  • Disable anti-aliasing for waterfall plots

Bugfixes

  • Fixed phases not being referenced properly for phase soltab without polarization and direction axis.
  • Fixed crash when attempting waterfall plot for unsupported solution types
  • Fixed waterfall plot for polalign soltabs
  • Fixed waterfall plots for Nx1 or 1xN arrays

Daft Dragonfly

30 Jul 09:34

Choose a tag to compare

Bugfixes

  • Fix weights not being passed for TEC like solutions (i.e. no frequency axis).

Daft Dragonfly

29 Jul 20:03
92c2f73

Choose a tag to compare

Updates

  • Flagged slots are now plotted as red vertical lines in 1D plots and white squares in 2D plots.
  • UI has minimize, maximize and close buttons on plots.
  • Plots will now scale with window size.

Bugfixes

  • Fix waterfall plots not having the correct orientation.
  • Fix waterfall plots not handling scalar quantities correctly.