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

Detailed Description

This structure stores patch-frequency grid information.

Definition at line 264 of file LUT.h.

Data Fields

REAL8 f0
 Frequency to construct grid. More...
 
REAL8 deltaF
 Frequency resolution: df=1/TCOH More...
 
REAL8 deltaX
 Longitudinal space resolution, x-direction. More...
 
REAL8 xMin
 Patch limit, as the coordinate of the center of the first pixel. More...
 
REAL8 xMax
 Patch limit, as the coordinate of the center of the last pixel. More...
 
UINT2 xSide
 Real number of pixels in the x direction (in the projected plane); it should be less than or equal to xSideMax. More...
 
REAL8xCoor
 Coordinates of the pixel centers. More...
 
REAL8 deltaY
 Longitudinal space resolution, y-direction. More...
 
REAL8 yMin
 Patch limit, as center of the first pixel. More...
 
REAL8 yMax
 Patch limit, as center of the last pixel. More...
 
UINT2 ySide
 Real number of pixels in the y-direction (in the projected plane). More...
 
REAL8yCoor
 Coordinates of the pixel centers. More...
 

Field Documentation

◆ f0

REAL8 HOUGHPatchGrid::f0

Frequency to construct grid.

Definition at line 265 of file LUT.h.

◆ deltaF

REAL8 HOUGHPatchGrid::deltaF

Frequency resolution: df=1/TCOH

Definition at line 266 of file LUT.h.

◆ deltaX

REAL8 HOUGHPatchGrid::deltaX

Longitudinal space resolution, x-direction.

Definition at line 267 of file LUT.h.

◆ xMin

REAL8 HOUGHPatchGrid::xMin

Patch limit, as the coordinate of the center of the first pixel.

Definition at line 268 of file LUT.h.

◆ xMax

REAL8 HOUGHPatchGrid::xMax

Patch limit, as the coordinate of the center of the last pixel.

Definition at line 269 of file LUT.h.

◆ xSide

UINT2 HOUGHPatchGrid::xSide

Real number of pixels in the x direction (in the projected plane); it should be less than or equal to xSideMax.

Definition at line 270 of file LUT.h.

◆ xCoor

REAL8* HOUGHPatchGrid::xCoor

Coordinates of the pixel centers.

Definition at line 271 of file LUT.h.

◆ deltaY

REAL8 HOUGHPatchGrid::deltaY

Longitudinal space resolution, y-direction.

Definition at line 272 of file LUT.h.

◆ yMin

REAL8 HOUGHPatchGrid::yMin

Patch limit, as center of the first pixel.

Definition at line 273 of file LUT.h.

◆ yMax

REAL8 HOUGHPatchGrid::yMax

Patch limit, as center of the last pixel.

Definition at line 274 of file LUT.h.

◆ ySide

UINT2 HOUGHPatchGrid::ySide

Real number of pixels in the y-direction (in the projected plane).

It should be less than or equal to ySideMax.

Definition at line 275 of file LUT.h.

◆ yCoor

REAL8* HOUGHPatchGrid::yCoor

Coordinates of the pixel centers.

Definition at line 278 of file LUT.h.