#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/time.h>#include <math.h>#include <unistd.h>#include <getopt.h>#include <FrameL.h>#include <lal/AVFactories.h>#include <lal/Date.h>#include <lal/DetectorSite.h>#include <lal/FrameCache.h>#include <lal/FrameStream.h>#include <lal/LALConstants.h>#include <lal/LALDatatypes.h>#include <lal/LALRCSID.h>#include <lal/LALStatusMacros.h>#include <lal/LALStdio.h>#include <lal/LALStdlib.h>#include <lal/PrintFTSeries.h>#include <lal/PrintVector.h>#include <lal/StreamInput.h>#include <lal/Units.h>#include <lal/Window.h>#include <lal/VectorOps.h>#include <lalapps.h>#include "stochastic_virgo.h"Include dependency graph for readframes.c:

Go to the source code of this file.
Defines | |
| #define | CVS_ID "$Id: readframes.c,v 1.2 2007/06/08 15:30:01 bema Exp $" |
| #define | CVS_REVISION "$Revision: 1.2 $" |
| #define | CVS_DATE "$Date: 2007/06/08 15:30:01 $" |
| #define | PROGRAM_NAME "lalapps_readframes" |
Functions | |
| NRCSID (READFRAMESC,"$Id: readframes.c,v 1.2 2007/06/08 15:30:01 bema Exp $") | |
| RCSID ("$Id: readframes.c,v 1.2 2007/06/08 15:30:01 bema Exp $") | |
| INT4 | main () |
Variables | |
| CHAR | frameCache [200] = "test.cache" |
| CHAR | channel [LALNameLength] = "H1_PSD" |
| UINT8 | startTime = 815412745 |
| INT4 | segmentDuration = 60 |
| INT4 | length = 7041 |
| REAL8 | deltaF = 0.25 |
| #define CVS_ID "$Id: readframes.c,v 1.2 2007/06/08 15:30:01 bema Exp $" |
Definition at line 65 of file readframes.c.
| #define CVS_REVISION "$Revision: 1.2 $" |
Definition at line 66 of file readframes.c.
| #define CVS_DATE "$Date: 2007/06/08 15:30:01 $" |
Definition at line 67 of file readframes.c.
| #define PROGRAM_NAME "lalapps_readframes" |
Definition at line 68 of file readframes.c.
| NRCSID | ( | READFRAMESC | , | |
| "$Id: readframes. | c, | |||
| v 1.2 2007/06/08 15:30:01 bema Exp $" | ||||
| ) |
| RCSID | ( | "$Id: readframes. | c, | |
| v 1.2 2007/06/08 15:30:01 bema Exp $" | ||||
| ) |
| INT4 main | ( | void | ) |
| CHAR frameCache[200] = "test.cache" |
Definition at line 71 of file readframes.c.
Definition at line 72 of file readframes.c.
Definition at line 73 of file readframes.c.
| INT4 segmentDuration = 60 |
Definition at line 74 of file readframes.c.
Definition at line 75 of file readframes.c.
Definition at line 76 of file readframes.c.
1.5.2