Plot horizon distance from ranking statistics
1 unresolved thread
1 unresolved thread
Compare changes
Files
2- ChiWai Chan authored
horizon history from multiple ranking statistic files.
@@ -16,31 +16,58 @@
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 24 March 2025 starting at approximately 8:30am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
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.
horizon history from multiple ranking statistic files.