|
| DopplerFstatMetric * | XLALComputeDopplerFstatMetric (const DopplerMetricParams *metricParams, const EphemerisData *edat) |
| | Calculate the general (single-segment coherent, or multi-segment semi-coherent) full (multi-IFO) Fstat-metrix and the Fisher-matrix derived in [20] . More...
|
| |
| void | XLALDestroyDopplerFstatMetric (DopplerFstatMetric *metric) |
| | Free a DopplerFstatMetric structure. More...
|
| |
| DopplerPhaseMetric * | XLALComputeDopplerPhaseMetric (const DopplerMetricParams *metricParams, const EphemerisData *edat) |
| | Calculate an approximate "phase-metric" with the specified parameters. More...
|
| |
| void | XLALDestroyDopplerPhaseMetric (DopplerPhaseMetric *metric) |
| | Free a DopplerPhaseMetric structure. More...
|
| |
| FmetricAtoms_t * | XLALComputeAtomsForFmetric (const DopplerMetricParams *metricParams, const EphemerisData *edat) |
| | Function to the compute the FmetricAtoms_t, from which the F-metric and Fisher-matrix can be computed. More...
|
| |
| int | XLALDetectorPosVel (PosVel3D_t *spin_posvel, PosVel3D_t *orbit_posvel, const LIGOTimeGPS *tGPS, const LALDetector *site, const EphemerisData *edat, DetectorMotionType detMotionType) |
| | Given a GPS time and detector, return the current position (and velocity) of the detector. More...
|
| |
| int | XLALPtolemaicPosVel (PosVel3D_t *posvel, const LIGOTimeGPS *tGPS) |
| | Compute position and velocity assuming a purely "Ptolemaic" orbital motion (i.e. More...
|
| |
| void | XLALequatorialVect2ecliptic (vect3D_t out, const vect3D_t in) |
| | Convert 3-D vector from equatorial into ecliptic coordinates. More...
|
| |
| void | XLALeclipticVect2equatorial (vect3D_t out, const vect3D_t in) |
| | Convert 3-D vector from ecliptic into equatorial coordinates. More...
|
| |
| void | XLALmatrix33_in_vect3 (vect3D_t out, mat33_t mat, const vect3D_t in) |
| | compute matrix product mat . More...
|
| |
| vect3Dlist_t * | XLALComputeOrbitalDerivatives (UINT4 maxorder, const LIGOTimeGPS *tGPS, const EphemerisData *edat) |
| | Compute time-derivatives up to 'maxorder' of the Earths' orbital position vector \( r_{\mathrm{orb}}(t) \) . More...
|
| |
| void | XLALDestroyFmetricAtoms (FmetricAtoms_t *atoms) |
| | Free a FmetricAtoms_t structure, allowing any pointers to be NULL. More...
|
| |
| int | XLALParseDetectorMotionString (const CHAR *detMotionString) |
| | Parse a detector-motion type string into the corresponding enum-number,. More...
|
| |
| int | XLALParseDopplerCoordinateString (const CHAR *coordName) |
| | Parse a DopplerCoordinate-name into the corresponding DopplerCoordinateID. More...
|
| |
| int | XLALDopplerCoordinateNames2System (DopplerCoordinateSystem *coordSys, const LALStringVector *coordNames) |
| | Given a LALStringVector of coordinate-names, parse them into a 'DopplerCoordinateSystem', namely a list of coordinate-IDs. More...
|
| |
| int | XLALFindDopplerCoordinateInSystem (const DopplerCoordinateSystem *coordSys, const DopplerCoordinateID coordID) |
| | Given a coordinate ID 'coordID', return its dimension within the given coordinate system 'coordSys', or return -1 if 'coordID' is not found. More...
|
| |
| const CHAR * | XLALDetectorMotionName (DetectorMotionType detMotionType) |
| | Provide a pointer to a static string containing the DopplerCoordinate-name cooresponding to the enum DopplerCoordinateID. More...
|
| |
| const CHAR * | XLALDopplerCoordinateName (DopplerCoordinateID coordID) |
| | Provide a pointer to a static string containing the DopplerCoordinate-name cooresponding to the enum DopplerCoordinateID. More...
|
| |
| const CHAR * | XLALDopplerCoordinateHelp (DopplerCoordinateID coordID) |
| | Provide a pointer to a static string containing the a descriptive 'help-string' describing the coordinate DopplerCoordinateID. More...
|
| |
| CHAR * | XLALDopplerCoordinateHelpAll (void) |
| | Return a string (allocated here) containing a full name - helpstring listing for all doppler-coordinates DopplerCoordinateID allowed by UniversalDopplerMetric.c. More...
|
| |
| REAL8 | XLALComputePhaseDerivative (REAL8 t, const PulsarDopplerParams *dopplerPoint, DopplerCoordinateID coordID, const EphemerisData *edat, const LALDetector *site, BOOLEAN includeRoemer) |
| |
| void | XLALDestroyVect3Dlist (vect3Dlist_t *list) |
| |