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

Detailed Description

Definition at line 78 of file old-FstatMetric.c.

Data Fields

DopplerMetricParams meta
 "meta-info" describing/specifying the type of Doppler metric More...
 
gsl_matrix * g_ij
 symmetric matrix holding the phase-metric, averaged over segments More...
 
gsl_matrix * g_ij_seg
 the phase-metric for each segment, concatenated by column: [g_ij_1, g_ij_2, ...] More...
 
gsl_matrix * gF_ij
 full F-statistic metric gF_ij, including antenna-pattern effects (see [20]) More...
 
gsl_matrix * gFav_ij
 'average' Fstat-metric More...
 
gsl_matrix * m1_ij
 
gsl_matrix * m2_ij
 
gsl_matrix * m3_ij
 Fstat-metric sub components. More...
 
gsl_matrix * Fisher_ab
 Full 4+n dimensional Fisher matrix, ie amplitude + Doppler space. More...
 
double maxrelerr_gPh
 estimate for largest relative error in phase-metric component integrations More...
 
double maxrelerr_gF
 estimate for largest relative error in Fmetric component integrations More...
 
REAL8 rho2
 signal SNR rho^2 = A^mu M_mu_nu A^nu More...
 

Field Documentation

◆ meta

DopplerMetricParams OldDopplerMetric::meta

"meta-info" describing/specifying the type of Doppler metric

Definition at line 79 of file old-FstatMetric.c.

◆ g_ij

gsl_matrix * OldDopplerMetric::g_ij

symmetric matrix holding the phase-metric, averaged over segments

Definition at line 81 of file old-FstatMetric.c.

◆ g_ij_seg

gsl_matrix * OldDopplerMetric::g_ij_seg

the phase-metric for each segment, concatenated by column: [g_ij_1, g_ij_2, ...]

Definition at line 82 of file old-FstatMetric.c.

◆ gF_ij

gsl_matrix * OldDopplerMetric::gF_ij

full F-statistic metric gF_ij, including antenna-pattern effects (see [20])

Definition at line 84 of file old-FstatMetric.c.

◆ gFav_ij

gsl_matrix * OldDopplerMetric::gFav_ij

'average' Fstat-metric

Definition at line 85 of file old-FstatMetric.c.

◆ m1_ij

gsl_matrix * OldDopplerMetric::m1_ij

Definition at line 86 of file old-FstatMetric.c.

◆ m2_ij

gsl_matrix * OldDopplerMetric::m2_ij

Definition at line 86 of file old-FstatMetric.c.

◆ m3_ij

gsl_matrix * OldDopplerMetric::m3_ij

Fstat-metric sub components.

Definition at line 86 of file old-FstatMetric.c.

◆ Fisher_ab

gsl_matrix * OldDopplerMetric::Fisher_ab

Full 4+n dimensional Fisher matrix, ie amplitude + Doppler space.

Definition at line 88 of file old-FstatMetric.c.

◆ maxrelerr_gPh

double OldDopplerMetric::maxrelerr_gPh

estimate for largest relative error in phase-metric component integrations

Definition at line 90 of file old-FstatMetric.c.

◆ maxrelerr_gF

double OldDopplerMetric::maxrelerr_gF

estimate for largest relative error in Fmetric component integrations

Definition at line 91 of file old-FstatMetric.c.

◆ rho2

REAL8 OldDopplerMetric::rho2

signal SNR rho^2 = A^mu M_mu_nu A^nu

Definition at line 93 of file old-FstatMetric.c.