LAL  7.5.0.1-89842e6
PrintFTSeriesTest.c File Reference

Tests the routines in Module PrintTimeSeries.c and Module PrintFrequencySeries.c. More...

Detailed Description

Tests the routines in Module PrintTimeSeries.c and Module PrintFrequencySeries.c.

Author
J. T. Whelan jtwhe.nosp@m.lan@.nosp@m.loyno.nosp@m..edu

Usage

PrintFTSeriesTest

Description

This program generates and prints a sequence of frequency and time series; the program only detects errors coming from other LAL functions, so more in-depth testing requires examinaton of the output files. (The program ReadFTSeriesTest also tests the routines in Module PrintFrequencySeries.c and Module ReadFrequencySeries.c.)

Notes

The program as written generates and prints single and double precision real and complex time and frequency series. The routines for integers are not tested.

Definition in file PrintFTSeriesTest.c.

Go to the source code of this file.

Macros

Error Codes
#define PRINTFTSERIESTESTC_ENOM   0
 Nominal exit. More...
 
#define PRINTFTSERIESTESTC_EFUN   1
 Error from LAL function. More...
 

Macro Definition Documentation

◆ PRINTFTSERIESTESTC_ENOM

#define PRINTFTSERIESTESTC_ENOM   0

Nominal exit.

Definition at line 50 of file PrintFTSeriesTest.c.

◆ PRINTFTSERIESTESTC_EFUN

#define PRINTFTSERIESTESTC_EFUN   1

Error from LAL function.

Definition at line 51 of file PrintFTSeriesTest.c.