LAL  7.5.0.1-b72065a
Header ReadFTSeries.h

Detailed Description

This is a simple utility to Read time and frequency series into a file.

Author
Torres, C. W.

Synopsis

#include <lal/ReadFTSeries.h>

Provides prototype information for the routines in Module ReadTimeSeries.c and Module ReadFrequencySeries.c.

Modules

 Module ReadTimeSeries.c
 Each member of this family of functions reads from a file the output of the corresponding PrintTimeSeries routine.
 
 Module ReadFrequencySeries.c
 Each member of this family of functions reads from a file the output of the corresponding PrintFrequencySeries routine.
 

Files

file  ReadFTSeriesTest.c
 Tests the routines in Module ReadTimeSeries.c and Module ReadFrequencySeries.c.
 

Error Codes

#define READFTSERIESH_EFILENOTFOUND   1
 Invalid Filename or File Not Found. More...
 
#define READFTSERIESH_EPARSE   2
 Error Parsing File. More...
 

Macro Definition Documentation

◆ READFTSERIESH_EFILENOTFOUND

#define READFTSERIESH_EFILENOTFOUND   1

Invalid Filename or File Not Found.

Definition at line 47 of file ReadFTSeries.h.

◆ READFTSERIESH_EPARSE

#define READFTSERIESH_EPARSE   2

Error Parsing File.

Definition at line 48 of file ReadFTSeries.h.