65#include <lal/LALInspiral.h>
66#include <lal/LALStdlib.h>
68#define LALINSPIRAL_LENGTHOVERESTIMATION 0.1
69#define LALINSPIRAL_MINIMALWAVELENGTH 0.03125
98 if (
status->statusPtr->statusCode == 0){
102 ndx = ceil(log10(
x)/log10(2.));
103 *length = pow(2, ndx);
110 "size is zero for the following waveform: totalMass = %f, fLower = %f, approximant = %d @ %fPN"
void LALInspiralSetup(LALStatus *status, expnCoeffs *ak, InspiralTemplate *params)
void LALInspiralChooseModel(LALStatus *status, expnFunc *func, expnCoeffs *ak, InspiralTemplate *params)
#define LALINSPIRAL_MINIMALWAVELENGTH
void LALInspiralWaveLength(LALStatus *status, UINT4 *length, InspiralTemplate params)
#define LALINSPIRAL_LENGTHOVERESTIMATION
#define CHECKSTATUSPTR(statusptr)
#define ATTATCHSTATUSPTR(statusptr)
#define ASSERT(assertion, statusptr, code, mesg)
#define DETATCHSTATUSPTR(statusptr)
#define INITSTATUS(statusptr)
#define RETURN(statusptr)
int LALWarning(LALStatus *status, const char *warning)
#define LALINSPIRALH_ESIZE
Invalid input range.
The inspiral waveform parameter structure containing information about the waveform to be generated.
This structure contains various post-Newtonian and P-approximant expansion coefficients; the meanings...
Structure to hold the pointers to the generic functions defined above.