Skip to content
Snippets Groups Projects

Plot horizon distance from ranking statistics

Merged ChiWai Chan requested to merge plot_psd_horizon into master
1 unresolved thread
2 files
+ 6
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -90,7 +90,7 @@ if args.workflow in set(("full", "filter", "rerank")):
triggers, pdfs = dag.compute_far(triggers, pdfs)
dag.plot_horizon_distance(ref_psd)
dag.plot_horizon_distance(dist_stats)
dag.plot_summary(triggers, pdfs)
dag.plot_background(triggers, pdfs)
dag.plot_sensitivity(triggers)
@@ -126,7 +126,7 @@ elif args.workflow == "injection":
triggers, pdfs = dag.compute_far(triggers, pdfs)
dag.plot_horizon_distance(ref_psd)
dag.plot_horizon_distance(dist_stats)
dag.plot_summary(triggers, pdfs)
dag.plot_background(triggers, pdfs)
dag.plot_sensitivity(triggers)
Loading