Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
HoughStats Struct Reference

Detailed Description

Structure for storing statistical information about a Hough map.

Definition at line 76 of file lib/Statistics.h.

Data Fields

HoughTT maxCount
 maximum number count More...
 
UINT2 maxIndex [2]
 loctaion of maximum number count More...
 
HoughTT minCount
 minimum number count More...
 
UINT2 minIndex [2]
 location of minimum number count More...
 
REAL8 avgCount
 average number count More...
 
REAL8 stdDev
 standard deviation of number counts More...
 

Field Documentation

◆ maxCount

HoughTT HoughStats::maxCount

maximum number count

Definition at line 77 of file lib/Statistics.h.

◆ maxIndex

UINT2 HoughStats::maxIndex[2]

loctaion of maximum number count

Definition at line 78 of file lib/Statistics.h.

◆ minCount

HoughTT HoughStats::minCount

minimum number count

Definition at line 79 of file lib/Statistics.h.

◆ minIndex

UINT2 HoughStats::minIndex[2]

location of minimum number count

Definition at line 80 of file lib/Statistics.h.

◆ avgCount

REAL8 HoughStats::avgCount

average number count

Definition at line 81 of file lib/Statistics.h.

◆ stdDev

REAL8 HoughStats::stdDev

standard deviation of number counts

Definition at line 82 of file lib/Statistics.h.