Header for CW cross-correlation search. More...
Go to the source code of this file.
Macros | |
| #define | PULSAR_CROSSCORR_ENORM 0 |
| #define | PULSAR_CROSSCORR_ESUB 1 |
| #define | PULSAR_CROSSCORR_EARG 2 |
| #define | PULSAR_CROSSCORR_EBAD 3 |
| #define | PULSAR_CROSSCORR_EFILE 4 |
| #define | PULSAR_CROSSCORR_EDIR 5 |
| #define | PULSAR_CROSSCORR_ENULL 6 |
| #define | PULSAR_CROSSCORR_ENONULL 7 |
| #define | PULSAR_CROSSCORR_EVAL 8 |
| #define | PULSAR_CROSSCORR_EMEM 9 |
| #define | PULSAR_CROSSCORR_MSGENORM "Normal exit" |
| #define | PULSAR_CROSSCORR_MSGESUB "Subroutine failed" |
| #define | PULSAR_CROSSCORR_MSGEARG "Error parsing arguments" |
| #define | PULSAR_CROSSCORR_MSGEBAD "Bad argument values" |
| #define | PULSAR_CROSSCORR_MSGEFILE "Could not create output file" |
| #define | PULSAR_CROSSCORR_MSGEDIR "Could not create directory" |
| #define | PULSAR_CROSSCORR_MSGENULL "Null pointer" |
| #define | PULSAR_CROSSCORR_MSGENONULL "Non-null pointer" |
| #define | PULSAR_CROSSCORR_MSGEVAL "Invalid value" |
| #define | PULSAR_CROSSCORR_MSGEMEM "Out of memory" |
| #define | PIXELFACTOR 2 |
| #define PULSAR_CROSSCORR_ENORM 0 |
Definition at line 91 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_ESUB 1 |
Definition at line 92 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_EARG 2 |
Definition at line 93 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_EBAD 3 |
Definition at line 94 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_EFILE 4 |
Definition at line 95 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_EDIR 5 |
Definition at line 96 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_ENULL 6 |
Definition at line 97 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_ENONULL 7 |
Definition at line 98 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_EVAL 8 |
Definition at line 99 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_EMEM 9 |
Definition at line 100 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGENORM "Normal exit" |
Definition at line 102 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGESUB "Subroutine failed" |
Definition at line 103 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGEARG "Error parsing arguments" |
Definition at line 104 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGEBAD "Bad argument values" |
Definition at line 105 of file pulsar_crosscorr.h.
Definition at line 106 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGEDIR "Could not create directory" |
Definition at line 107 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGENULL "Null pointer" |
Definition at line 108 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGENONULL "Non-null pointer" |
Definition at line 109 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGEVAL "Invalid value" |
Definition at line 110 of file pulsar_crosscorr.h.
| #define PULSAR_CROSSCORR_MSGEMEM "Out of memory" |
Definition at line 111 of file pulsar_crosscorr.h.
| #define PIXELFACTOR 2 |
Definition at line 113 of file pulsar_crosscorr.h.
| void SetUpRadiometerSkyPatches | ( | LALStatus * | status, |
| SkyPatchesInfo * | out, | ||
| CHAR * | skyFileName, | ||
| CHAR * | skyRegion, | ||
| REAL8 | dAlpha, | ||
| REAL8 | dDelta | ||
| ) |
Set up location of skypatch centers and sizes If user specified skyRegion then use DopplerScan function to construct an isotropic grid.
Otherwise use skypatch file.
| status | pointer to LALStatus structure |
| out | output skypatches info |
| skyFileName | name of skypatch file |
| skyRegion | skyregion (if isotropic grid is to be constructed) |
| dAlpha | alpha resolution (if isotropic grid is to be constructed) |
| dDelta | delta resolution (if isotropic grid is to be constructed) |
Definition at line 1124 of file pulsar_crosscorr.c.
| void InitDoppParams | ( | LALStatus * | status, |
| REAL8Vector * | fdots, | ||
| PulsarDopplerParams * | thisPoint, | ||
| LIGOTimeGPS | refTime, | ||
| REAL8 | f_current, | ||
| REAL8 | q1_current, | ||
| REAL8 | q2_current, | ||
| REAL8 | n_current, | ||
| REAL8 | fdot_current, | ||
| REAL8 | fddot_current | ||
| ) |
Definition at line 1238 of file pulsar_crosscorr.c.
| void GetBeamInfo | ( | LALStatus * | status, |
| CrossCorrBeamFnListElement * | beamHead, | ||
| SFTListElement * | sftHead, | ||
| REAL8ListElement * | freqHead, | ||
| REAL8ListElement * | phaseHead, | ||
| SkyPosition | skypos, | ||
| EphemerisData * | edat, | ||
| PulsarDopplerParams * | thisPoint | ||
| ) |
Definition at line 1290 of file pulsar_crosscorr.c.
| void CalculateFdots | ( | LALStatus * | status, |
| REAL8Vector * | fdots, | ||
| REAL8 | f0, | ||
| REAL8 | q1, | ||
| REAL8 | q2, | ||
| REAL8 | n | ||
| ) |
Definition at line 1652 of file pulsar_crosscorr.c.
| void CopySFTFromCatalog | ( | LALStatus * | status, |
| SFTCatalog * | catalog, | ||
| SFTVector ** | sft, | ||
| REAL8 | fMin, | ||
| REAL8 | fMax, | ||
| INT4 | sftindex | ||
| ) |
Definition at line 1401 of file pulsar_crosscorr.c.
| void AddSFTtoList | ( | LALStatus * | status, |
| SFTListElement ** | sftHead, | ||
| SFTListElement ** | sftTail, | ||
| SFTtype * | sft | ||
| ) |
Definition at line 1452 of file pulsar_crosscorr.c.
| void AddPSDtoList | ( | LALStatus * | status, |
| PSDListElement ** | psdHead, | ||
| PSDListElement ** | psdTail, | ||
| INT4 | length | ||
| ) |
Definition at line 1483 of file pulsar_crosscorr.c.
| void AddREAL8toList | ( | LALStatus * | status, |
| REAL8ListElement ** | head, | ||
| REAL8ListElement ** | tail | ||
| ) |
Definition at line 1510 of file pulsar_crosscorr.c.
| void AddBeamFntoList | ( | LALStatus * | status, |
| CrossCorrBeamFnListElement ** | beamHead, | ||
| CrossCorrBeamFnListElement ** | beamTail | ||
| ) |
Definition at line 1537 of file pulsar_crosscorr.c.
| void DeleteSFTHead | ( | LALStatus * | status, |
| SFTListElement ** | sftHead | ||
| ) |
Definition at line 1565 of file pulsar_crosscorr.c.
| void DeletePSDHead | ( | LALStatus * | status, |
| PSDListElement ** | psdHead | ||
| ) |
Definition at line 1588 of file pulsar_crosscorr.c.
| void DeleteREAL8Head | ( | LALStatus * | status, |
| REAL8ListElement ** | head | ||
| ) |
Definition at line 1609 of file pulsar_crosscorr.c.
| void DeleteBeamFnHead | ( | LALStatus * | status, |
| CrossCorrBeamFnListElement ** | beamHead | ||
| ) |
Definition at line 1631 of file pulsar_crosscorr.c.