Plot horizon distance from ranking statistics
This MR will change the horizon distance plotting program in the DAG: instead of creating one horizon distance plot from reference PSDs, the new program create the horizon distance from the ranking statistic for each template bank bin. The main changes that affect the DAG workflow are summarized below:
-
gstlal_inspiral_pipe
: change plotting program fromgstlal_plot_psd_horizon
togstlal_inspiral_plot_rankingstats_horizon
(previously calledgstlal_inspiral_plot_psd_horizon
which does not accurately describe what it actually does, also see miscellaneous changes below). -
inspiral.py
: update thehorizon_dist_layer
for the new plotting program. -
gstlal_inspiral_summary_page
: horizon distances plots are put inside a new UI component (report.ImagePagination
) so that all the plots will not be fetched at the same time and can be paginated. - make the above changes to new style DAG workflow as well.
Miscellaneous changes:
- add new plotting module called
horizon.py
- update the
gstlal_plot_psd_horizon
to usehorizon.py
module, - renamed
gstlal_inspiral_plot_psd_horizon
-->gstlal_inspiral_plot_rankingstats_horizon
Note: this MR depends on gstlal-visualisation/ligo-scald!36 (merged), it's better not to merged before that request has been merged.
Edited by ChiWai Chan