LALPulsar  6.1.0.1-fe68b98
DopplerFstatMetric Struct Reference

Detailed Description

Struct to hold the output of XLALComputeDopplerFstatMetric(), including meta-info on the number of dimensions, the coordinate-system and type of metric.

Definition at line 222 of file UniversalDopplerMetric.h.

Data Fields

DopplerMetricParams meta
 "meta-info" describing/specifying the type of Doppler metric 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...
 
REAL8 rho2
 signal SNR rho^2 = A^mu M_mu_nu A^nu More...
 
double maxrelerr
 estimate for largest relative error in Fmetric component integrations More...
 

Field Documentation

◆ meta

DopplerMetricParams DopplerFstatMetric::meta

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

Definition at line 223 of file UniversalDopplerMetric.h.

◆ gF_ij

gsl_matrix* DopplerFstatMetric::gF_ij

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

Definition at line 225 of file UniversalDopplerMetric.h.

◆ gFav_ij

gsl_matrix* DopplerFstatMetric::gFav_ij

'average' Fstat-metric

Definition at line 226 of file UniversalDopplerMetric.h.

◆ m1_ij

gsl_matrix* DopplerFstatMetric::m1_ij

Definition at line 227 of file UniversalDopplerMetric.h.

◆ m2_ij

gsl_matrix * DopplerFstatMetric::m2_ij

Definition at line 227 of file UniversalDopplerMetric.h.

◆ m3_ij

gsl_matrix * DopplerFstatMetric::m3_ij

Fstat-metric sub components.

Definition at line 227 of file UniversalDopplerMetric.h.

◆ Fisher_ab

gsl_matrix* DopplerFstatMetric::Fisher_ab

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

Definition at line 229 of file UniversalDopplerMetric.h.

◆ rho2

REAL8 DopplerFstatMetric::rho2

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

Definition at line 231 of file UniversalDopplerMetric.h.

◆ maxrelerr

double DopplerFstatMetric::maxrelerr

estimate for largest relative error in Fmetric component integrations

Definition at line 233 of file UniversalDopplerMetric.h.