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 DopplerCoordinateSystem * | coordSys |
| 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 PulsarDopplerParams * | dopplerPoint |
| 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 LALDetector * | site |
| detector site to compute metric for More... | |
| const EphemerisData * | edat |
| ephemeris data More... | |
| vect3Dlist_t * | rOrb_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... | |
| int intparams_t::errnum |
store XLAL error of any failures within integrator
Definition at line 231 of file UniversalDopplerMetric.c.
| double intparams_t::epsrel |
relative error tolerance for GSL integration routines
Definition at line 232 of file UniversalDopplerMetric.c.
| double intparams_t::epsabs |
absolute error tolerance for GSL integration routines
Definition at line 233 of file UniversalDopplerMetric.c.
| double intparams_t::intT |
length of integration time segments for phase integrals
Definition at line 234 of file UniversalDopplerMetric.c.
| DetectorMotionType intparams_t::detMotionType |
which detector-motion to use in metric integration
Definition at line 235 of file UniversalDopplerMetric.c.
| const DopplerCoordinateSystem* intparams_t::coordSys |
Doppler coordinate system in use.
Definition at line 236 of file UniversalDopplerMetric.c.
| const gsl_matrix* intparams_t::coordTransf |
coordinate transform to apply to coordinate system
Definition at line 237 of file UniversalDopplerMetric.c.
| int intparams_t::coord1 |
Definition at line 238 of file UniversalDopplerMetric.c.
| 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.
| int intparams_t::coord |
coordinate index of the component for single phase-derivative Phi_i compute
Definition at line 239 of file UniversalDopplerMetric.c.
| AM_comp_t intparams_t::amcomp1 |
Definition at line 240 of file UniversalDopplerMetric.c.
| AM_comp_t intparams_t::amcomp2 |
two AM components q_l q_m
Definition at line 240 of file UniversalDopplerMetric.c.
| const PulsarDopplerParams* intparams_t::dopplerPoint |
Doppler params to compute metric for.
Definition at line 241 of file UniversalDopplerMetric.c.
| REAL8 intparams_t::startTime |
GPS start time of observation.
Definition at line 242 of file UniversalDopplerMetric.c.
| REAL8 intparams_t::refTime |
GPS reference time for pulsar parameters.
Definition at line 243 of file UniversalDopplerMetric.c.
| REAL8 intparams_t::Tspan |
length of observation time in seconds
Definition at line 244 of file UniversalDopplerMetric.c.
| const LALDetector* intparams_t::site |
detector site to compute metric for
Definition at line 245 of file UniversalDopplerMetric.c.
| const EphemerisData* intparams_t::edat |
ephemeris data
Definition at line 246 of file UniversalDopplerMetric.c.
| 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.
| 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.