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:
Replace hardcoded column names with x_label and y_label
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:
x_label
andy_label