Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALApps 10.1.0.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gwf2xml.c File Reference

Prototypes

static charignore_const (const char *s)
 
static int frEvent2snglInspiral (SnglInspiralTable **snglInspiralEvent, FrEvent *frameEvent)
 
static int frSimEvent2simInspiral (SimInspiralTable **simInspiralEvent, FrSimEvent *frSimEvent)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#define SNR_MIN   6.
 
#define SNR_MAX   1.e+10
 
#define SIM_MIN   1.0e-30
 
#define SIM_MAX   1.0e+10
 
#define USAGE
 

Variables

charifo = NULL
 

Macro Definition Documentation

◆ SNR_MIN

#define SNR_MIN   6.

Definition at line 42 of file gwf2xml.c.

◆ SNR_MAX

#define SNR_MAX   1.e+10

Definition at line 43 of file gwf2xml.c.

◆ SIM_MIN

#define SIM_MIN   1.0e-30

Definition at line 44 of file gwf2xml.c.

◆ SIM_MAX

#define SIM_MAX   1.0e+10

Definition at line 45 of file gwf2xml.c.

◆ USAGE

#define USAGE
Value:
"Usage: gwf2xml [options]\n"\
"\n"\
" --help display this message\n"\
" --input FILE read input data from frame FILE\n"\
" --output FILE write output data to xml FILE\n"\
" --snr-threshold SNR set the minimum SNR of triggers (default 6)\n"\
" --ifo IFO set the IFO from which the triggers have come\n"\

Definition at line 48 of file gwf2xml.c.

Function Documentation

◆ ignore_const()

static char * ignore_const ( const char s)
static

Definition at line 60 of file gwf2xml.c.

◆ frEvent2snglInspiral()

static int frEvent2snglInspiral ( SnglInspiralTable **  snglInspiralEvent,
FrEvent *  frameEvent 
)
static

Definition at line 66 of file gwf2xml.c.

◆ frSimEvent2simInspiral()

static int frSimEvent2simInspiral ( SimInspiralTable **  simInspiralEvent,
FrSimEvent *  frSimEvent 
)
static

Definition at line 118 of file gwf2xml.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 160 of file gwf2xml.c.

Variable Documentation

◆ ifo

char* ifo = NULL

Definition at line 57 of file gwf2xml.c.