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
sw_inj_frames.c File Reference

Prototypes

int InitUserVars (UserInput_t *uvar, int argc, char **argv)
 Function to register and read all user input. More...
 
int XLALFrameFileName (char *fname, size_t size, const char *chname, const LIGOTimeGPS *epoch, double duration)
 
int main (int argc, char **argv)
 
static int charcmp (const void *c1, const void *c2)
 

Go to the source code of this file.

Data Structures

struct  UserInput_t
 User-variables: can be set from config-file or command-line.
 

Macros

#define STRINGLENGTH   256 /* the length of general string */
 

Variables

UserInput_t uvar_struct
 

Macro Definition Documentation

◆ STRINGLENGTH

#define STRINGLENGTH   256 /* the length of general string */

Definition at line 75 of file sw_inj_frames.c.

Function Documentation

◆ InitUserVars()

int InitUserVars ( UserInput_t uvar,
int  argc,
char **  argv 
)

Function to register and read all user input.

Parameters
[out]uvarUserInput structure to be filled
[in]argcnumber of argv element
[in]argvarray of input arguments

Definition at line 650 of file sw_inj_frames.c.

◆ XLALFrameFileName()

int XLALFrameFileName ( char fname,
size_t  size,
const char chname,
const LIGOTimeGPS epoch,
double  duration 
)

Definition at line 705 of file sw_inj_frames.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Put the pulsar files in the log (so as not to loop every time)

Done logging .par files

extract epoch and duration from gwf file name

Definition at line 102 of file sw_inj_frames.c.

◆ charcmp()

static int charcmp ( const void *  c1,
const void *  c2 
)
static

Definition at line 697 of file sw_inj_frames.c.

Variable Documentation

◆ uvar_struct

UserInput_t uvar_struct

Definition at line 93 of file sw_inj_frames.c.