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
HOUGHParamPLUT Struct Reference

Detailed Description

Parameters needed to construct the partial look up table.

Definition at line 333 of file LUT.h.

Data Fields

INT8 f0Bin
 freq. More...
 
REAL8 deltaF
 Frequency resolution: df=1/TCOH More...
 
REAL8UnitPolarCoor xi
 Center of the circle on the celestial sphere, \( \xi \) (alpha,delta) in the rotated coordinates. More...
 
REAL8 cosDelta
 \( \Delta \cos(\phi) \) corresponding to one annulus. More...
 
INT4 offset
 Frequency bin corresponding to center of patch; measured w.r.t. More...
 
INT8 nFreqValid
 Number of frequency bins for which the LUT is valid. More...
 
REAL8 cosPhiMax0
 \( \max(\cos(\phi)) \) of the f0Bin More...
 
REAL8 cosPhiMin0
 \( \min(\cos(\phi)) \) of the f0Bin More...
 
REAL8 epsilon
 maximum angle (distance in radians) from the pole to consider a circle as a line in the projected plane More...
 

Field Documentation

◆ f0Bin

INT8 HOUGHParamPLUT::f0Bin

freq.

bin for which it has been constructed

Definition at line 334 of file LUT.h.

◆ deltaF

REAL8 HOUGHParamPLUT::deltaF

Frequency resolution: df=1/TCOH

Definition at line 335 of file LUT.h.

◆ xi

REAL8UnitPolarCoor HOUGHParamPLUT::xi

Center of the circle on the celestial sphere, \( \xi \) (alpha,delta) in the rotated coordinates.

Definition at line 336 of file LUT.h.

◆ cosDelta

REAL8 HOUGHParamPLUT::cosDelta

\( \Delta \cos(\phi) \) corresponding to one annulus.

Definition at line 339 of file LUT.h.

◆ offset

INT4 HOUGHParamPLUT::offset

Frequency bin corresponding to center of patch; measured w.r.t.

f0Bin

Definition at line 340 of file LUT.h.

◆ nFreqValid

INT8 HOUGHParamPLUT::nFreqValid

Number of frequency bins for which the LUT is valid.

Definition at line 341 of file LUT.h.

◆ cosPhiMax0

REAL8 HOUGHParamPLUT::cosPhiMax0

\( \max(\cos(\phi)) \) of the f0Bin

Definition at line 342 of file LUT.h.

◆ cosPhiMin0

REAL8 HOUGHParamPLUT::cosPhiMin0

\( \min(\cos(\phi)) \) of the f0Bin

Definition at line 343 of file LUT.h.

◆ epsilon

REAL8 HOUGHParamPLUT::epsilon

maximum angle (distance in radians) from the pole to consider a circle as a line in the projected plane

Definition at line 344 of file LUT.h.