Skip to content

Commit

Permalink
Add IFO to fits plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Aug 8, 2024
1 parent ba4c13f commit 397b1cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/live/pycbc_live_supervise_collated_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ def plot_fits(
]
fits_plot_arguments += sv.dict_to_args(plot_fit_options)

title = "Fit parameters for pycbc-live, triggers from " + day_title_str
title = "Fit parameters for pycbc-live, triggers from {}, {}".format(
ifo,
day_title_str
)
if smoothed == True:
title += ', smoothed'
fits_plot_arguments += ['--title', title]
Expand Down

0 comments on commit 397b1cd

Please sign in to comment.