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

Detailed Description

--— internal [opaque] type to store the state of a FULL multidimensional grid-scan --—

opaque type to reflects the current state of a full multi-dimensional DopplerScan

Definition at line 68 of file DopplerFullScan.c.

Data Fields

INT2 state
 idle, ready or finished More...
 
DopplerGridType gridType
 what type of grid are we dealing with More...
 
REAL8 numTemplates
 total number of templates in the grid More...
 
PulsarSpinRange spinRange
 spin-range covered by template bank More...
 
SkyRegion skyRegion
 sky-range covered by template bank More...
 
REAL8VectorListcovering
 multi-dimensional covering More...
 
REAL8VectorListthisGridPoint
 pointer to current grid-point More...
 
LatticeTiling * spindownTiling
 spindown lattice tiling More...
 
LatticeTilingIterator * spindownTilingItr
 iterator over spindown lattice tiling More...
 
gsl_vector * spindownTilingPoint
 current point in spindown lattice tiling More...
 
factoredGridScan_tfactoredScan
 only used to emulate FACTORED grids sky x Freq x f1dot More...
 

Field Documentation

◆ state

INT2 DopplerFullScanState::state

idle, ready or finished

Definition at line 69 of file DopplerFullScan.c.

◆ gridType

DopplerGridType DopplerFullScanState::gridType

what type of grid are we dealing with

Definition at line 70 of file DopplerFullScan.c.

◆ numTemplates

REAL8 DopplerFullScanState::numTemplates

total number of templates in the grid

Definition at line 71 of file DopplerFullScan.c.

◆ spinRange

PulsarSpinRange DopplerFullScanState::spinRange

spin-range covered by template bank

Definition at line 72 of file DopplerFullScan.c.

◆ skyRegion

SkyRegion DopplerFullScanState::skyRegion

sky-range covered by template bank

Definition at line 73 of file DopplerFullScan.c.

◆ covering

REAL8VectorList* DopplerFullScanState::covering

multi-dimensional covering

Definition at line 76 of file DopplerFullScan.c.

◆ thisGridPoint

REAL8VectorList* DopplerFullScanState::thisGridPoint

pointer to current grid-point

Definition at line 77 of file DopplerFullScan.c.

◆ spindownTiling

LatticeTiling* DopplerFullScanState::spindownTiling

spindown lattice tiling

Definition at line 80 of file DopplerFullScan.c.

◆ spindownTilingItr

LatticeTilingIterator* DopplerFullScanState::spindownTilingItr

iterator over spindown lattice tiling

Definition at line 81 of file DopplerFullScan.c.

◆ spindownTilingPoint

gsl_vector* DopplerFullScanState::spindownTilingPoint

current point in spindown lattice tiling

Definition at line 82 of file DopplerFullScan.c.

◆ factoredScan

factoredGridScan_t* DopplerFullScanState::factoredScan

only used to emulate FACTORED grids sky x Freq x f1dot

Definition at line 85 of file DopplerFullScan.c.