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

Detailed Description

Explicit peakgram structure – 1 if power in bin is above threshold and 0 if below.

Definition at line 114 of file PeakSelect.h.

Data Fields

LIGOTimeGPS epoch
 epoch of first series sample More...
 
REAL8 timeBase
 coherent time baseline used to construct peakgram More...
 
INT4 fminBinIndex
 first frequency bin of peakgram More...
 
INT4 length
 number of elements in data More...
 
INT4 nPeaks
 number of peaks selected in data More...
 
UCHARdata
 pointer to the data {0,1} More...
 

Field Documentation

◆ epoch

LIGOTimeGPS UCHARPeakGram::epoch

epoch of first series sample

Definition at line 115 of file PeakSelect.h.

◆ timeBase

REAL8 UCHARPeakGram::timeBase

coherent time baseline used to construct peakgram

Definition at line 116 of file PeakSelect.h.

◆ fminBinIndex

INT4 UCHARPeakGram::fminBinIndex

first frequency bin of peakgram

Definition at line 117 of file PeakSelect.h.

◆ length

INT4 UCHARPeakGram::length

number of elements in data

Definition at line 118 of file PeakSelect.h.

◆ nPeaks

INT4 UCHARPeakGram::nPeaks

number of peaks selected in data

Definition at line 119 of file PeakSelect.h.

◆ data

UCHAR* UCHARPeakGram::data

pointer to the data {0,1}

Definition at line 120 of file PeakSelect.h.