Skip to content

gwastro/confusion-noise-3g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Mock data study for next-generation ground-based detectors: The performance loss of matched filtering due to correlated confusion noise

Shichao Wu 1,2 and Alexander H. Nitz 1,2

1. Albert-Einstein-Institut, Max-Planck-Institut for Gravitationsphysik, D-30167 Hannover, Germany
2. Leibniz Universitat Hannover, D-30167 Hannover, Germany

Introduction

The next-generation (3G/XG) ground-based gravitational-wave (GW) detectors such as Einstein Telescope (ET) and Cosmic Explorer (CE) will begin observing in the next decade. Due to the extremely high sensitivity of these detectors, the majority of stellar-mass compact-binary mergers in the entire Universe will be observed. It is also expected that 3G detectors will have significant sensitivity down to 2-7 Hz; the observed duration of binary neutron star signals could increase to several hours or days. The abundance and duration of signals will cause them to overlap in time, which may form a confusion noise that could affect the detection of individual GW sources when using naive matched filtering; Matched filtering is only optimal for stationary Gaussian noise. We create mock data for CE and ET using the latest population models informed by the GWTC-3 catalog and investigate the performance loss of matched filtering due to overlapping signals. We find the performance loss mainly comes from a deviation in the noise's measured amplitude spectral density. The redshift reach of CE (ET) can be reduced by 15-38 (8-21)% depending on the merger rate estimate. The direct contribution of confusion noise to the total SNR is generally negligible compared to the contribution from instrumental noise. We also find that correlated confusion noise has a negligible effect on the quadrature summation rule of network SNR for ET, but might reduce the network SNR of high detector-frame mass signals for detector networks including CE if no mitigation is applied. For ET, the null stream can mitigate the astrophysical foreground. For CE, we demonstrate that a computationally efficient, straightforward single-detector signal subtraction method suppresses the total noise to almost the instrument noise level; this will allow for near-optimal searches.

Folders and Scripts

This repository contains the main scripts used in our paper. Some key codes or functions called by these scripts have been written into PyCBC, such as population.population_models, pycbc_brute_bank, distributions.external, distributions.utils, and psd.read modules.

  • dataset_sim: scripts to generate CE and ET mock datasets.
  • figure_notebooks: notebooks to generate all figures in our paper (BE PUBLIC ONCE PAPER IS ACCEPTED).
  • search: scripts to search our mock datasets.
  • subtraction: scripts to do the first-stage foreground cleaning.
  • template_banks: scripts to generate the BNS template banks for CE and ET.

License and Citation

This repository is licensed under GNU General Public License v3.0. We encourage use of these scripts in derivative works. If you use the material provided here, please cite the paper using the reference:

@article{Wu:2022pyg,
    author = "Wu, Shichao and Nitz, Alexander H.",
    title = "{Mock data study for next-generation ground-based detectors: The performance loss of matched filtering due to correlated confusion noise}",
    eprint = "2209.03135",
    archivePrefix = "arXiv",
    primaryClass = "astro-ph.IM",
    doi = "10.1103/PhysRevD.107.063022",
    journal = "Phys. Rev. D",
    volume = "107",
    number = "6",
    pages = "063022",
    year = "2023"
}