--— 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... | |
| REAL8VectorList * | covering |
| multi-dimensional covering More... | |
| REAL8VectorList * | thisGridPoint |
| 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_t * | factoredScan |
| only used to emulate FACTORED grids sky x Freq x f1dot More... | |
| INT2 DopplerFullScanState::state |
idle, ready or finished
Definition at line 69 of file DopplerFullScan.c.
| DopplerGridType DopplerFullScanState::gridType |
what type of grid are we dealing with
Definition at line 70 of file DopplerFullScan.c.
| REAL8 DopplerFullScanState::numTemplates |
total number of templates in the grid
Definition at line 71 of file DopplerFullScan.c.
| PulsarSpinRange DopplerFullScanState::spinRange |
spin-range covered by template bank
Definition at line 72 of file DopplerFullScan.c.
| SkyRegion DopplerFullScanState::skyRegion |
sky-range covered by template bank
Definition at line 73 of file DopplerFullScan.c.
| REAL8VectorList* DopplerFullScanState::covering |
multi-dimensional covering
Definition at line 76 of file DopplerFullScan.c.
| REAL8VectorList* DopplerFullScanState::thisGridPoint |
pointer to current grid-point
Definition at line 77 of file DopplerFullScan.c.
| LatticeTiling* DopplerFullScanState::spindownTiling |
spindown lattice tiling
Definition at line 80 of file DopplerFullScan.c.
| LatticeTilingIterator* DopplerFullScanState::spindownTilingItr |
iterator over spindown lattice tiling
Definition at line 81 of file DopplerFullScan.c.
| gsl_vector* DopplerFullScanState::spindownTilingPoint |
current point in spindown lattice tiling
Definition at line 82 of file DopplerFullScan.c.
| factoredGridScan_t* DopplerFullScanState::factoredScan |
only used to emulate FACTORED grids sky x Freq x f1dot
Definition at line 85 of file DopplerFullScan.c.