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
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -143,8 +143,8 @@ injrecovery += report.ImageGrid("Effective Spin Accuracy", grid_size=3, footer="
injrecovery += report.ImageGrid("SNR Recovery", grid_size=3, footer="Injected expected SNR vs recovered SNR").glob(os.path.join(opts.glob_path, '*2_SNR_*.png'))
#imgfooter = "This is the distance at which you should see a 1.4 1.4 Msun binary at SNR 8. The first panel shows the time evolution of the horizon distance and the second panel shows the same information in histogram form."
#injrecovery += report.ImageGrid("Horizon distance", grid_size=1, footer=imgfooter).glob(os.path.join(opts.glob_path, '*HORIZON*.png'))
imgfooter = "This is the distance at which you should see a 1.4 1.4 Msun binary at SNR 8. The first panel shows the time evolution of the horizon distance and the second panel shows the same information in histogram form."
injrecovery += report.ImagePagination("Horizon distance", footer=imgfooter).glob(os.path.join(opts.glob_path, 'horizon_distance/*HORIZON*.png'))
#
# Add injection missed / found content
@@ -367,8 +367,8 @@ tabledata = load_json(glob.glob(f'{opts.glob_path}/*-GSTLAL_INSPIRAL_PLOT_SUMMAR
summary += report.Table('Search Summary').save(tabledata, opts.webserver_dir+'_lite')
## Include horizon distance plots
#imgfooter = "This is the distance at which you should see a 1.4 1.4 Msun binary at SNR 8. The first panel shows the time evolution of the horizon distance and the second panel shows the same information in histogram form."
#summary += report.ImageGrid("Horizon distance", grid_size=1, footer=imgfooter).glob(os.path.join(opts.glob_path, '*HORIZON*.png'))
imgfooter = "This is the distance at which you should see a 1.4 1.4 Msun binary at SNR 8. The first panel shows the time evolution of the horizon distance and the second panel shows the same information in histogram form."
summary += report.ImagePagination("Horizon distance", footer=imgfooter).glob(os.path.join(opts.glob_path, 'horizon_distance/*HORIZON*.png'))
## Include found/missed as function of decisive characteristic SNR
summary += report.Header("Found / Missed Expected SNR")
Loading