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