Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALInferenceMultiBandTest.c File Reference

Prototypes

COMPLEX16 compute_mismatch (LALInferenceIFOData *data, COMPLEX16FrequencySeries *a, COMPLEX16FrequencySeries *b)
 
void LALInferenceTemplateNoop (UNUSED LALInferenceModel *model)
 
int compare_template (LALInferenceRunState *runState)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Variables

const char HELPSTR []
 

Function Documentation

◆ compute_mismatch()

COMPLEX16 compute_mismatch ( LALInferenceIFOData data,
COMPLEX16FrequencySeries a,
COMPLEX16FrequencySeries b 
)

Definition at line 134 of file LALInferenceMultiBandTest.c.

◆ LALInferenceTemplateNoop()

void LALInferenceTemplateNoop ( UNUSED LALInferenceModel model)

Definition at line 48 of file LALInferenceMultiBandTest.c.

◆ compare_template()

int compare_template ( LALInferenceRunState runState)

Definition at line 54 of file LALInferenceMultiBandTest.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 143 of file LALInferenceMultiBandTest.c.

Variable Documentation

◆ HELPSTR

const char HELPSTR[]
Initial value:
=
"LALInferenceMultiBandTest: Unit test for consistency between multiband and regular template functions.\n\
Example (for 1.4-1.4 binary with seglen 32, srate 4096): \n\
$ ./LALInferenceMultiBandTest --psdlength 1000 --psdstart 1 --seglen 32 --srate 4096 --trigtime 0 --ifo H1 --H1-channel LALSimAdLIGO --H1-cache LALSimAdLIGO --dataseed 1324 --fix-chirpmass 1.218 --fix-q 1.0 --margphi\n\n\n\
"

Definition at line 38 of file LALInferenceMultiBandTest.c.