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

Detailed Description

parameters for the semicoherent stage

parameters for the semicoherent stage – hough or stackslide

Definition at line 132 of file HierarchSearchGCT.h.

Data Fields

LIGOTimeGPSVectortsMid
 timestamps of mid points of segments More...
 
LIGOTimeGPS refTime
 reference time for f, fdot definition More...
 
REAL8VectorSequencepos
 Earth orbital position for each segment. More...
 
REAL8VectorSequencevel
 Earth orbital velocity for each segment. More...
 
REAL8VectorSequenceacc
 Earth orbital acceleration for each segment (new) More...
 
CHARoutBaseName
 file for writing output – if chosen More...
 
REAL8 threshold
 Threshold for candidate selection. More...
 
UINT4 extraBinsFstat
 Extra bins required for Fstat calculation. More...
 
REAL8 alpha
 right ascension of demodulation point More...
 
REAL8 delta
 declination of demodulation point More...
 
REAL8 pixelFactor
 Resolution of semicoherent sky-grid. More...
 
REAL8 patchSizeX
 Size of semicoherent sky-patch. More...
 
REAL8 patchSizeY
 Size of semicoherent sky-patch. More...
 
REAL8 fdot
 spindown value of demodulation point More...
 
UINT4 nfdot
 number of fdot values to search over More...
 
REAL8 dfdot
 resolution in residual spindowns More...
 
BOOLEAN useToplist
 Use a toplist for producing candidates? More...
 
REAL8VectorweightsV
 Vector of weights for each stack. More...
 

Field Documentation

◆ tsMid

LIGOTimeGPSVector * SemiCoherentParams::tsMid

timestamps of mid points of segments

timestamps of mid points of stacks

Definition at line 133 of file HierarchSearchGCT.h.

◆ refTime

LIGOTimeGPS SemiCoherentParams::refTime

reference time for f, fdot definition

Definition at line 134 of file HierarchSearchGCT.h.

◆ pos

REAL8VectorSequence * SemiCoherentParams::pos

Earth orbital position for each segment.

detector position for each stack

Definition at line 135 of file HierarchSearchGCT.h.

◆ vel

REAL8VectorSequence * SemiCoherentParams::vel

Earth orbital velocity for each segment.

detector velocity for each stack

Definition at line 136 of file HierarchSearchGCT.h.

◆ acc

REAL8VectorSequence* SemiCoherentParams::acc

Earth orbital acceleration for each segment (new)

Definition at line 137 of file HierarchSearchGCT.h.

◆ outBaseName

CHAR * SemiCoherentParams::outBaseName

file for writing output – if chosen

Definition at line 138 of file HierarchSearchGCT.h.

◆ threshold

REAL8 SemiCoherentParams::threshold

Threshold for candidate selection.

Definition at line 139 of file HierarchSearchGCT.h.

◆ extraBinsFstat

UINT4 SemiCoherentParams::extraBinsFstat

Extra bins required for Fstat calculation.

Definition at line 140 of file HierarchSearchGCT.h.

◆ alpha

REAL8 SemiCoherentParams::alpha

right ascension of demodulation point

Definition at line 133 of file HierarchicalSearch.h.

◆ delta

REAL8 SemiCoherentParams::delta

declination of demodulation point

Definition at line 134 of file HierarchicalSearch.h.

◆ pixelFactor

REAL8 SemiCoherentParams::pixelFactor

Resolution of semicoherent sky-grid.

Definition at line 135 of file HierarchicalSearch.h.

◆ patchSizeX

REAL8 SemiCoherentParams::patchSizeX

Size of semicoherent sky-patch.

Definition at line 136 of file HierarchicalSearch.h.

◆ patchSizeY

REAL8 SemiCoherentParams::patchSizeY

Size of semicoherent sky-patch.

Definition at line 137 of file HierarchicalSearch.h.

◆ fdot

REAL8 SemiCoherentParams::fdot

spindown value of demodulation point

Definition at line 138 of file HierarchicalSearch.h.

◆ nfdot

UINT4 SemiCoherentParams::nfdot

number of fdot values to search over

Definition at line 139 of file HierarchicalSearch.h.

◆ dfdot

REAL8 SemiCoherentParams::dfdot

resolution in residual spindowns

Definition at line 140 of file HierarchicalSearch.h.

◆ useToplist

BOOLEAN SemiCoherentParams::useToplist

Use a toplist for producing candidates?

Definition at line 142 of file HierarchicalSearch.h.

◆ weightsV

REAL8Vector* SemiCoherentParams::weightsV

Vector of weights for each stack.

Definition at line 144 of file HierarchicalSearch.h.