Collaboration diagram for tagDopplerFullScanState:

Data Fields | |
| INT2 | state |
| idle, ready or finished | |
| DopplerGridType | gridType |
| what type of grid are we dealing with | |
| REAL8 | numTemplates |
| total number of templates in the grid | |
| gsl_matrix * | gij |
| flat parameter-space metric | |
| LIGOTimeGPS | refTime |
| reference time for grid templates | |
| REAL8VectorList * | covering |
| multi-dimensional covering | |
| REAL8VectorList * | thisGridPoint |
| pointer to current grid-point | |
| DopplerLatticeScan * | latticeScan |
| state of lattice Scan | |
| FlatLatticeTiling * | spindownTiling |
| state of spindown lattice tiling | |
| factoredGridScan_t * | factoredScan |
| only used to emulate FACTORED grids sky x Freq x f1dot | |
Definition at line 63 of file DopplerFullScan.c.
| gsl_matrix* tagDopplerFullScanState::gij |
only used to emulate FACTORED grids sky x Freq x f1dot
Definition at line 79 of file DopplerFullScan.c.
1.5.2