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... | |
REAL4Vector * | spindown |
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 LALDetector * | site |
The detector site, used only for its latitude and longitude. More... | |
const EphemerisData * | ephemeris |
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... | |
SkyPosition PtoleMetricIn::position |
The equatorial coordinates at which the metric components are evaluated.
Definition at line 111 of file PtoleMetric.h.
REAL4Vector* PtoleMetricIn::spindown |
The (dimensionless) spindown parameters for which the metric components are evaluated.
Definition at line 112 of file PtoleMetric.h.
LIGOTimeGPS PtoleMetricIn::epoch |
When the coherent integration begins.
Definition at line 113 of file PtoleMetric.h.
REAL4 PtoleMetricIn::duration |
Duration of integration, in seconds.
Definition at line 114 of file PtoleMetric.h.
REAL4 PtoleMetricIn::maxFreq |
The maximum frequency to be searched, in Hz.
Definition at line 115 of file PtoleMetric.h.
const LALDetector* PtoleMetricIn::site |
The detector site, used only for its latitude and longitude.
Definition at line 116 of file PtoleMetric.h.
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.
LALPulsarMetricType PtoleMetricIn::metricType |
The type of metric to use: analytic, Ptolemaic or fully ephemeris-based.
Definition at line 118 of file PtoleMetric.h.