![]() |
GLASS
Global LISA Analysis Software Suite
|
Structure containing parameters and meta data for a single galactic binary. More...
#include <glass_ucb_model.h>
Public Attributes | |
double * | params |
Array containing parameters to be passed to galactic_binary() | |
struct TDI * | tdi |
Instrument response to signal with Source::params \( h(\vec\theta) \). | |
Intrinsic Parameters | |
double | f0 |
Gravitational wave frequency at start of observations \(f_0 = 2/P\). | |
double | dfdt |
First time derivitive of GW frequemcy \( \frac{df}{dt}\), see galactic_binary_fdot() | |
double | d2fdt2 |
Second time derivitive of GW frequemcy \( \frac{d^2f}{dt^2}\). | |
double | amp |
Gravitational wave amplitude \( \mathcal{A} = 2 \frac{\mathcal{M}^{5/3} (\pi f)^{2/3}}{D_L} \), see galactic_binary_Amp() | |
Extrinsic Parameters | |
double | psi |
Polarization angle. | |
double | cosi |
Cosine of orbital inclination angle. | |
double | phi0 |
Gravitational wave phase at start of observations. | |
double | phi |
Ecliptic longitude. | |
double | costheta |
Cosine of ecliptic co-latitude. | |
Derived Parameters | |
See data.c for functions to convert between intrinsic and derived parameters | |
double | m1 |
Primary component mass \(m_1 \geq m_2\). | |
double | m2 |
Secondary component mass \(m_2 \leq m_1\). | |
double | Mc |
Chirp mass \(\mathcal{M}\), see galactic_binary_Mc() | |
double | D |
Luminosity Distance \(D_L\), see galactic_binary_dL() | |
Template waveform alignment | |
int | BW |
Signal bandwidth in frequency bins, see galactic_binary_bandwidth() | |
int | qmin |
Minimum frequency bin of signal (relative to 0 Hz) | |
int | qmax |
Maximum frequency bin of signal (relative to 0 Hz) | |
int | imin |
Minimum frequency bin of signal relative to segment start. | |
int | imax |
Maximum frequency bin of signal relative to segment start. | |
Fisher Information Matrix | |
double ** | fisher_matrix |
Fisher approximation to inverse covariance matrix. | |
double ** | fisher_evectr |
Eigenvectors of covariance matrix. | |
double * | fisher_evalue |
Eigenvalues of covariance matrix. | |
int | fisher_update_flag |
1 if fisher needs update, 0 if not | |
Structure containing parameters and meta data for a single galactic binary.