This structure stores the frequency indexes of the partial-Hough map derivatives at different time stamps that have to be combined to form a Hough map for a given (null or) residual spin-down parameters.
Definition at line 149 of file LALHough.h.
Data Fields | |
UINT4 | length |
number of elements More... | |
REAL8 | deltaF |
frequency resolution More... | |
UINT8 * | data |
the frequency indexes More... | |
UINT4 UINT8FrequencyIndexVector::length |
number of elements
Definition at line 150 of file LALHough.h.
REAL8 UINT8FrequencyIndexVector::deltaF |
frequency resolution
Definition at line 151 of file LALHough.h.
UINT8* UINT8FrequencyIndexVector::data |
the frequency indexes
Definition at line 152 of file LALHough.h.