This structure stores a set of frequency-index vectors.
Every set corresponds to a different spin-down residual value; there will thus be as many sets as many spin-down residuals one wants to search over with the hough stage.
Definition at line 160 of file LALHough.h.
Data Fields | |
UINT4 | length |
number of elements More... | |
UINT4 | vectorLength |
frequency resolution More... | |
UINT8FrequencyIndexVector * | freqIndV |
the frequency indexes More... | |
UINT4 UINT8FrequencyIndexVectorSequence::length |
number of elements
Definition at line 161 of file LALHough.h.
UINT4 UINT8FrequencyIndexVectorSequence::vectorLength |
frequency resolution
Definition at line 162 of file LALHough.h.
UINT8FrequencyIndexVector* UINT8FrequencyIndexVectorSequence::freqIndV |
the frequency indexes
Definition at line 163 of file LALHough.h.