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) |
Given \(\tau_0\) and \(\tau_2\) compute the mass ratio \(\eta.\).
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.
None.
None.
The void pointer} *p should point to a struct of type EtaTau02In :
Definition in file LALEtaTau02.c.
Go to the source code of this file.
Definition at line 66 of file LALEtaTau02.c.
Definition at line 88 of file LALEtaTau02.c.