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... | |
| #define SIMULATECOHERENTGWH_ENUL 1 |
Unexpected null pointer in arguments.
Definition at line 38 of file PulsarSimulateCoherentGW.c.
| #define SIMULATECOHERENTGWH_EBAD 2 |
A sampling interval is (effectively) zero.
Definition at line 39 of file PulsarSimulateCoherentGW.c.
| #define SIMULATECOHERENTGWH_ESIG 3 |
Input signal must specify amplitude and phase functions.
Definition at line 40 of file PulsarSimulateCoherentGW.c.
| #define SIMULATECOHERENTGWH_EDIM 4 |
Amplitude must be a 2-dimensional vector.
Definition at line 41 of file PulsarSimulateCoherentGW.c.
| #define SIMULATECOHERENTGWH_EMEM 5 |
Memory allocation error.
Definition at line 42 of file PulsarSimulateCoherentGW.c.
| #define SIMULATECOHERENTGWH_EUNIT 6 |
Bad input units.
Definition at line 43 of file PulsarSimulateCoherentGW.c.
| #define TCENTRE | ( | time | ) |
Definition at line 95 of file PulsarSimulateCoherentGW.c.