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
PtoleMetricIn Struct Reference

Detailed Description

This structure will likely be changed to match up better with those under StackMetric.h; it contains the bare necessities, not needing function pointers etc.

Definition at line 110 of file PtoleMetric.h.

Data Fields

SkyPosition position
 The equatorial coordinates at which the metric components are evaluated. More...
 
REAL4Vectorspindown
 The (dimensionless) spindown parameters for which the metric components are evaluated. More...
 
LIGOTimeGPS epoch
 When the coherent integration begins. More...
 
REAL4 duration
 Duration of integration, in seconds. More...
 
REAL4 maxFreq
 The maximum frequency to be searched, in Hz. More...
 
const LALDetectorsite
 The detector site, used only for its latitude and longitude. More...
 
const EphemerisDataephemeris
 Not used for the Ptolemaic approximation, this is for compatibility with other metrics. More...
 
LALPulsarMetricType metricType
 The type of metric to use: analytic, Ptolemaic or fully ephemeris-based. More...
 

Field Documentation

◆ position

SkyPosition PtoleMetricIn::position

The equatorial coordinates at which the metric components are evaluated.

Definition at line 111 of file PtoleMetric.h.

◆ spindown

REAL4Vector* PtoleMetricIn::spindown

The (dimensionless) spindown parameters for which the metric components are evaluated.

Definition at line 112 of file PtoleMetric.h.

◆ epoch

LIGOTimeGPS PtoleMetricIn::epoch

When the coherent integration begins.

Definition at line 113 of file PtoleMetric.h.

◆ duration

REAL4 PtoleMetricIn::duration

Duration of integration, in seconds.

Definition at line 114 of file PtoleMetric.h.

◆ maxFreq

REAL4 PtoleMetricIn::maxFreq

The maximum frequency to be searched, in Hz.

Definition at line 115 of file PtoleMetric.h.

◆ site

const LALDetector* PtoleMetricIn::site

The detector site, used only for its latitude and longitude.

Definition at line 116 of file PtoleMetric.h.

◆ ephemeris

const EphemerisData* PtoleMetricIn::ephemeris

Not used for the Ptolemaic approximation, this is for compatibility with other metrics.

Definition at line 117 of file PtoleMetric.h.

◆ metricType

LALPulsarMetricType PtoleMetricIn::metricType

The type of metric to use: analytic, Ptolemaic or fully ephemeris-based.

Definition at line 118 of file PtoleMetric.h.