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

Detailed Description

Definition at line 153 of file HierarchSearchGCT.h.

Data Fields

REAL8 freqmin_fg
 fine-grid start in frequency More...
 
REAL8 dfreq_fg
 fine-grid spacing in frequency More...
 
REAL8 alpha
 right ascension More...
 
REAL8 delta
 declination More...
 
LIGOTimeGPS refTime
 reference time for candidates More...
 
UINT4 length
 length of multi-IFO stats vectors 'sumTwoF', 'nc' (currently 'length'= 'freqlength') More...
 
UINT4 freqlength
 number of fine-grid points in frequency More...
 
UINT4 numDetectors
 number of detectors for sumTwoFX array More...
 
REAL4sumTwoF
 sum of 2F-values, 1D array over fine-grid frequencies (of length 'length') More...
 
UINT4 freqlengthAL
 "aligned" number of fine-grid points in frequency: in blocks of 16 bytes, consistent with ALAlloc() [used for sumTwoFX, maxTwoFXl, maxTwoFXlIdx] More...
 
REAL4sumTwoFX
 sum of per-IFO 2F-values, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors') More...
 
FINEGRID_NC_Tnc
 number count (1D array over frequencies, of length 'length') More...
 
REAL4maxTwoFl
 maximum of multi-IFO 2F over segments, 1D array over fine-grid frequencies (of length 'length') More...
 
REAL4maxTwoFXl
 maximum of per-IFO 2F over segments, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors') More...
 
UINT4maxTwoFlIdx
 segment index (zero based) of corresponding entry in maxTwoFl
More...
 
UINT4maxTwoFXlIdx
 segment index (zero based) of corresponding entry in maxTwoFXl More...
 

Field Documentation

◆ freqmin_fg

REAL8 FineGrid::freqmin_fg

fine-grid start in frequency

Definition at line 154 of file HierarchSearchGCT.h.

◆ dfreq_fg

REAL8 FineGrid::dfreq_fg

fine-grid spacing in frequency

Definition at line 155 of file HierarchSearchGCT.h.

◆ alpha

REAL8 FineGrid::alpha

right ascension

Definition at line 156 of file HierarchSearchGCT.h.

◆ delta

REAL8 FineGrid::delta

declination

Definition at line 157 of file HierarchSearchGCT.h.

◆ refTime

LIGOTimeGPS FineGrid::refTime

reference time for candidates

Definition at line 158 of file HierarchSearchGCT.h.

◆ length

UINT4 FineGrid::length

length of multi-IFO stats vectors 'sumTwoF', 'nc' (currently 'length'= 'freqlength')

Definition at line 159 of file HierarchSearchGCT.h.

◆ freqlength

UINT4 FineGrid::freqlength

number of fine-grid points in frequency

Definition at line 160 of file HierarchSearchGCT.h.

◆ numDetectors

UINT4 FineGrid::numDetectors

number of detectors for sumTwoFX array

Definition at line 161 of file HierarchSearchGCT.h.

◆ sumTwoF

REAL4* FineGrid::sumTwoF

sum of 2F-values, 1D array over fine-grid frequencies (of length 'length')

Definition at line 162 of file HierarchSearchGCT.h.

◆ freqlengthAL

UINT4 FineGrid::freqlengthAL

"aligned" number of fine-grid points in frequency: in blocks of 16 bytes, consistent with ALAlloc() [used for sumTwoFX, maxTwoFXl, maxTwoFXlIdx]

Definition at line 163 of file HierarchSearchGCT.h.

◆ sumTwoFX

REAL4* FineGrid::sumTwoFX

sum of per-IFO 2F-values, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors')

Definition at line 164 of file HierarchSearchGCT.h.

◆ nc

FINEGRID_NC_T* FineGrid::nc

number count (1D array over frequencies, of length 'length')

Definition at line 165 of file HierarchSearchGCT.h.

◆ maxTwoFl

REAL4* FineGrid::maxTwoFl

maximum of multi-IFO 2F over segments, 1D array over fine-grid frequencies (of length 'length')

Definition at line 166 of file HierarchSearchGCT.h.

◆ maxTwoFXl

REAL4* FineGrid::maxTwoFXl

maximum of per-IFO 2F over segments, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors')

Definition at line 167 of file HierarchSearchGCT.h.

◆ maxTwoFlIdx

UINT4* FineGrid::maxTwoFlIdx

segment index (zero based) of corresponding entry in maxTwoFl

Definition at line 168 of file HierarchSearchGCT.h.

◆ maxTwoFXlIdx

UINT4* FineGrid::maxTwoFXlIdx

segment index (zero based) of corresponding entry in maxTwoFXl

Definition at line 169 of file HierarchSearchGCT.h.