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

Detailed Description

moving 'Scanline window' of candidates on the scan-line, which is used to find local 1D maxima.

Definition at line 109 of file ComputeFstatistic_v2.c.

Data Fields

UINT4 length
 
FstatCandidatewindow
 array holding candidates More...
 
FstatCandidatecenter
 pointer to middle candidate in window More...
 

Field Documentation

◆ length

UINT4 scanlineWindow_t::length

Definition at line 110 of file ComputeFstatistic_v2.c.

◆ window

FstatCandidate* scanlineWindow_t::window

array holding candidates

Definition at line 111 of file ComputeFstatistic_v2.c.

◆ center

FstatCandidate* scanlineWindow_t::center

pointer to middle candidate in window

Definition at line 112 of file ComputeFstatistic_v2.c.