Prototypes | |
| void | LALFindChirpInjectSignals (LALStatus *status, REAL4TimeSeries *chan, SimInspiralTable *events, COMPLEX8FrequencySeries *resp) |
Go to the source code of this file.
Macros | |
Error Codes | |
| #define | FINDCHIRPH_ENULL 1 |
| Null pointer. More... | |
| #define | FINDCHIRPH_ENNUL 2 |
| Non-null pointer. More... | |
| #define | FINDCHIRPH_EALOC 3 |
| Memory allocation error. More... | |
| #define | FINDCHIRPH_ENUMZ 5 |
| Invalid number of points in segment. More... | |
| #define | FINDCHIRPH_ESEGZ 6 |
| Invalid number of segments. More... | |
| #define | FINDCHIRPH_ECHIZ 7 |
| Invalid number of chi squared bins. More... | |
| #define | FINDCHIRPH_EDTZO 8 |
| deltaT is zero or negative More... | |
| #define | FINDCHIRPH_ETRNC 10 |
| Duration of inverse spectrum in time domain is negative. More... | |
| #define | FINDCHIRPH_EFLOW 11 |
| Inverse spectrum low frequency cutoff is negative. More... | |
| #define | FINDCHIRPH_EFREE 12 |
| Error freeing memory. More... | |
| #define | FINDCHIRPH_ERHOT 15 |
| Rhosq threshold is negative. More... | |
| #define | FINDCHIRPH_ECHIT 16 |
| Chisq threshold is negative. More... | |
| #define | FINDCHIRPH_ECRUP 17 |
| Chirp length or invSpecTrunc too long for length of data segment. More... | |
| #define | FINDCHIRPH_ESMSM 18 |
| Size mismatch between vectors. More... | |
| #define | FINDCHIRPH_EHETR 19 |
| Attempting to simulate heterodyned GW. More... | |
| #define | FINDCHIRPH_EDFDT 20 |
| Waveform sampling interval is too large. More... | |
| #define | FINDCHIRPH_EAPRX 21 |
| Incorrect waveform approximant. More... | |
| #define | FINDCHIRPH_EUAPX 22 |
| Unknown waveform approximant. More... | |
| #define | FINDCHIRPH_ECHTZ 23 |
| Length of chirp is zero or negative. More... | |
| #define | FINDCHIRPH_EMASS 24 |
| Invalid mass parameters for template generation. More... | |
| #define | FINDCHIRPH_EWVFM 25 |
| Unknown injection waveform. More... | |
| #define | FINDCHIRPH_EBCVC 25 |
| BCVC code: thetav not in [-pi, pi]. More... | |
| #define | FINDCHIRPH_EMAPX 26 |
| Mismatch in waveform approximant. More... | |
| #define | FINDCHIRPH_EPTFW 27 |
| Error generating PTF waveform. More... | |
| #define | FINDCHIRPH_EIGEN 28 |
| Error computing eigenvalues. More... | |
| #define | FINDCHIRPH_EIMRW 29 |
| Error computing IMR waveform. More... | |
| #define | FINDCHIRPH_EFLOX 30 |
| Error computing variable flower. More... | |
| void LALFindChirpInjectSignals | ( | LALStatus * | status, |
| REAL4TimeSeries * | chan, | ||
| SimInspiralTable * | events, | ||
| COMPLEX8FrequencySeries * | resp | ||
| ) |
Definition at line 105 of file FindChirpSimulation.c.