Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-6c6b863
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dumpSFT.c File Reference

Code to dump various SFT-info in human-readable form to stdout. More...

Prototypes

int XLALprintDescriptor (const SFTDescriptor *ptr)
 
int XLALprintHeader (const SFTtype *header)
 
int XLALprintData (const SFTtype *sft)
 
int XLALprintTimestamps (const SFTCatalog *catalog, const UINT4 Nmax)
 
int XLALReadUserInput (int argc, char *argv[], UserVariables_t *uvar)
 
int main (int argc, char *argv[])
 

Detailed Description

Code to dump various SFT-info in human-readable form to stdout.

Author
Reinhard Prix
Date
2005, 2013

Definition in file dumpSFT.c.

Go to the source code of this file.

Data Structures

struct  UserVariables_t
 user input variables More...
 

Macros

#define MIN(x, y)   ((x) < (y) ? (x) : (y))
 

Macro Definition Documentation

◆ MIN

#define MIN (   x,
  y 
)    ((x) < (y) ? (x) : (y))

Definition at line 39 of file dumpSFT.c.

Function Documentation

◆ XLALprintDescriptor()

int XLALprintDescriptor ( const SFTDescriptor ptr)

Definition at line 135 of file dumpSFT.c.

◆ XLALprintHeader()

int XLALprintHeader ( const SFTtype header)

Definition at line 161 of file dumpSFT.c.

◆ XLALprintData()

int XLALprintData ( const SFTtype sft)

Definition at line 178 of file dumpSFT.c.

◆ XLALprintTimestamps()

int XLALprintTimestamps ( const SFTCatalog catalog,
const UINT4  Nmax 
)

Definition at line 196 of file dumpSFT.c.

◆ XLALReadUserInput()

int XLALReadUserInput ( int  argc,
char argv[],
UserVariables_t uvar 
)

Definition at line 228 of file dumpSFT.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 70 of file dumpSFT.c.