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

Detailed Description

initialization-structure passed to InitDopplerSkyScan()

Definition at line 134 of file DopplerScan.h.

Data Fields

CHARskyRegionString
 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 LALDetectorDetector
 Current detector. More...
 
const EphemerisDataephemeris
 ephemeris-data for "exact" metric More...
 
const CHARskyGridFile
 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...
 

Field Documentation

◆ skyRegionString

CHAR* DopplerSkyScanInit::skyRegionString

sky-region to search: format polygon '(a1,d1), (a2,d2), ..'

Definition at line 135 of file DopplerScan.h.

◆ Freq

REAL8 DopplerSkyScanInit::Freq

Frequency for which to build the skyGrid.

Definition at line 136 of file DopplerScan.h.

◆ gridType

DopplerGridType DopplerSkyScanInit::gridType

which type of skygrid to generate

Definition at line 137 of file DopplerScan.h.

◆ metricType

LALPulsarMetricType DopplerSkyScanInit::metricType

which metric to use if GRID_METRIC

Definition at line 138 of file DopplerScan.h.

◆ dAlpha

REAL8 DopplerSkyScanInit::dAlpha

Definition at line 139 of file DopplerScan.h.

◆ dDelta

REAL8 DopplerSkyScanInit::dDelta

sky step-sizes for GRID_FLAT and GRID_ISOTROPIC

Definition at line 139 of file DopplerScan.h.

◆ metricMismatch

REAL8 DopplerSkyScanInit::metricMismatch

for GRID_METRIC

Definition at line 140 of file DopplerScan.h.

◆ obsBegin

LIGOTimeGPS DopplerSkyScanInit::obsBegin

GPS start-time of time-series.

Definition at line 141 of file DopplerScan.h.

◆ obsDuration

REAL8 DopplerSkyScanInit::obsDuration

length of time-series in seconds

Definition at line 142 of file DopplerScan.h.

◆ projectMetric

BOOLEAN DopplerSkyScanInit::projectMetric

project the metric orthogonal to Freq?

Definition at line 143 of file DopplerScan.h.

◆ Detector

const LALDetector* DopplerSkyScanInit::Detector

Current detector.

Definition at line 144 of file DopplerScan.h.

◆ ephemeris

const EphemerisData* DopplerSkyScanInit::ephemeris

ephemeris-data for "exact" metric

Definition at line 145 of file DopplerScan.h.

◆ skyGridFile

const CHAR* DopplerSkyScanInit::skyGridFile

file containing a sky-grid (list of points) if GRID_FILE

Definition at line 146 of file DopplerScan.h.

◆ numSkyPartitions

UINT4 DopplerSkyScanInit::numSkyPartitions

number of (roughly) equal partitions to split sky-grid into

Definition at line 147 of file DopplerScan.h.

◆ partitionIndex

UINT4 DopplerSkyScanInit::partitionIndex

index of requested sky-grid partition: in [0, numPartitions - 1]

Definition at line 148 of file DopplerScan.h.