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

Detailed Description

This structure stores the Hough map.

Definition at line 130 of file HoughMap.h.

Data Fields

INT8 f0Bin
 frequency bin for which it has been constructed More...
 
REAL8 deltaF
 frequency resolution More...
 
UINT4 mObsCoh
 ratio of observation time and coherent timescale More...
 
UINT4 nPG
 number of peakgrams used <= mObsCoh; there could be gaps during the observation time More...
 
REAL8 patchSizeX
 x size of patch More...
 
REAL8 patchSizeY
 y size of patch More...
 
REAL8UnitPolarCoor skyPatch
 Coordinates of the versor \( \hat N_{center} \) (alpha, delta) pointing to the center of the sky patch. More...
 
REAL8Vector spinDem
 Spin parameters used in the demodulation stage. More...
 
REAL8Vector spinRes
 Refined spin parameters used in the Hough transform. More...
 
REAL8Vector dFdot
 resolution in spindown parameters More...
 
UINT2 xSide
 number of physical pixels in the x direction More...
 
UINT2 ySide
 number of physical pixels in the y direction More...
 
HoughTTmap
 the pixel counts; the number of elements to allocate is ySide*xSide More...
 

Field Documentation

◆ f0Bin

INT8 HOUGHMapTotal::f0Bin

frequency bin for which it has been constructed

Definition at line 131 of file HoughMap.h.

◆ deltaF

REAL8 HOUGHMapTotal::deltaF

frequency resolution

Definition at line 132 of file HoughMap.h.

◆ mObsCoh

UINT4 HOUGHMapTotal::mObsCoh

ratio of observation time and coherent timescale

Definition at line 133 of file HoughMap.h.

◆ nPG

UINT4 HOUGHMapTotal::nPG

number of peakgrams used <= mObsCoh; there could be gaps during the observation time

Definition at line 134 of file HoughMap.h.

◆ patchSizeX

REAL8 HOUGHMapTotal::patchSizeX

x size of patch

Definition at line 135 of file HoughMap.h.

◆ patchSizeY

REAL8 HOUGHMapTotal::patchSizeY

y size of patch

Definition at line 136 of file HoughMap.h.

◆ skyPatch

REAL8UnitPolarCoor HOUGHMapTotal::skyPatch

Coordinates of the versor \( \hat N_{center} \) (alpha, delta) pointing to the center of the sky patch.

Definition at line 137 of file HoughMap.h.

◆ spinDem

REAL8Vector HOUGHMapTotal::spinDem

Spin parameters used in the demodulation stage.

Definition at line 138 of file HoughMap.h.

◆ spinRes

REAL8Vector HOUGHMapTotal::spinRes

Refined spin parameters used in the Hough transform.

Definition at line 139 of file HoughMap.h.

◆ dFdot

REAL8Vector HOUGHMapTotal::dFdot

resolution in spindown parameters

Definition at line 140 of file HoughMap.h.

◆ xSide

UINT2 HOUGHMapTotal::xSide

number of physical pixels in the x direction

Definition at line 141 of file HoughMap.h.

◆ ySide

UINT2 HOUGHMapTotal::ySide

number of physical pixels in the y direction

Definition at line 142 of file HoughMap.h.

◆ map

HoughTT* HOUGHMapTotal::map

the pixel counts; the number of elements to allocate is ySide*xSide

Definition at line 143 of file HoughMap.h.