LALPulsar  6.1.0.1-89842e6
intparams_t Struct Reference

Detailed Description

parameters for metric-integration

Definition at line 230 of file UniversalDopplerMetric.c.

Data Fields

int errnum
 store XLAL error of any failures within integrator More...
 
double epsrel
 relative error tolerance for GSL integration routines More...
 
double epsabs
 absolute error tolerance for GSL integration routines More...
 
double intT
 length of integration time segments for phase integrals More...
 
DetectorMotionType detMotionType
 which detector-motion to use in metric integration More...
 
const DopplerCoordinateSystemcoordSys
 Doppler coordinate system in use. More...
 
const gsl_matrix * coordTransf
 coordinate transform to apply to coordinate system More...
 
int coord1
 
int coord2
 coordinate indexes of the two components of the derivative-product Phi_i_Phi_j to compute More...
 
int coord
 coordinate index of the component for single phase-derivative Phi_i compute More...
 
AM_comp_t amcomp1
 
AM_comp_t amcomp2
 two AM components q_l q_m More...
 
const PulsarDopplerParamsdopplerPoint
 Doppler params to compute metric for. More...
 
REAL8 startTime
 GPS start time of observation. More...
 
REAL8 refTime
 GPS reference time for pulsar parameters. More...
 
REAL8 Tspan
 length of observation time in seconds More...
 
const LALDetectorsite
 detector site to compute metric for More...
 
const EphemerisDataedat
 ephemeris data More...
 
vect3Dlist_trOrb_n
 list of orbital-radius derivatives at refTime of order n = 0, 1, ... More...
 
BOOLEAN approxPhase
 use an approximate phase-model, neglecting Roemer delay in spindown coordinates (or orders >= 1) More...
 

Field Documentation

◆ errnum

int intparams_t::errnum

store XLAL error of any failures within integrator

Definition at line 231 of file UniversalDopplerMetric.c.

◆ epsrel

double intparams_t::epsrel

relative error tolerance for GSL integration routines

Definition at line 232 of file UniversalDopplerMetric.c.

◆ epsabs

double intparams_t::epsabs

absolute error tolerance for GSL integration routines

Definition at line 233 of file UniversalDopplerMetric.c.

◆ intT

double intparams_t::intT

length of integration time segments for phase integrals

Definition at line 234 of file UniversalDopplerMetric.c.

◆ detMotionType

DetectorMotionType intparams_t::detMotionType

which detector-motion to use in metric integration

Definition at line 235 of file UniversalDopplerMetric.c.

◆ coordSys

const DopplerCoordinateSystem* intparams_t::coordSys

Doppler coordinate system in use.

Definition at line 236 of file UniversalDopplerMetric.c.

◆ coordTransf

const gsl_matrix* intparams_t::coordTransf

coordinate transform to apply to coordinate system

Definition at line 237 of file UniversalDopplerMetric.c.

◆ coord1

int intparams_t::coord1

Definition at line 238 of file UniversalDopplerMetric.c.

◆ coord2

int intparams_t::coord2

coordinate indexes of the two components of the derivative-product Phi_i_Phi_j to compute

Definition at line 238 of file UniversalDopplerMetric.c.

◆ coord

int intparams_t::coord

coordinate index of the component for single phase-derivative Phi_i compute

Definition at line 239 of file UniversalDopplerMetric.c.

◆ amcomp1

AM_comp_t intparams_t::amcomp1

Definition at line 240 of file UniversalDopplerMetric.c.

◆ amcomp2

AM_comp_t intparams_t::amcomp2

two AM components q_l q_m

Definition at line 240 of file UniversalDopplerMetric.c.

◆ dopplerPoint

const PulsarDopplerParams* intparams_t::dopplerPoint

Doppler params to compute metric for.

Definition at line 241 of file UniversalDopplerMetric.c.

◆ startTime

REAL8 intparams_t::startTime

GPS start time of observation.

Definition at line 242 of file UniversalDopplerMetric.c.

◆ refTime

REAL8 intparams_t::refTime

GPS reference time for pulsar parameters.

Definition at line 243 of file UniversalDopplerMetric.c.

◆ Tspan

REAL8 intparams_t::Tspan

length of observation time in seconds

Definition at line 244 of file UniversalDopplerMetric.c.

◆ site

const LALDetector* intparams_t::site

detector site to compute metric for

Definition at line 245 of file UniversalDopplerMetric.c.

◆ edat

const EphemerisData* intparams_t::edat

ephemeris data

Definition at line 246 of file UniversalDopplerMetric.c.

◆ rOrb_n

vect3Dlist_t* intparams_t::rOrb_n

list of orbital-radius derivatives at refTime of order n = 0, 1, ...

Definition at line 247 of file UniversalDopplerMetric.c.

◆ approxPhase

BOOLEAN intparams_t::approxPhase

use an approximate phase-model, neglecting Roemer delay in spindown coordinates (or orders >= 1)

Definition at line 248 of file UniversalDopplerMetric.c.