#include <lal/LALStdlib.h>#include <lal/DetectorSite.h>#include <lal/Units.h>#include <lal/RealFFT.h>Include dependency graph for SimulateSB.h:

Go to the source code of this file.
| #define SIMULATESBH_ENULLP 1 |
Definition at line 65 of file SimulateSB.h.
| #define SIMULATESBH_ENONPOSLEN 2 |
Definition at line 66 of file SimulateSB.h.
| #define SIMULATESBH_ENONPOSDELTAF 3 |
Definition at line 67 of file SimulateSB.h.
| #define SIMULATESBH_ENONPOSDELTAT 4 |
Definition at line 68 of file SimulateSB.h.
| #define SIMULATESBH_ENEGFMIN 5 |
Definition at line 69 of file SimulateSB.h.
| #define SIMULATESBH_EMMTIME 6 |
Definition at line 70 of file SimulateSB.h.
| #define SIMULATESBH_EMMHETERO 7 |
Definition at line 71 of file SimulateSB.h.
| #define SIMULATESBH_EMMFMIN 8 |
Definition at line 72 of file SimulateSB.h.
| #define SIMULATESBH_EMMDELTAF 9 |
Definition at line 73 of file SimulateSB.h.
| #define SIMULATESBH_EMMLEN 10 |
Definition at line 74 of file SimulateSB.h.
| #define SIMULATESBH_EOORFREF 11 |
Definition at line 75 of file SimulateSB.h.
| #define SIMULATESBH_ENONPOSOMEGA 12 |
Definition at line 76 of file SimulateSB.h.
| #define SIMULATESBH_EALOC 13 |
Definition at line 77 of file SimulateSB.h.
| #define SIMULATESBH_ENONZEROHETERO 14 |
Definition at line 78 of file SimulateSB.h.
| #define SIMULATESBH_EWRONGUNITS 15 |
Definition at line 79 of file SimulateSB.h.
| #define SIMULATESBH_ECOMPTIME 16 |
Definition at line 80 of file SimulateSB.h.
| #define SIMULATESBH_ENOTYETHETERO 255 |
Definition at line 81 of file SimulateSB.h.
| #define SIMULATESBH_MSGENULLP "Null pointer" |
Definition at line 83 of file SimulateSB.h.
Definition at line 84 of file SimulateSB.h.
| #define SIMULATESBH_MSGENONPOSDELTAF "Negative or zero frequency spacing" |
Definition at line 85 of file SimulateSB.h.
| #define SIMULATESBH_MSGENONPOSDELTAT "Negative or zero time spacing" |
Definition at line 86 of file SimulateSB.h.
Definition at line 87 of file SimulateSB.h.
| #define SIMULATESBH_MSGEMMTIME "Mismatch in epochs" |
Definition at line 88 of file SimulateSB.h.
| #define SIMULATESBH_MSGEMMHETERO "Mismatch in heterodyning frequencies" |
Definition at line 89 of file SimulateSB.h.
| #define SIMULATESBH_MSGEMMFMIN "Mismatch in start frequencies" |
Definition at line 90 of file SimulateSB.h.
| #define SIMULATESBH_MSGEMMDELTAF "Mismatch in frequency spacings" |
Definition at line 91 of file SimulateSB.h.
| #define SIMULATESBH_MSGEMMLEN "Mismatch in sequence lengths" |
Definition at line 92 of file SimulateSB.h.
| #define SIMULATESBH_MSGEOORFREF "Out of range reference frequency" |
Definition at line 93 of file SimulateSB.h.
| #define SIMULATESBH_MSGENONPOSOMEGA "Negative stochastic background strength" |
Definition at line 94 of file SimulateSB.h.
| #define SIMULATESBH_MSGEALOC "Memory allocation error" |
Definition at line 95 of file SimulateSB.h.
| #define SIMULATESBH_MSGENONZEROHETERO "Non-zero heterodyning frequency specified for real time series" |
Definition at line 96 of file SimulateSB.h.
| #define SIMULATESBH_MSGEWRONGUNITS "Inconsistent input units" |
Definition at line 97 of file SimulateSB.h.
Definition at line 98 of file SimulateSB.h.
| #define SIMULATESBH_MSGENOTYETHETERO "Non-zero heterodyning frequency not yet implemented" |
Definition at line 99 of file SimulateSB.h.
| typedef struct tagSSSimStochBGOutput SSSimStochBGOutput |
| typedef struct tagSSSimStochBGInput SSSimStochBGInput |
| typedef struct tagSSSimStochBGStrainInput SSSimStochBGStrainInput |
| typedef struct tagSSSimStochBGParams SSSimStochBGParams |
| typedef struct tagSSSimStochBGStrainParams SSSimStochBGStrainParams |
| NRCSID | ( | SIMULATESBH | , | |
| "$Id: SimulateSB. | h, | |||
| v 1.6 2007/06/08 14:41:47 bema Exp $" | ||||
| ) |
| void LALSSSimStochBGTimeSeries | ( | LALStatus * | status, | |
| SSSimStochBGOutput * | output, | |||
| SSSimStochBGInput * | input, | |||
| SSSimStochBGParams * | params | |||
| ) |
| void LALSSSimStochBGStrainTimeSeries | ( | LALStatus * | status, | |
| SSSimStochBGOutput * | output, | |||
| SSSimStochBGStrainInput * | input, | |||
| SSSimStochBGStrainParams * | params | |||
| ) |
1.5.2