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... | |
UCHAR * | data |
pointer to the data {0,1} More... | |
LIGOTimeGPS UCHARPeakGram::epoch |
epoch of first series sample
Definition at line 115 of file PeakSelect.h.
REAL8 UCHARPeakGram::timeBase |
coherent time baseline used to construct peakgram
Definition at line 116 of file PeakSelect.h.
INT4 UCHARPeakGram::fminBinIndex |
first frequency bin of peakgram
Definition at line 117 of file PeakSelect.h.
INT4 UCHARPeakGram::length |
number of elements in data
Definition at line 118 of file PeakSelect.h.
INT4 UCHARPeakGram::nPeaks |
number of peaks selected in data
Definition at line 119 of file PeakSelect.h.
UCHAR* UCHARPeakGram::data |
pointer to the data {0,1}
Definition at line 120 of file PeakSelect.h.