#include "burstdso.h"#include <lal/LALStdlib.h>#include <stdio.h>#include <unistd.h>#include <math.h>#include <ctype.h>#include <stdlib.h>#include <strings.h>#include <lalapps/lalapps.h>Include dependency graph for InitSearch.c:

Go to the source code of this file.
Defines | |
| #define | CBUFSIZE 128 |
| #define | SetParams(bp, str) |
Functions | |
| NRCSID (INITSEARCHC,"InitSearch.c") | |
| RCSID ("InitSearch.c") | |
| int | InitSearch (char *filterParams, BurstSearchParams *params) |
| void | ParseParameter (LALStatus *status, BurstParameter *par, CHAR *argv, UINT4 *M) |
| #define CBUFSIZE 128 |
Definition at line 81 of file InitSearch.c.
| #define SetParams | ( | bp, | |||
| str | ) |
Definition at line 518 of file InitSearch.c.
| NRCSID | ( | INITSEARCHC | , | |
| "InitSearch.c" | ||||
| ) |
| RCSID | ( | "InitSearch.c" | ) |
| int InitSearch | ( | char * | filterParams, | |
| BurstSearchParams * | params | |||
| ) |
Definition at line 83 of file InitSearch.c.
| void ParseParameter | ( | LALStatus * | status, | |
| BurstParameter * | par, | |||
| CHAR * | argv, | |||
| UINT4 * | M | |||
| ) |
Definition at line 555 of file InitSearch.c.
1.5.2