MWATelescope / mwa_hyperdrive

Calibration software for the Murchison Widefield Array (MWA) radio telescope
https://MWATelescope.github.io/mwa_hyperdrive
Mozilla Public License 2.0
69 stars 3 forks source link

Feature request: Allow user to specify dimensions of solutions plots #20

Closed robotopia closed 9 months ago

robotopia commented 1 year ago

The aspect ratio of the plots can sometimes obscure the quality of the solutions.

Example, a solution plotted with hyperdrive...

hyperdrive_1346649040_sols_phases

...and the same solution plotted with aocal_plot.py:

hyperdrive_1346649040_sols_phase

These solutions are not great, but you need the extra height to see the wiggles and bumps clearly.

d3v-null commented 1 year ago

Interesting! Thanks for the feedback. We're working on a new release coming soon that will allow you to specify the number of columns and rows in the plot, which should make this a bit nicer, so watch out for that when it's ready. https://github.com/MWATelescope/mwa_hyperdrive/blob/6b7dcdb1316719f0732eab702bf865548b473dc7/src/cli/solutions/plot/mod.rs#L47

cjordan commented 9 months ago

Fixed by 9ceaea6f