#include <ComputeFStatisticBinary_v2.h>
Collaboration diagram for ConfigVariables:

Data Fields | |
| CHAR | EphemEarth [MAXFILENAMELENGTH] |
| filename of earth-ephemeris data | |
| CHAR | EphemSun [MAXFILENAMELENGTH] |
| filename of sun-ephemeris data | |
| INT4 | FreqImax |
| number of frequency-bins to run LALDemod for | |
| INT4 | SpinImax |
| number of spindown-values | |
| INT4 | ifmax |
| highest frequency-bin needed in calculation | |
| INT4 | ifmin |
| lowest frequency-bin needed | |
| REAL8 | dFreq |
| REAL8 | tsft |
| length of an SFT in seconds | |
| INT4 | SFTno |
| number of SFTs in input | |
| INT4 | nsamples |
| number of frequency-bins in an SFT | |
| INT4 | Ti |
| GPS seconds of start of observation. | |
| INT4 | Tf |
| GPS-time (seconds) of end of observation. | |
| CHAR | filelist [MAXFILES][MAXFILENAMELENGTH] |
| LALDetector | Detector |
| Our detector. | |
| EphemerisData * | edat |
| CHAR * | skyRegion |
| CHAR ** | filelist |
| array of filenames to load SFTs from | |
| EphemerisData * | edat |
| ephemeris data (from LALInitBarycenter()) | |
| CHAR * | skyRegionString |
| sky-region to search '(a1,d1), (a2,d2), . | |
| PulsarSpinRange | spinRange |
| spin-range to search over | |
| REAL8 | DeltaFreqRef |
| difference f(tRef) - f(tStart) | |
| CHAR * | skyGridFile |
| filename of skygrid-file | |
| REAL8 | Alpha |
| sky position alpha in radians | |
| REAL8 | Delta |
| sky position delta in radians | |
| REAL8 | Tsft |
| length of one SFT in seconds | |
| LIGOTimeGPS | refTime |
| reference time for spin-parameters | |
| DopplerRegion | searchRegion |
| Doppler parameter-space to search. | |
| DopplerFullScanState * | scanState |
| current state of the Doppler-scan | |
| PulsarDopplerParams | stepSizes |
| user-preferences on Doppler-param step-sizes | |
| EphemerisData * | ephemeris |
| ephemeris data (from LALInitBarycenter()) | |
| MultiSFTVector * | multiSFTs |
| multi-IFO SFT-vectors | |
| MultiDetectorStateSeries * | multiDetStates |
| pos, vel and LMSTs for detector at times t_i | |
| MultiNoiseWeights * | multiNoiseWeights |
| normalized noise-weights of those SFTs | |
| ComputeFParams | CFparams |
| parameters for Fstat (e.g Dterms, SSB-prec,. | |
| CHAR * | logstring |
| log containing max-info on this search setup | |
| toplist_t * | FstatToplist |
| sorted 'toplist' of the NumCandidatesToKeep loudest candidates | |
| scanlineWindow_t * | scanlineWindow |
| moving window of candidates on scanline to find local maxima | |
| REAL8 | df |
| CHAR | filename [MAXFILENAMELENGTH] |
| REAL8 | Fstat |
| REAL8 | leap |
| CHAR * | timestampsfile |
| CHAR * | EphemEarth |
| filename of earth-ephemeris data | |
| CHAR * | EphemSun |
| filename of sun-ephemeris data | |
| REAL8 | confidence |
| CHAR * | dataSummary |
| descriptive string describing the data | |
| REAL8 | aPlus |
| REAL8 | aCross |
| internally always use Aplus, Across | |
| AntennaPatternMatrix | Mmunu |
| antenna-pattern matrix and normalization | |
| REAL8 | FFTFreqBand |
| treated outside of DopplerScan for resampling-technique | |
| DopplerFullScanState * | scanState |
| current state of the Doppler-scan | |
| EphemerisData * | ephemeris |
| ephemeris data (from LALInitBarycenter()) | |
| MultiSFTVector * | multiSFTs |
| multi-IFO SFT-vectors | |
| MultiDetectorStateSeries * | multiDetStates |
| pos, vel and LMSTs for detector at times t_i | |
| MultiNoiseWeights * | multiNoiseWeights |
| normalized noise-weights of those SFTs | |
| CHAR * | logstring |
| log containing max-info on this search setup | |
| toplist_t * | FstatToplist |
| sorted 'toplist' of the NumCandidatesToKeep loudest candidates | |
| scanlineWindow_t * | scanlineWindow |
| moving window of candidates on scanline to find local maxima | |
| EphemerisData * | edat |
| ephemeris data (from LALInitBarycenter()) | |
| LIGOTimeGPS | startTime |
| start time of observation | |
| DopplerPoint | dopplerPoint |
| sky-position and spins | |
| DopplerPoint | offsetUnits |
| (natural)units for skypos and spins | |
| gsl_vector * | dopplerOffset |
| offset-vector from signal-location | |
| MultiDetectorStateSeries * | multiDetStates |
| pos, vel and LMSTs for detector at times t_i | |
| MultiAMCoeffs * | multiAMcoe |
| Amplitude Modulation coefficients a,b(t). | |
| MultiPhaseDerivs * | multidPhi |
| Phase-derivatives d_i phi(t). | |
| REAL8Vector * | GLweights |
| Gauss-Legendre Integration-weights. | |
| MultiNoiseWeights * | multiNoiseWeights |
| noise-weights for the different IFOs | |
| REAL8 | Al1 |
| REAL8 | Al2 |
| REAL8 | Al3 |
| amplitude factors alpha1, alpha2, alpha3 | |
| REAL8 | Ad |
| REAL8 | Bd |
| REAL8 | Cd |
| REAL8 | Dd |
| EphemerisData * | edat |
| ephemeris data (from LALInitBarycenter()) | |
| PulsarDopplerParams | dopplerPoint |
| doppler point | |
| MultiDetectorInfo | detInfo |
| (multi-)detector info | |
| LALDetector * | Detector |
| detector of data to be searched | |
| EphemerisData * | ephemeris |
| ephemeris data (from LALInitBarycenter()) | |
| LIGOTimeGPS | startTimeGPS |
| starttime of observation | |
| REAL8 | duration |
| total observation-time spanned | |
| LALDetector * | site |
| detector of data to be searched | |
| EphemerisData * | ephemeris |
| ephemeris data (from LALInitBarycenter()) | |
These are 'pre-processed' settings, which have been derived from the user-input.
Definition at line 66 of file ComputeFStatisticBinary_v2.h.
number of frequency-bins to run LALDemod for
Definition at line 69 of file ComputeFStatisticBinary_v2.h.
highest frequency-bin needed in calculation
Definition at line 72 of file ComputeFStatisticBinary_v2.h.
Definition at line 75 of file ComputeFStatisticBinary_v2.h.
GPS-time (seconds) of end of observation.
Definition at line 81 of file ComputeFStatisticBinary_v2.h.
| CHAR ConfigVariables::filelist[MAXFILES][MAXFILENAMELENGTH] |
Definition at line 82 of file ComputeFStatisticBinary_v2.h.
Definition at line 85 of file ComputeFStatisticBinary_v2.h.
Definition at line 87 of file ComputeFStatisticBinary_v2.h.
parameters for Fstat (e.g Dterms, SSB-prec,.
..)
Definition at line 153 of file ComputeFStatistic_v2.c.
sorted 'toplist' of the NumCandidatesToKeep loudest candidates
Definition at line 155 of file ComputeFStatistic_v2.c.
moving window of candidates on scanline to find local maxima
Definition at line 156 of file ComputeFStatistic_v2.c.
Definition at line 67 of file FrComputeFStatistic.h.
| CHAR ConfigVariables::filename[MAXFILENAMELENGTH] |
Definition at line 74 of file FrComputeFStatistic.h.
Definition at line 79 of file monteint.c.
Definition at line 82 of file monteint.c.
Definition at line 83 of file monteint.c.
Definition at line 86 of file monteint.c.
Definition at line 97 of file PredictFStat.c.
treated outside of DopplerScan for resampling-technique
Definition at line 141 of file ComputeFStatistic_resamp.c.
ephemeris data (from LALInitBarycenter())
Definition at line 146 of file ComputeFStatistic_resamp.c.
pos, vel and LMSTs for detector at times t_i
Definition at line 148 of file ComputeFStatistic_resamp.c.
log containing max-info on this search setup
Definition at line 151 of file ComputeFStatistic_resamp.c.
sorted 'toplist' of the NumCandidatesToKeep loudest candidates
Definition at line 152 of file ComputeFStatistic_resamp.c.
moving window of candidates on scanline to find local maxima
Definition at line 153 of file ComputeFStatistic_resamp.c.
| gsl_vector* ConfigVariables::dopplerOffset |
Definition at line 169 of file FstatMetric.c.
Definition at line 169 of file FstatMetric.c.
Definition at line 170 of file FstatMetric.c.
Definition at line 170 of file FstatMetric.c.
Definition at line 170 of file FstatMetric.c.
Definition at line 170 of file FstatMetric.c.
1.5.2