SimulateSB.h File Reference

#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.

Data Structures

struct  tagSSSimStochBGOutput
struct  tagSSSimStochBGInput
struct  tagSSSimStochBGStrainInput
struct  tagSSSimStochBGParams
struct  tagSSSimStochBGStrainParams

Defines

#define SIMULATESBH_ENULLP   1
#define SIMULATESBH_ENONPOSLEN   2
#define SIMULATESBH_ENONPOSDELTAF   3
#define SIMULATESBH_ENONPOSDELTAT   4
#define SIMULATESBH_ENEGFMIN   5
#define SIMULATESBH_EMMTIME   6
#define SIMULATESBH_EMMHETERO   7
#define SIMULATESBH_EMMFMIN   8
#define SIMULATESBH_EMMDELTAF   9
#define SIMULATESBH_EMMLEN   10
#define SIMULATESBH_EOORFREF   11
#define SIMULATESBH_ENONPOSOMEGA   12
#define SIMULATESBH_EALOC   13
#define SIMULATESBH_ENONZEROHETERO   14
#define SIMULATESBH_EWRONGUNITS   15
#define SIMULATESBH_ECOMPTIME   16
#define SIMULATESBH_ENOTYETHETERO   255
#define SIMULATESBH_MSGENULLP   "Null pointer"
#define SIMULATESBH_MSGENONPOSLEN   "Negative or zero length for data member of time series"
#define SIMULATESBH_MSGENONPOSDELTAF   "Negative or zero frequency spacing"
#define SIMULATESBH_MSGENONPOSDELTAT   "Negative or zero time spacing"
#define SIMULATESBH_MSGENEGFMIN   "Negative start frequency"
#define SIMULATESBH_MSGEMMTIME   "Mismatch in epochs"
#define SIMULATESBH_MSGEMMHETERO   "Mismatch in heterodyning frequencies"
#define SIMULATESBH_MSGEMMFMIN   "Mismatch in start frequencies"
#define SIMULATESBH_MSGEMMDELTAF   "Mismatch in frequency spacings"
#define SIMULATESBH_MSGEMMLEN   "Mismatch in sequence lengths"
#define SIMULATESBH_MSGEOORFREF   "Out of range reference frequency"
#define SIMULATESBH_MSGENONPOSOMEGA   "Negative stochastic background strength"
#define SIMULATESBH_MSGEALOC   "Memory allocation error"
#define SIMULATESBH_MSGENONZEROHETERO   "Non-zero heterodyning frequency specified for real time series"
#define SIMULATESBH_MSGEWRONGUNITS   "Inconsistent input units"
#define SIMULATESBH_MSGECOMPTIME   "Time domain data complex instead of real"
#define SIMULATESBH_MSGENOTYETHETERO   "Non-zero heterodyning frequency not yet implemented"

Typedefs

typedef tagSSSimStochBGOutput SSSimStochBGOutput
typedef tagSSSimStochBGInput SSSimStochBGInput
typedef tagSSSimStochBGStrainInput SSSimStochBGStrainInput
typedef tagSSSimStochBGParams SSSimStochBGParams
typedef tagSSSimStochBGStrainParams SSSimStochBGStrainParams

Functions

 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)


Define Documentation

#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.

#define SIMULATESBH_MSGENONPOSLEN   "Negative or zero length for data member of time series"

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.

#define SIMULATESBH_MSGENEGFMIN   "Negative start frequency"

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.

#define SIMULATESBH_MSGECOMPTIME   "Time domain data complex instead of real"

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 Documentation

typedef struct tagSSSimStochBGOutput SSSimStochBGOutput

typedef struct tagSSSimStochBGInput SSSimStochBGInput

typedef struct tagSSSimStochBGStrainInput SSSimStochBGStrainInput

typedef struct tagSSSimStochBGParams SSSimStochBGParams

typedef struct tagSSSimStochBGStrainParams SSSimStochBGStrainParams


Function Documentation

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 
)

check for mismatches

Definition at line 189 of file SimulateSB.c.

void LALSSSimStochBGStrainTimeSeries ( LALStatus status,
SSSimStochBGOutput output,
SSSimStochBGStrainInput input,
SSSimStochBGStrainParams params 
)

check for mismatches

Definition at line 840 of file SimulateSB.c.


Generated on Tue Oct 7 02:41:26 2008 for LAL by  doxygen 1.5.2