#include <math.h>#include <lal/DetResponse.h>#include <lal/DetectorSite.h>#include "LALBarycenter.h"Include dependency graph for LALComputeAM.h:

Go to the source code of this file.
Data Structures | |
| struct | AMCoeffsTag |
| struct | CmplxAMCoeffsTag |
| struct | AMCoeffsParamsTag |
Defines | |
| #define | LALCOMPUTEAMH_ENOTS 1 |
| #define | LALCOMPUTEAMH_EBCERR 2 |
| #define | LALCOMPUTEAMH_EESERR 3 |
| #define | LALCOMPUTEAMH_EEPH 4 |
| #define | LALCOMPUTEAMH_EDAS 5 |
| #define | LALCOMPUTEAMH_EFRD 6 |
| #define | LALCOMPUTEAMH_MSGENOTS "Input LIGOTimeGPS Vector is wrong size or NULL" |
| #define | LALCOMPUTEAMH_MSGEBCERR "Baryinput pointer is invalid" |
| #define | LALCOMPUTEAMH_MSGEESERR "EarthState structure invalid, or pointer NULL" |
| #define | LALCOMPUTEAMH_MSGEEPH "Ephemeris Table invalid, or pointer NULL" |
| #define | LALCOMPUTEAMH_MSGEDAS "Detector and source information invalid, or pointer NULL" |
| #define | LALCOMPUTEAMH_MSGEFRD "Detector geometry information invalid, or pointer NULL" |
Typedefs | |
| typedef AMCoeffsTag | AMCoeffs |
| typedef CmplxAMCoeffsTag | CmplxAMCoeffs |
| typedef AMCoeffsParamsTag | AMCoeffsParams |
Functions | |
| NRCSID (LALCOMPUTEAMH,"$Id: LALComputeAM.h") | |
| void | LALComputeAM (LALStatus *status, AMCoeffs *coe, LIGOTimeGPS *ts, AMCoeffsParams *params) |
| #define LALCOMPUTEAMH_ENOTS 1 |
Definition at line 62 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_EBCERR 2 |
Definition at line 63 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_EESERR 3 |
Definition at line 64 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_EEPH 4 |
Definition at line 65 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_EDAS 5 |
Definition at line 66 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_EFRD 6 |
Definition at line 67 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_MSGENOTS "Input LIGOTimeGPS Vector is wrong size or NULL" |
Definition at line 69 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_MSGEBCERR "Baryinput pointer is invalid" |
Definition at line 70 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_MSGEESERR "EarthState structure invalid, or pointer NULL" |
Definition at line 71 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_MSGEEPH "Ephemeris Table invalid, or pointer NULL" |
Definition at line 72 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_MSGEDAS "Detector and source information invalid, or pointer NULL" |
Definition at line 73 of file LALComputeAM.h.
| #define LALCOMPUTEAMH_MSGEFRD "Detector geometry information invalid, or pointer NULL" |
Definition at line 74 of file LALComputeAM.h.
| typedef struct AMCoeffsTag AMCoeffs |
| typedef struct CmplxAMCoeffsTag CmplxAMCoeffs |
| typedef struct AMCoeffsParamsTag AMCoeffsParams |
| NRCSID | ( | LALCOMPUTEAMH | , | |
| "$Id: LALComputeAM.h" | ||||
| ) |
| void LALComputeAM | ( | LALStatus * | status, | |
| AMCoeffs * | coe, | |||
| LIGOTimeGPS * | ts, | |||
| AMCoeffsParams * | params | |||
| ) |
Definition at line 88 of file LALComputeAM.c.
1.5.2