21#include <lal/LALInspiralBank.h>
135 if ( bankParams.
x0 <=0 || bankParams.
x1 <=0 )
137 LALInfo(
status,
"x0 or x1 are less than or equal to zero" );
149 Pars->
t0 = bankParams.
x0;
151 switch ( coarseIn.
space )
154 Pars->
t2 = bankParams.
x1;
158 Pars->
t3 = bankParams.
x1;
215 ABORT(
status, 999,
"Invalid choice for enum InspiralBankMassRange");
void LALInspiralParameterCalc(LALStatus *status, InspiralTemplate *params)
#define ABORT(statusptr, code, mesg)
#define CHECKSTATUSPTR(statusptr)
#define ATTATCHSTATUSPTR(statusptr)
#define ASSERT(assertion, statusptr, code, mesg)
#define DETATCHSTATUSPTR(statusptr)
#define INITSTATUS(statusptr)
#define RETURN(statusptr)
int LALInfo(LALStatus *status, const char *info)
@ t03
chirptimes and , and
void LALInspiralValidParams(LALStatus *status, INT4 *valid, InspiralBankParams bankParams, InspiralCoarseBankIn coarseIn)
Function which checks whether or not a pair of parameter values are consistent with the search space.
#define LALINSPIRALBANKH_ECHOICE
Invalid choice for an input parameter.
#define LALINSPIRALBANKH_ESIZE
Invalid input range.
#define LALINSPIRALBANKH_EMEM
Memory allocation failure.
@ MinMaxComponentTotalMass
@ MinComponentMassMaxTotalMass
@ Tau0Tau2
space of chirptimes
@ Tau0Tau3
space of chirptimes
This is a structure needed in the inner workings of the LALInspiralCreateCoarseBank code.
REAL8 x1
the second coordinate, chosen to be either or
REAL8 x0
the first coordinate, chosen to be always
Input for choosing a template bank.
REAL8 mMin
minimum mass of components to search for
REAL8 mMax
maximum mass of components to search for
InspiralBankMassRange massRange
enum that determines whether templates should be chosen using fixed ranges for component masses or to...
REAL8 MMax
alternatively, maximum total mass of binary to search for
REAL8 etamin
minimum value of eta in our search
REAL8 fLower
Lower frequency cutoff.
CoordinateSpace space
enum that decides whether to use or in constructing the template bank
The inspiral waveform parameter structure containing information about the waveform to be generated.
REAL8 t2
first post-Newtonian chirp time in seconds (input/output)
REAL8 eta
symmetric mass ratio (input/output)
REAL8 totalMass
total mass of the binary in solar mass (input/output)
REAL8 mass1
Mass of the primary in solar mass (input/output)
REAL8 t3
1.5 post-Newtonian chirp time in seconds (input/output)
REAL8 t0
Newtonain chirp time in seconds (input/output)
REAL8 mass2
Mass of the secondary in solar mass (mass1 need not be larger than mass2 (input/output)
InputMasses massChoice
The pair of (mass) parameters given (see structure defining this member for more details) (input)
REAL8 fLower
lower frequency cutoff of the detector in Hz (input)