Module with functions that StackSlide a vector of Fstat values or any REAL8FrequencySeriesVector. More...
Module with functions that StackSlide a vector of Fstat values or any REAL8FrequencySeriesVector.
Definition in file StackSlideFstat.c.
Go to the source code of this file.
Macros | |
| #define | THRESHOLDFRACSS 0.667 |
| #define | TRUE (1==1) |
| #define | FALSE (1==0) |
| #define | SSMAX(x, y) ( (x) > (y) ? (x) : (y) ) |
| #define | SSMIN(x, y) ( (x) < (y) ? (x) : (y) ) |
| #define | BLOCKSIZE_REALLOC 50 |
| #define THRESHOLDFRACSS 0.667 |
Definition at line 32 of file StackSlideFstat.c.
| #define TRUE (1==1) |
Definition at line 36 of file StackSlideFstat.c.
| #define FALSE (1==0) |
Definition at line 37 of file StackSlideFstat.c.
| #define BLOCKSIZE_REALLOC 50 |
Definition at line 42 of file StackSlideFstat.c.
Definition at line 44 of file StackSlideFstat.c.
| void StackSlideVecF | ( | LALStatus * | status, |
| SemiCohCandidateList * | out, | ||
| REAL4FrequencySeriesVector * | vecF, | ||
| SemiCoherentParams * | params | ||
| ) |
Function StackSlides a vector of Fstat frequency series or any REAL8FrequencySeriesVector.
| status | pointer to LALStatus structure |
| out | output candidates |
| vecF | vector with Fstat values or any REAL8FrequencySeriesVector |
| params | input parameters |
Definition at line 62 of file StackSlideFstat.c.
| void StackSlideVecF_HoughMode | ( | LALStatus * | status, |
| SemiCohCandidateList * | out, | ||
| REAL4FrequencySeriesVector * | vecF, | ||
| SemiCoherentParams * | params | ||
| ) |
Function StackSlides a vector of Fstat frequency series or any REAL8FrequencySeriesVector.
This is similar to StackSlideVecF but adapted to calculate the hough number count and to be as similar to Hough as possible but without using the hough look-up-tables.
| status | pointer to LALStatus structure |
| out | output candidates |
| vecF | vector with Fstat values or any REAL8FrequencySeriesVector |
| params | input parameters |
Definition at line 373 of file StackSlideFstat.c.
| void FindFreqFromMasterEquation | ( | LALStatus * | status, |
| PulsarDopplerParams * | outputPoint, | ||
| PulsarDopplerParams * | inputPoint, | ||
| REAL8 * | vel, | ||
| REAL8 | deltaT, | ||
| UINT2 | numSpindown | ||
| ) |
| status | pointer to LALStatus structure |
| outputPoint | outputs f(t) for output sky position and spindown values |
| inputPoint | input demodulation f0, sky position, and spindown values |
| vel | vx = vel[0], vy = vel[1], vz = vel[2] = ave detector velocity |
| deltaT | time since the reference time |
| numSpindown | Number of spindown values == high deriv. of include == 1 if just df/dt, etc... |
Definition at line 703 of file StackSlideFstat.c.
| void GetStackSlideCandidates_threshold | ( | LALStatus * | status, |
| SemiCohCandidateList * | out, | ||
| REAL8FrequencySeries * | stackslideSum, | ||
| PulsarDopplerParams * | outputPoint, | ||
| PulsarDopplerParams * | outputPointUnc, | ||
| REAL8 | threshold | ||
| ) |
| status | pointer to LALStatus structure |
| out | output list of candidates |
| stackslideSum | input stackslide sum of F stat values |
| outputPoint | parameter space point for which to output candidate |
| outputPointUnc | uncertainties in parameter space point for which to output candidate |
| threshold | threshold on significance |
Definition at line 789 of file StackSlideFstat.c.
| void GetStackSlideCandidates_toplist | ( | LALStatus * | status, |
| toplist_t * | list, | ||
| REAL8FrequencySeries * | stackslideSum, | ||
| PulsarDopplerParams * | outputPoint, | ||
| PulsarDopplerParams * | outputPointUnc | ||
| ) |
Definition at line 894 of file StackSlideFstat.c.