askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

plot_eta_v_bokeh incorrectly handling integrated flux #382

Closed ddobie closed 2 years ago

ddobie commented 2 years ago

Users can plot an eta-V plot using integrated flux values using Pipeline._plot_eta_v_bokeh(use_int_flux=True). However, the histograms displayed on the plot will only show the peak flux values, because the column names are hardcoded into the calculations.

Fix: