Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
DopplerFullScanInit Struct Reference

Detailed Description

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 LALDetectorDetector
 Current detector. More...
 
const EphemerisDataephemeris
 ephemeris-data for numerical metrics More...
 
const CHARgridFile
 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...
 

Field Documentation

◆ searchRegion

DopplerRegion DopplerFullScanInit::searchRegion

Doppler-space region to be covered + scanned.

Definition at line 62 of file DopplerFullScan.h.

◆ gridType

DopplerGridType DopplerFullScanInit::gridType

which type of grid to generate

Definition at line 63 of file DopplerFullScan.h.

◆ metricType

LALPulsarMetricType DopplerFullScanInit::metricType

which metric to use if GRID_METRIC

Definition at line 64 of file DopplerFullScan.h.

◆ projectMetric

BOOLEAN DopplerFullScanInit::projectMetric

project metric on f=const subspace

Definition at line 65 of file DopplerFullScan.h.

◆ stepSizes

PulsarDopplerParams DopplerFullScanInit::stepSizes

user-settings for stepsizes if GRID_FLAT

Definition at line 66 of file DopplerFullScan.h.

◆ metricMismatch

REAL8 DopplerFullScanInit::metricMismatch

for GRID_METRIC and GRID_ISOTROPIC

Definition at line 67 of file DopplerFullScan.h.

◆ startTime

LIGOTimeGPS DopplerFullScanInit::startTime

start-time of the observation

Definition at line 68 of file DopplerFullScan.h.

◆ Tspan

REAL8 DopplerFullScanInit::Tspan

total time spanned by observation

Definition at line 69 of file DopplerFullScan.h.

◆ Detector

const LALDetector* DopplerFullScanInit::Detector

Current detector.

Definition at line 70 of file DopplerFullScan.h.

◆ ephemeris

const EphemerisData* DopplerFullScanInit::ephemeris

ephemeris-data for numerical metrics

Definition at line 71 of file DopplerFullScan.h.

◆ gridFile

const CHAR* DopplerFullScanInit::gridFile

filename for sky-grid or full-grid if GRID_FILE_SKYGRID or GRID_FILE_FULLGRID

Definition at line 72 of file DopplerFullScan.h.

◆ extraArgs

REAL8 DopplerFullScanInit::extraArgs[3]

extra grid-specific setup arguments

Definition at line 73 of file DopplerFullScan.h.