Plot horizon distance from ranking statistics
1 unresolved thread
1 unresolved thread
Compare changes
Files
11+ 3
− 38
@@ -22,13 +22,8 @@
@@ -44,35 +39,5 @@ def parse_command_line():
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 from gstlal_plot_psd_horizon
to gstlal_inspiral_plot_rankingstats_horizon
(previously called gstlal_inspiral_plot_psd_horizon
which does not accurately describe what it actually does, also see miscellaneous changes below).inspiral.py
: update the horizon_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.Miscellaneous changes:
horizon.py
gstlal_plot_psd_horizon
to use horizon.py
module,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.