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

Detailed Description

Setup data which is computed only once for a given search setup.

Definition at line 42 of file SetupData.h.

Data Fields

LIGOTimeGPS ref_time
 Reference time at which search is conducted. More...
 
LALStringVectordetectors
 List of detector names for which metrics were computed. More...
 
LALSegListsegments
 Segment list for which metrics were computed. More...
 
SuperskyMetricsmetrics
 Reduced supersky parameter-space metrics. More...
 
EphemerisDataephemerides
 Ephemeris data over time-span of segments. More...
 

Field Documentation

◆ ref_time

LIGOTimeGPS WeaveSetupData::ref_time

Reference time at which search is conducted.

Definition at line 44 of file SetupData.h.

◆ detectors

LALStringVector* WeaveSetupData::detectors

List of detector names for which metrics were computed.

Definition at line 46 of file SetupData.h.

◆ segments

LALSegList* WeaveSetupData::segments

Segment list for which metrics were computed.

Definition at line 48 of file SetupData.h.

◆ metrics

SuperskyMetrics* WeaveSetupData::metrics

Reduced supersky parameter-space metrics.

Definition at line 50 of file SetupData.h.

◆ ephemerides

EphemerisData* WeaveSetupData::ephemerides

Ephemeris data over time-span of segments.

Definition at line 52 of file SetupData.h.