Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
AmplitudePrior_t Struct Reference

Detailed Description

Signal (amplitude) parameter ranges.

Definition at line 71 of file SynthesizeCWDraws.h.

Data Fields

pdf1D_t * pdf_h0Nat
 pdf for h0/sqrt{Sn} More...
 
REAL8 fixedSNR
 alternative 1: adjust h0 to fix the optimal SNR of the signal More...
 
BOOLEAN fixRhohMax
 alternative 2: draw h0 with fixed rhohMax = h0Max * (detM)^(1/8) <==> canonical Fstat prior More...
 
pdf1D_t * pdf_cosi
 pdf(cosi) More...
 
pdf1D_t * pdf_psi
 pdf(psi) More...
 
pdf1D_t * pdf_phi0
 pdf(phi0) More...
 

Field Documentation

◆ pdf_h0Nat

pdf1D_t* AmplitudePrior_t::pdf_h0Nat

pdf for h0/sqrt{Sn}

Definition at line 72 of file SynthesizeCWDraws.h.

◆ fixedSNR

REAL8 AmplitudePrior_t::fixedSNR

alternative 1: adjust h0 to fix the optimal SNR of the signal

Definition at line 73 of file SynthesizeCWDraws.h.

◆ fixRhohMax

BOOLEAN AmplitudePrior_t::fixRhohMax

alternative 2: draw h0 with fixed rhohMax = h0Max * (detM)^(1/8) <==> canonical Fstat prior

Definition at line 74 of file SynthesizeCWDraws.h.

◆ pdf_cosi

pdf1D_t* AmplitudePrior_t::pdf_cosi

pdf(cosi)

Definition at line 76 of file SynthesizeCWDraws.h.

◆ pdf_psi

pdf1D_t* AmplitudePrior_t::pdf_psi

pdf(psi)

Definition at line 77 of file SynthesizeCWDraws.h.

◆ pdf_phi0

pdf1D_t* AmplitudePrior_t::pdf_phi0

pdf(phi0)

Definition at line 78 of file SynthesizeCWDraws.h.