Prototypes | |
| void | LALFindChirpSPTemplate (LALStatus *status, FindChirpTemplate *fcTmplt, InspiralTemplate *tmplt, FindChirpTmpltParams *params) |
Go to the source code of this file.
Macros | |
Error Codes | |
| #define | FINDCHIRPSPH_ENULL 1 |
| Null pointer. More... | |
| #define | FINDCHIRPSPH_ENNUL 2 |
| Non-null pointer. More... | |
| #define | FINDCHIRPSPH_EALOC 3 |
| Memory allocation error. More... | |
| #define | FINDCHIRPSPH_ENUMZ 4 |
| Invalid number of segments. More... | |
| #define | FINDCHIRPSPH_ESEGZ 5 |
| Invalid number of points in segments. More... | |
| #define | FINDCHIRPSPH_EMISM 6 |
| Mismatch between number of points in segments. More... | |
| #define | FINDCHIRPSPH_EDELT 7 |
| deltaT is zero or negative More... | |
| #define | FINDCHIRPSPH_EFLOW 8 |
| Low frequency cutoff is negative. More... | |
| #define | FINDCHIRPSPH_EDYNR 9 |
| Dynamic range scaling is zero or negative. More... | |
| #define | FINDCHIRPSPH_EISTN 10 |
| Truncation of inverse power spectrum is negative. More... | |
| #define | FINDCHIRPSPH_EDIVZ 11 |
| Attempting to divide by zero. More... | |
| #define | FINDCHIRPSPH_EMAPX 12 |
| Mismatch in waveform approximant. More... | |
| #define | FINDCHIRPSPH_EUAPX 13 |
| Unknown approximant. More... | |
| #define | FINDCHIRPSPH_EORDR 14 |
| Invalid post-Newtonian order. More... | |