LALPulsar 7.1.1.1-eeff03c
HOUGHSizePar Struct Reference

Detailed Description

required for constructing patch

Definition at line 294 of file LUT.h.

Data Fields

INT8 f0Bin
 corresponding freq bin
More...
 
REAL8 deltaF
 df=1/TCOH More...
 
REAL8 deltaX
 pixel size in the projected plane More...
 
REAL8 deltaY
 
UINT2 xSide
 number of pixels in the x direction (projected plane) More...
 
UINT2 ySide
 number of pixels in the y direction More...
 
UINT2 maxNBins
 maximum number of bins affecting the patch; for memory allocation More...
 
UINT2 maxNBorders
 maximum number of borders affecting the patch; for memory allocation More...
 
INT8 nFreqValid
 number of frequencies where the LUT is valid More...
 
REAL8 epsilon
 max. More...
 

Field Documentation

◆ f0Bin

INT8 HOUGHSizePar::f0Bin

corresponding freq bin

Definition at line 295 of file LUT.h.

◆ deltaF

REAL8 HOUGHSizePar::deltaF

df=1/TCOH

Definition at line 296 of file LUT.h.

◆ deltaX

REAL8 HOUGHSizePar::deltaX

pixel size in the projected plane

Definition at line 297 of file LUT.h.

◆ deltaY

REAL8 HOUGHSizePar::deltaY

Definition at line 298 of file LUT.h.

◆ xSide

UINT2 HOUGHSizePar::xSide

number of pixels in the x direction (projected plane)

Definition at line 299 of file LUT.h.

◆ ySide

UINT2 HOUGHSizePar::ySide

number of pixels in the y direction

Definition at line 300 of file LUT.h.

◆ maxNBins

UINT2 HOUGHSizePar::maxNBins

maximum number of bins affecting the patch; for memory allocation

Definition at line 301 of file LUT.h.

◆ maxNBorders

UINT2 HOUGHSizePar::maxNBorders

maximum number of borders affecting the patch; for memory allocation

Definition at line 302 of file LUT.h.

◆ nFreqValid

INT8 HOUGHSizePar::nFreqValid

number of frequencies where the LUT is valid

Definition at line 303 of file LUT.h.

◆ epsilon

REAL8 HOUGHSizePar::epsilon

max.

angle (rad.) from the pole to consider a circle as a line in the projected plane

Definition at line 304 of file LUT.h.