Prototypes | |
| int | usage (const char *program) |
| int | parseargs (int argc, char **argv) |
| double | zeronoise (double f) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
Variables | |
| static LALUnit | strainSquaredPerHertzUnit = { 0, { 0, 0, 1, 0, 0, 2, 0}, { 0, 0, 0, 0, 0, 0, 0} } |
| double(* | psdfunc )(double) |
| int(* | opsdfunc )(REAL8FrequencySeries *, double) |
| double | srate = 16384 |
| double | segdur = 4 |
| LIGOTimeGPS | tstart = LIGOTIMEGPSZERO |
| double | duration |
| double | overrideflow |
| double | flow |
| int | official |
| int | psdonly |
| const char * | detector |
| char * | asdfile |
| int | verbose = 0 |
| int usage | ( | const char * | program | ) |
Definition at line 445 of file detector_noise.c.
| int parseargs | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 260 of file detector_noise.c.
| double zeronoise | ( | double | f | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 168 of file detector_noise.c.
|
static |
Definition at line 148 of file detector_noise.c.
| double(* psdfunc) (double) | ( | double | ) |
Definition at line 150 of file detector_noise.c.
| int(* opsdfunc) (REAL8FrequencySeries *, double) | ( | REAL8FrequencySeries * | , |
| double | |||
| ) |
Definition at line 151 of file detector_noise.c.
| double srate = 16384 |
Definition at line 152 of file detector_noise.c.
| double segdur = 4 |
Definition at line 153 of file detector_noise.c.
| LIGOTimeGPS tstart = LIGOTIMEGPSZERO |
Definition at line 154 of file detector_noise.c.
| double duration |
Definition at line 155 of file detector_noise.c.
| double overrideflow |
Definition at line 156 of file detector_noise.c.
| double flow |
Definition at line 157 of file detector_noise.c.
| int official |
Definition at line 158 of file detector_noise.c.
| int psdonly |
Definition at line 159 of file detector_noise.c.
| const char* detector |
Definition at line 160 of file detector_noise.c.
| char* asdfile |
Definition at line 161 of file detector_noise.c.
| int verbose = 0 |
Definition at line 162 of file detector_noise.c.