LALPulsar  6.1.0.1-c9a8ef6
PulsarSimulateCoherentGW.c File Reference

Prototypes

int XLALPulsarSimulateCoherentGW (REAL4TimeSeries *output, PulsarCoherentGW *CWsignal, PulsarDetectorResponse *detector)
 FIXME: Temporary XLAL-wapper to LAL-function LALPulsarSimulateCoherentGW() More...
 
void LALPulsarSimulateCoherentGW (LALStatus *stat, REAL4TimeSeries *output, PulsarCoherentGW *CWsignal, PulsarDetectorResponse *detector)
 Computes the response of a detector to a coherent gravitational wave. More...
 

Go to the source code of this file.

Macros

#define TCENTRE(time)
 
Error Codes
#define SIMULATECOHERENTGWH_ENUL   1
 Unexpected null pointer in arguments. More...
 
#define SIMULATECOHERENTGWH_EBAD   2
 A sampling interval is (effectively) zero. More...
 
#define SIMULATECOHERENTGWH_ESIG   3
 Input signal must specify amplitude and phase functions. More...
 
#define SIMULATECOHERENTGWH_EDIM   4
 Amplitude must be a 2-dimensional vector. More...
 
#define SIMULATECOHERENTGWH_EMEM   5
 Memory allocation error. More...
 
#define SIMULATECOHERENTGWH_EUNIT   6
 Bad input units. More...
 

Macro Definition Documentation

◆ SIMULATECOHERENTGWH_ENUL

#define SIMULATECOHERENTGWH_ENUL   1

Unexpected null pointer in arguments.

Definition at line 38 of file PulsarSimulateCoherentGW.c.

◆ SIMULATECOHERENTGWH_EBAD

#define SIMULATECOHERENTGWH_EBAD   2

A sampling interval is (effectively) zero.

Definition at line 39 of file PulsarSimulateCoherentGW.c.

◆ SIMULATECOHERENTGWH_ESIG

#define SIMULATECOHERENTGWH_ESIG   3

Input signal must specify amplitude and phase functions.

Definition at line 40 of file PulsarSimulateCoherentGW.c.

◆ SIMULATECOHERENTGWH_EDIM

#define SIMULATECOHERENTGWH_EDIM   4

Amplitude must be a 2-dimensional vector.

Definition at line 41 of file PulsarSimulateCoherentGW.c.

◆ SIMULATECOHERENTGWH_EMEM

#define SIMULATECOHERENTGWH_EMEM   5

Memory allocation error.

Definition at line 42 of file PulsarSimulateCoherentGW.c.

◆ SIMULATECOHERENTGWH_EUNIT

#define SIMULATECOHERENTGWH_EUNIT   6

Bad input units.

Definition at line 43 of file PulsarSimulateCoherentGW.c.

◆ TCENTRE

#define TCENTRE (   time)
Value:
( \
realIndex = delayOff + (time)*delayDt, \
intIndex = (INT4)floor( realIndex ), \
indexFrac = realIndex - intIndex, \
time + indexFrac*delayData[intIndex+1] \
+ (1.0-indexFrac)*delayData[intIndex] \
)
int32_t INT4

Definition at line 95 of file PulsarSimulateCoherentGW.c.