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

Detailed Description

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

Field Documentation

◆ length

UINT4 UINT8FrequencyIndexVector::length

number of elements

Definition at line 150 of file LALHough.h.

◆ deltaF

REAL8 UINT8FrequencyIndexVector::deltaF

frequency resolution

Definition at line 151 of file LALHough.h.

◆ data

UINT8* UINT8FrequencyIndexVector::data

the frequency indexes

Definition at line 152 of file LALHough.h.