#include <math.h>#include <stdio.h>#include <unistd.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/PrintFTSeries.h>#include <lal/FrameStream.h>#include <lal/LALRCSID.h>Include dependency graph for ReadLHOData.c:

Go to the source code of this file.
Defines | |
| #define | TESTSTATUS(pstat) if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
| #define | CHANNEL "H2:LSC-AS_Q" |
Functions | |
| NRCSID (READLHODATAC,"$Id: ReadLHOData.c,v 1.6 2007/06/08 14:41:46 bema Exp $") | |
| int | main (void) |
Variables | |
| INT4 | lalDebugLevel = LALMSGLVL3 |
| #define TESTSTATUS | ( | pstat | ) | if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
Definition at line 55 of file ReadLHOData.c.
| #define CHANNEL "H2:LSC-AS_Q" |
Definition at line 59 of file ReadLHOData.c.
| NRCSID | ( | READLHODATAC | , | |
| "$Id: ReadLHOData. | c, | |||
| v 1.6 2007/06/08 14:41:46 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
Definition at line 64 of file ReadLHOData.c.
| INT4 lalDebugLevel = LALMSGLVL3 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 62 of file ReadLHOData.c.
1.5.2