#include <DopplerScan.h>
Collaboration diagram for DopplerSkyScanInit:

Data Fields | |
| CHAR * | skyRegionString |
| sky-region to search: format polygon '(a1,d1), (a2,d2), . | |
| REAL8 | Freq |
| Frequency for which to build the skyGrid. | |
| DopplerGridType | gridType |
| which type of skygrid to generate | |
| LALPulsarMetricType | metricType |
| which metric to use if GRID_METRIC | |
| REAL8 | dAlpha |
| REAL8 | dDelta |
| sky step-sizes for GRID_FLAT and GRID_ISOTROPIC | |
| REAL8 | metricMismatch |
| for GRID_METRIC | |
| LIGOTimeGPS | obsBegin |
| GPS start-time of time-series. | |
| REAL8 | obsDuration |
| length of time-series in seconds | |
| BOOLEAN | projectMetric |
| project the metric orthogonal to Freq? | |
| const LALDetector * | Detector |
| Current detector. | |
| const EphemerisData * | ephemeris |
| ephemeris-data for "exact" metric | |
| const CHAR * | skyGridFile |
| file containing a sky-grid (list of points) if GRID_FILE | |
| UINT4 | numSkyPartitions |
| number of (roughly) equal partitions to split sky-grid into | |
| UINT4 | partitionIndex |
| index of requested sky-grid partition: in [0, numPartitions - 1] | |
Definition at line 136 of file DopplerScan.h.
sky-region to search: format polygon '(a1,d1), (a2,d2), .
.'
Definition at line 137 of file DopplerScan.h.
Definition at line 141 of file DopplerScan.h.
file containing a sky-grid (list of points) if GRID_FILE
Definition at line 148 of file DopplerScan.h.
number of (roughly) equal partitions to split sky-grid into
Definition at line 149 of file DopplerScan.h.
index of requested sky-grid partition: in [0, numPartitions - 1]
Definition at line 150 of file DopplerScan.h.
1.5.2