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 |
| void GenerateInjectParams | ( | LALStatus * | status, |
| PulsarData * | injectPulsar, | ||
| HoughTemplate * | templatePulsar, | ||
| HoughNearTemplates * | closeTemplates, | ||
| HoughInjectParams * | params, | ||
| LineNoiseInfo * | lines | ||
| ) |
Definition at line 1079 of file MCInjectHoughMulti.c.
| void GenerateInjectParamsNoVeto | ( | LALStatus * | status, |
| PulsarData * | injectPulsar, | ||
| HoughTemplate * | templatePulsar, | ||
| HoughNearTemplates * | closeTemplates, | ||
| HoughInjectParams * | params | ||
| ) |
Definition at line 1306 of file MCInjectHoughMulti.c.
| void ComputeFoft | ( | LALStatus * | status, |
| REAL8Vector * | foft, | ||
| HoughTemplate * | pulsarTemplate, | ||
| REAL8Vector * | timeDiffV, | ||
| REAL8Cart3CoorVector * | velV, | ||
| REAL8 | timeBase | ||
| ) |
Definition at line 648 of file HoughValidateAM.c.
| void PrintLogFile | ( | LALStatus * | status, |
| CHAR * | dir, | ||
| CHAR * | basename, | ||
| CHAR * | skyfile, | ||
| LALStringVector * | linefiles, | ||
| CHAR * | executable | ||
| ) |
Definition at line 1349 of file DriveHoughMulti.c.
| void FindNearestPatch | ( | LALStatus * | status, |
| REAL8 | latitude, | ||
| REAL8 | longitude, | ||
| REAL8Cart3CoorVector * | skyPatchCenterV, | ||
| INT4 * | skyIndex | ||
| ) |