Skip to content

Releases: tikk3r/lofar-h5plot

v2.9.4

Choose a tag to compare

@tikk3r tikk3r released this 05 Jun 11:28

Bugfixes

  • Fix time diff and frequency diff having the opposite effect in all-station plot.

v2.9.2

Choose a tag to compare

@tikk3r tikk3r released this 04 Feb 13:03

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

Choose a tag to compare

@tikk3r tikk3r released this 22 Jul 11:25
57575f0

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

Choose a tag to compare

@tikk3r tikk3r released this 15 May 16:22
1e6ff69

Updates

  • Add option to iterate over directions.

v2.8.0

Choose a tag to compare

@tikk3r tikk3r released this 11 Oct 09:20
735b95f

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

Choose a tag to compare

@tikk3r tikk3r released this 05 May 12:01

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

Choose a tag to compare

@tikk3r tikk3r released this 11 Apr 14:54
643d44f

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

Choose a tag to compare

@tikk3r tikk3r released this 07 Mar 19:56
aadd48b

Updates

  • Plots adapt to the size of the window

Extravagant Eclaire

Choose a tag to compare

@tikk3r tikk3r released this 03 Dec 00:31
36656f1

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

Choose a tag to compare

@tikk3r tikk3r released this 30 Jul 09:34

Bugfixes

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