build_zm_frames.c File Reference

#include <stdio.h>
#include <math.h>
#include <stdarg.h>
#include <FrameL.h>
#include <lalapps.h>
#include <series.h>
#include <processtable.h>
#include <lalappsfrutils.h>
#include <lal/LALStdlib.h>
#include <lal/LALError.h>
#include <lal/Calibration.h>
#include <lal/AVFactories.h>
#include <lal/LALDatatypes.h>
#include <lal/LALConstants.h>
#include <lal/RealFFT.h>
#include <lal/Interpolate.h>

Include dependency graph for build_zm_frames.c:

Go to the source code of this file.

Data Structures

struct  options_t

Defines

#define PLAYC_ENORM   0
#define PLAYC_ESUB   1
#define PLAYC_EARG   2
#define PLAYC_EVAL   3
#define PLAYC_EFILE   4
#define PLAYC_EINPUT   5
#define PLAYC_EMEM   6
#define PLAYC_MSGENORM   "Normal exit"
#define PLAYC_MSGESUB   "Subroutine failed"
#define PLAYC_MSGEARG   "Error parsing arguments"
#define PLAYC_MSGEVAL   "Input argument out of valid range"
#define PLAYC_MSGEFILE   "Could not open file"
#define PLAYC_MSGEINPUT   "Error reading file"
#define PLAYC_MSGEMEM   "Out of memory"
#define USAGE
#define MAX_LENGTH   81920
#define TRUE   1
#define FALSE   0

Functions

 RCSID ("$Id: build_zm_frames.c,v 1.7 2007/06/08 15:30:04 bema Exp $")
int snprintf (char *str, size_t size, const char *format,...)
int main (int argc, char **argv)


Define Documentation

#define PLAYC_ENORM   0

Definition at line 41 of file build_zm_frames.c.

#define PLAYC_ESUB   1

Definition at line 42 of file build_zm_frames.c.

#define PLAYC_EARG   2

Definition at line 43 of file build_zm_frames.c.

#define PLAYC_EVAL   3

Definition at line 44 of file build_zm_frames.c.

#define PLAYC_EFILE   4

Definition at line 45 of file build_zm_frames.c.

#define PLAYC_EINPUT   5

Definition at line 46 of file build_zm_frames.c.

#define PLAYC_EMEM   6

Definition at line 47 of file build_zm_frames.c.

#define PLAYC_MSGENORM   "Normal exit"

Definition at line 49 of file build_zm_frames.c.

#define PLAYC_MSGESUB   "Subroutine failed"

Definition at line 50 of file build_zm_frames.c.

#define PLAYC_MSGEARG   "Error parsing arguments"

Definition at line 51 of file build_zm_frames.c.

#define PLAYC_MSGEVAL   "Input argument out of valid range"

Definition at line 52 of file build_zm_frames.c.

#define PLAYC_MSGEFILE   "Could not open file"

Definition at line 53 of file build_zm_frames.c.

#define PLAYC_MSGEINPUT   "Error reading file"

Definition at line 54 of file build_zm_frames.c.

#define PLAYC_MSGEMEM   "Out of memory"

Definition at line 55 of file build_zm_frames.c.

#define USAGE

Value:

"Usage: %s --infileindex waveform id --channel channel suffix "         "--nfiles #files --frame-length framelength(sec:Must be power of 2) "         "[--verbose] [--printrawdata] [--printinterpolateddata] [--help]\n"

Definition at line 58 of file build_zm_frames.c.

#define MAX_LENGTH   81920

Definition at line 62 of file build_zm_frames.c.

#define TRUE   1

Definition at line 63 of file build_zm_frames.c.

#define FALSE   0

Definition at line 64 of file build_zm_frames.c.


Function Documentation

RCSID ( "$Id: build_zm_frames.  c,
v 1.7 2007/06/08 15:30:04 bema Exp $"   
)

int snprintf ( char *  str,
size_t  size,
const char *  format,
  ... 
)

int main ( int  argc,
char **  argv 
)

Definition at line 502 of file build_zm_frames.c.


Generated on Sat Sep 6 03:07:50 2008 for LAL by  doxygen 1.5.2