LALPulsar  6.1.0.1-89842e6
DopplerPhaseMetric Struct Reference

Detailed Description

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

Definition at line 241 of file UniversalDopplerMetric.h.

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...
 
double maxrelerr
 estimate for largest relative error in phase-metric component integrations More...
 

Field Documentation

◆ meta

DopplerMetricParams DopplerPhaseMetric::meta

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

Definition at line 242 of file UniversalDopplerMetric.h.

◆ g_ij

gsl_matrix* DopplerPhaseMetric::g_ij

symmetric matrix holding the phase-metric, averaged over segments

Definition at line 244 of file UniversalDopplerMetric.h.

◆ maxrelerr

double DopplerPhaseMetric::maxrelerr

estimate for largest relative error in phase-metric component integrations

Definition at line 246 of file UniversalDopplerMetric.h.