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

Detailed Description

Demodulation parameters needed for the Hough transform; all coordinates are assumed to be with respect to the same reference system.

Definition at line 353 of file LUT.h.

Data Fields

REAL8 deltaF
 Frequency resolution: df=1/TCOH More...
 
REAL8UnitPolarCoor skyPatch
 \( N_{center} \) (alpha, delta): position of the center of the patch More...
 
REAL8Cart3Coor veloC
 \( v(t)/c \) (x,y,z): Relative detector velocity More...
 
REAL8Cart3Coor positC
 \( (x(t)-x(t0))/c \) (x,y,z): Position of the detector More...
 
REAL8 timeDiff
 \( T_{\hat N} (t)-T_{\hat N} (\hat t_0) \) : time difference More...
 
REAL8Vector spin
 Spin down information. More...
 

Field Documentation

◆ deltaF

REAL8 HOUGHDemodPar::deltaF

Frequency resolution: df=1/TCOH

Definition at line 354 of file LUT.h.

◆ skyPatch

REAL8UnitPolarCoor HOUGHDemodPar::skyPatch

\( N_{center} \) (alpha, delta): position of the center of the patch

Definition at line 355 of file LUT.h.

◆ veloC

REAL8Cart3Coor HOUGHDemodPar::veloC

\( v(t)/c \) (x,y,z): Relative detector velocity

Definition at line 356 of file LUT.h.

◆ positC

REAL8Cart3Coor HOUGHDemodPar::positC

\( (x(t)-x(t0))/c \) (x,y,z): Position of the detector

Definition at line 357 of file LUT.h.

◆ timeDiff

REAL8 HOUGHDemodPar::timeDiff

\( T_{\hat N} (t)-T_{\hat N} (\hat t_0) \) : time difference

Definition at line 358 of file LUT.h.

◆ spin

REAL8Vector HOUGHDemodPar::spin

Spin down information.

It includes the fields: length: maximum order of spin-down parameter, and *data: pointer to spin-down parameter set \( F_k \)

Definition at line 359 of file LUT.h.