Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
UINT8FrequencyIndexVectorSequence Struct Reference

Detailed Description

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...
 
UINT8FrequencyIndexVectorfreqIndV
 the frequency indexes More...
 

Field Documentation

◆ length

UINT4 UINT8FrequencyIndexVectorSequence::length

number of elements

Definition at line 161 of file LALHough.h.

◆ vectorLength

UINT4 UINT8FrequencyIndexVectorSequence::vectorLength

frequency resolution

Definition at line 162 of file LALHough.h.

◆ freqIndV

UINT8FrequencyIndexVector* UINT8FrequencyIndexVectorSequence::freqIndV

the frequency indexes

Definition at line 163 of file LALHough.h.