Structure describing a region in paramter-space (a,d,f,f1dot,..).
Currently this is simply a direct product of skyRegion x FreqBand x f1dotBand. initialization struct for full InitDopplerScan() [UNDER CONSTRUCTION]
Definition at line 61 of file DopplerFullScan.h.
Data Fields | |
| DopplerRegion | searchRegion |
| Doppler-space region to be covered + scanned. More... | |
| DopplerGridType | gridType |
| which type of grid to generate More... | |
| LALPulsarMetricType | metricType |
| which metric to use if GRID_METRIC More... | |
| BOOLEAN | projectMetric |
| project metric on f=const subspace More... | |
| PulsarDopplerParams | stepSizes |
| user-settings for stepsizes if GRID_FLAT More... | |
| REAL8 | metricMismatch |
| for GRID_METRIC and GRID_ISOTROPIC More... | |
| LIGOTimeGPS | startTime |
| start-time of the observation More... | |
| REAL8 | Tspan |
| total time spanned by observation More... | |
| const LALDetector * | Detector |
| Current detector. More... | |
| const EphemerisData * | ephemeris |
| ephemeris-data for numerical metrics More... | |
| const CHAR * | gridFile |
| filename for sky-grid or full-grid if GRID_FILE_SKYGRID or GRID_FILE_FULLGRID More... | |
| REAL8 | extraArgs [3] |
| extra grid-specific setup arguments More... | |
| DopplerRegion DopplerFullScanInit::searchRegion |
Doppler-space region to be covered + scanned.
Definition at line 62 of file DopplerFullScan.h.
| DopplerGridType DopplerFullScanInit::gridType |
which type of grid to generate
Definition at line 63 of file DopplerFullScan.h.
| LALPulsarMetricType DopplerFullScanInit::metricType |
which metric to use if GRID_METRIC
Definition at line 64 of file DopplerFullScan.h.
| BOOLEAN DopplerFullScanInit::projectMetric |
project metric on f=const subspace
Definition at line 65 of file DopplerFullScan.h.
| PulsarDopplerParams DopplerFullScanInit::stepSizes |
user-settings for stepsizes if GRID_FLAT
Definition at line 66 of file DopplerFullScan.h.
| REAL8 DopplerFullScanInit::metricMismatch |
for GRID_METRIC and GRID_ISOTROPIC
Definition at line 67 of file DopplerFullScan.h.
| LIGOTimeGPS DopplerFullScanInit::startTime |
start-time of the observation
Definition at line 68 of file DopplerFullScan.h.
| REAL8 DopplerFullScanInit::Tspan |
total time spanned by observation
Definition at line 69 of file DopplerFullScan.h.
| const LALDetector* DopplerFullScanInit::Detector |
Current detector.
Definition at line 70 of file DopplerFullScan.h.
| const EphemerisData* DopplerFullScanInit::ephemeris |
ephemeris-data for numerical metrics
Definition at line 71 of file DopplerFullScan.h.
filename for sky-grid or full-grid if GRID_FILE_SKYGRID or GRID_FILE_FULLGRID
Definition at line 72 of file DopplerFullScan.h.
| REAL8 DopplerFullScanInit::extraArgs[3] |
extra grid-specific setup arguments
Definition at line 73 of file DopplerFullScan.h.