LALPulsar 7.1.1.1-eeff03c
MCInjectHoughMulti.h File Reference

Prototypes

void GenerateInjectParams (LALStatus *status, PulsarData *injectPulsar, HoughTemplate *templatePulsar, HoughNearTemplates *closeTemplates, HoughInjectParams *params, LineNoiseInfo *lines)
 
void GenerateInjectParamsNoVeto (LALStatus *status, PulsarData *injectPulsar, HoughTemplate *templatePulsar, HoughNearTemplates *closeTemplates, HoughInjectParams *params)
 
void ComputeFoft (LALStatus *status, REAL8Vector *foft, HoughTemplate *pulsarTemplate, REAL8Vector *timeDiffV, REAL8Cart3CoorVector *velV, REAL8 timeBase)
 
void PrintLogFile (LALStatus *status, CHAR *dir, CHAR *basename, CHAR *skyfile, LALStringVector *linefiles, CHAR *executable)
 
void FindNearestPatch (LALStatus *status, REAL8 latitude, REAL8 longitude, REAL8Cart3CoorVector *skyPatchCenterV, INT4 *skyIndex)
 

Go to the source code of this file.

Data Structures

struct  HoughInjectParams
 
struct  HoughTemplate
 
struct  HoughNearTemplates
 
struct  PulsarData
 

Function Documentation

◆ GenerateInjectParams()

void GenerateInjectParams ( LALStatus status,
PulsarData injectPulsar,
HoughTemplate templatePulsar,
HoughNearTemplates closeTemplates,
HoughInjectParams params,
LineNoiseInfo lines 
)

Definition at line 1079 of file MCInjectHoughMulti.c.

◆ GenerateInjectParamsNoVeto()

void GenerateInjectParamsNoVeto ( LALStatus status,
PulsarData injectPulsar,
HoughTemplate templatePulsar,
HoughNearTemplates closeTemplates,
HoughInjectParams params 
)

Definition at line 1306 of file MCInjectHoughMulti.c.

◆ ComputeFoft()

void ComputeFoft ( LALStatus status,
REAL8Vector foft,
HoughTemplate pulsarTemplate,
REAL8Vector timeDiffV,
REAL8Cart3CoorVector velV,
REAL8  timeBase 
)

Definition at line 648 of file HoughValidateAM.c.

◆ PrintLogFile()

void PrintLogFile ( LALStatus status,
CHAR dir,
CHAR basename,
CHAR skyfile,
LALStringVector linefiles,
CHAR executable 
)

Definition at line 1349 of file DriveHoughMulti.c.

◆ FindNearestPatch()

void FindNearestPatch ( LALStatus status,
REAL8  latitude,
REAL8  longitude,
REAL8Cart3CoorVector skyPatchCenterV,
INT4 skyIndex 
)