LALPulsar  6.1.0.1-fe68b98
PtoleMetric.c File Reference

Prototypes

void LALPtoleMetric (LALStatus *status, REAL8Vector *metric, PtoleMetricIn *input)
 Computes metric components for a pulsar search in the `‘Ptolemaic’' approximation; both the Earth's spin and orbit are included. More...
 
void LALPulsarMetric (LALStatus *stat, REAL8Vector **metric, PtoleMetricIn *input)
 Unified "wrapper" to provide a uniform interface to LALPtoleMetric() and LALCoherentMetric(). More...
 
void LALProjectMetric (LALStatus *stat, REAL8Vector *metric, BOOLEAN errors)
 Project out the zeroth dimension of a metric. More...
 
int XLALFindMetricDim (const REAL8Vector *metric)
 Figure out dimension of a REAL8Vector -encoded metric (see PMETRIC_INDEX() ). More...
 
int XLALSpindownMetric (gsl_matrix *metric, double Tspan)
 Frequency and frequency derivative components of the metric, suitable for a directed search with only one fixed sky position. More...
 

Go to the source code of this file.

Macros

#define MIN_DURATION   (LAL_DAYSID_SI/LAL_TWOPI) /* Metric acts funny if duration too short */
 
#define MIN_MAXFREQ   1. /* Arbitrary */
 

Macro Definition Documentation

◆ MIN_DURATION

#define MIN_DURATION   (LAL_DAYSID_SI/LAL_TWOPI) /* Metric acts funny if duration too short */

Definition at line 31 of file PtoleMetric.c.

◆ MIN_MAXFREQ

#define MIN_MAXFREQ   1. /* Arbitrary */

Definition at line 32 of file PtoleMetric.c.