#include <stdlib.h>#include <lal/LALInspiralBank.h>#include <lal/LALNoiseModels.h>Include dependency graph for LALInspiralComputeMetric.c:

Go to the source code of this file.
Defines | |
| #define | METRIC_DIMENSION 2 |
| #define | METRIC_ORDER 5 |
Functions | |
| NRCSID (LALINSPIRALCOMPUTEMETRICC,"$Id: LALInspiralComputeMetric.c,v 1.27 2008/03/05 12:02:19 thomas Exp $") | |
| void | LALInspiralComputeMetric (LALStatus *status, InspiralMetric *metric, InspiralTemplate *params, InspiralMomentsEtc *moments) |
| void | LALInspiralComputeMetricBCV (LALStatus *status, InspiralMetric *metric, REAL8FrequencySeries *psd, InspiralTemplate *params) |
| #define METRIC_DIMENSION 2 |
Definition at line 352 of file LALInspiralComputeMetric.c.
| #define METRIC_ORDER 5 |
Definition at line 353 of file LALInspiralComputeMetric.c.
| NRCSID | ( | LALINSPIRALCOMPUTEMETRICC | , | |
| "$Id: LALInspiralComputeMetric. | c, | |||
| v 1.27 2008/03/05 12:02:19 thomas Exp $" | ||||
| ) |
| void LALInspiralComputeMetric | ( | LALStatus * | status, | |
| InspiralMetric * | metric, | |||
| InspiralTemplate * | params, | |||
| InspiralMomentsEtc * | moments | |||
| ) |
Definition at line 366 of file LALInspiralComputeMetric.c.
| void LALInspiralComputeMetricBCV | ( | LALStatus * | status, | |
| InspiralMetric * | metric, | |||
| REAL8FrequencySeries * | psd, | |||
| InspiralTemplate * | params | |||
| ) |
Definition at line 533 of file LALInspiralComputeMetric.c.
1.5.2