LALInspiral 5.0.3.1-eeff03c
LALEtaTau02.c File Reference

Given \(\tau_0\) and \(\tau_2\) compute the mass ratio \(\eta.\). More...

Prototypes

void LALEtaTau02 (LALStatus *status, REAL8 *x, REAL8 eta, void *p)
 
REAL8 XLALEtaTau02 (REAL8 eta, void *p)
 

Detailed Description

Given \(\tau_0\) and \(\tau_2\) compute the mass ratio \(\eta.\).

Author
Sathyaprakash, B. S.

Description

Given \(\tau_0\) and \(\tau_2\) one can determine \(\eta\) by solving

\begin{equation} -\eta^{2/5} \tau_2 + A_2 \left ( \frac {\tau_0}{A_0} \right )^{3/5} \left (1 + B_2\eta \right ) = 0, \end{equation}

where \(A_0 = 5/[256 (\pi f_{s} )^{8/3}],\) \(A_2 = 3715 / [64512 (\pi f_s)^2],\) \(B_2 = 4620/3715.\) This function returns the LHS of the above equation in x for a given eta.

Algorithm

None.

Uses

None.

Notes

The void pointer} *p should point to a struct of type EtaTau02In :

{
void *p;
...
p = (void *) &q;
}
static const INT4 q
p
These are the input structures needed to solve for the mass ratio given the chirptimes or .
Definition: LALInspiral.h:150

Definition in file LALEtaTau02.c.

Go to the source code of this file.

Function Documentation

◆ LALEtaTau02()

void LALEtaTau02 ( LALStatus status,
REAL8 x,
REAL8  eta,
void *  p 
)

Definition at line 66 of file LALEtaTau02.c.

◆ XLALEtaTau02()

REAL8 XLALEtaTau02 ( REAL8  eta,
void *  p 
)

Definition at line 88 of file LALEtaTau02.c.