Prototypes | |
| int | arg_parse_check (int argc, char *argv[], ProcessParamsTable *procparams) |
| REAL4 | ceil_pow_2 (REAL4 x) |
| REAL4 | max_mass_ratio (REAL4 mchirp, REAL4 m, REAL4 M) |
| REAL4FrequencySeries * | readPSD (const char *fname, REAL4 fNyq, REAL4 df, UINT4 N, REAL4 fLow, REAL4 fHigh) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
Data Structures | |
| struct | TemplateWaveformPairs |
Macros | |
| #define | CVS_ID_STRING "$Id$" |
| #define | CVS_NAME_STRING "$Name$" |
| #define | CVS_REVISION "$Revision$" |
| #define | CVS_SOURCE "$Source$" |
| #define | CVS_DATE "$Date$" |
| #define | PROGRAM_NAME "tmpltbank" |
| #define | ADD_PROCESS_PARAM(pptype, format, ppvalue) |
| #define | USAGE |
Enumerations | |
| enum | { unset , urandom , user } |
Variables | |
| int | vrbflg |
| defined in lal/lib/std/LALError.c More... | |
| LIGOTimeGPS | gpsStartTime = { 0, 0 } |
| LIGOTimeGPS | gpsEndTime = { 0, 0 } |
| REAL4 | minMass = -1 |
| REAL4 | maxMass = -1 |
| REAL4 | minMTotal = -1 |
| REAL4 | maxMTotal = -1 |
| REAL4 | minMChirp = -1 |
| REAL4 | maxMChirp = -1 |
| REAL4 | fLo = -1 |
| REAL4 | fHi = -1 |
| INT4 | facTries = -1 |
| REAL4 | minMatch = -1 |
| enum { ... } | randSeedType = unset |
| INT4 | randomSeed = 0 |
| LIGOTimeGPS | tc = LIGOTIMEGPSZERO |
| CHAR * | userTag = NULL |
| CHAR * | psdFileName = NULL |
| INT4 | outCompress = 0 |
| #define CVS_ID_STRING "$Id$" |
Definition at line 66 of file stochasticbank.c.
| #define CVS_NAME_STRING "$Name$" |
Definition at line 67 of file stochasticbank.c.
| #define CVS_REVISION "$Revision$" |
Definition at line 68 of file stochasticbank.c.
| #define CVS_SOURCE "$Source$" |
Definition at line 69 of file stochasticbank.c.
| #define CVS_DATE "$Date$" |
Definition at line 70 of file stochasticbank.c.
| #define PROGRAM_NAME "tmpltbank" |
Definition at line 71 of file stochasticbank.c.
| #define ADD_PROCESS_PARAM | ( | pptype, | |
| format, | |||
| ppvalue | |||
| ) |
Definition at line 646 of file stochasticbank.c.
| #define USAGE |
Definition at line 656 of file stochasticbank.c.
| anonymous enum |
| Enumerator | |
|---|---|
| unset | |
| urandom | |
| user | |
Definition at line 109 of file stochasticbank.c.
| int arg_parse_check | ( | int | argc, |
| char * | argv[], | ||
| ProcessParamsTable * | procparams | ||
| ) |
Definition at line 672 of file stochasticbank.c.
Definition at line 118 of file stochasticbank.c.
Definition at line 134 of file stochasticbank.c.
| REAL4FrequencySeries * readPSD | ( | const char * | fname, |
| REAL4 | fNyq, | ||
| REAL4 | df, | ||
| UINT4 | N, | ||
| REAL4 | fLow, | ||
| REAL4 | fHigh | ||
| ) |
Definition at line 152 of file stochasticbank.c.
Definition at line 227 of file stochasticbank.c.
|
extern |
defined in lal/lib/std/LALError.c
| LIGOTimeGPS gpsStartTime = { 0, 0 } |
Definition at line 97 of file stochasticbank.c.
| LIGOTimeGPS gpsEndTime = { 0, 0 } |
Definition at line 98 of file stochasticbank.c.
| REAL4 minMass = -1 |
Definition at line 99 of file stochasticbank.c.
| REAL4 maxMass = -1 |
Definition at line 100 of file stochasticbank.c.
| REAL4 minMTotal = -1 |
Definition at line 101 of file stochasticbank.c.
| REAL4 maxMTotal = -1 |
Definition at line 102 of file stochasticbank.c.
| REAL4 minMChirp = -1 |
Definition at line 103 of file stochasticbank.c.
| REAL4 maxMChirp = -1 |
Definition at line 104 of file stochasticbank.c.
| REAL4 fLo = -1 |
Definition at line 105 of file stochasticbank.c.
| REAL4 fHi = -1 |
Definition at line 106 of file stochasticbank.c.
| INT4 facTries = -1 |
Definition at line 107 of file stochasticbank.c.
| REAL4 minMatch = -1 |
Definition at line 108 of file stochasticbank.c.
| enum { ... } randSeedType |
| INT4 randomSeed = 0 |
Definition at line 110 of file stochasticbank.c.
Definition at line 111 of file stochasticbank.c.
| CHAR* userTag = NULL |
Definition at line 114 of file stochasticbank.c.
| CHAR* psdFileName = NULL |
Definition at line 115 of file stochasticbank.c.
| INT4 outCompress = 0 |
Definition at line 116 of file stochasticbank.c.