gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
314 stars 348 forks source link

add zero-noise PE example for LISA #4896

Open WuShichao opened 6 days ago

WuShichao commented 6 days ago

Standard information about the request

This is a: doc update

This change affects: inference, doc

This change changes: documentation

Motivation

In the current PyCBC Doc, it seems there are no zeroNoise examples for PE. Also, someone asked how to perform LISA PE with zero noise injection while still passing extra arguments to PSD functions in the likelihood calculation.

Contents

Add code to show how to use psd-extra-args with psd-model, when fake-strain = zeroNoise.

Testing performed

zero noise lisa_smbhb_mass_tc noise lisa_smbhb_mass_tc_noise

Additional notes