#include <lal/LALStdlib.h>#include <lal/LALBarycenter.h>#include <lal/Date.h>Include dependency graph for ComputeSkyBinary.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | tagCSBParams |
Defines | |
| #define | COMPUTESKYBINARYH_ENULL 1 |
| #define | COMPUTESKYBINARYH_ENNUL 2 |
| #define | COMPUTESKYBINARYH_ERANG 3 |
| #define | COMPUTESKYBINARYH_ENEGA 4 |
| #define | COMPUTESKYBINARYH_MSGENULL "Null Pointer" |
| #define | COMPUTESKYBINARYH_MSGENNUL "Non-Null Pointer" |
| #define | COMPUTESKYBINARYH_MSGERANG "Input parameter out of range" |
| #define | COMPUTESKYBINARYH_MSGENEGA "Bad Negative Value" |
| #define | ACC 1e-9 |
Typedefs | |
| typedef tagCSBParams | CSBParams |
Functions | |
| NRCSID (COMPUTESKYBINARYH,"$Id: ComputeSkyBinary.h,v 1.5 2007/06/08 14:41:50 bema Exp $") | |
| void | LALComputeSkyBinary (LALStatus *status, REAL8 *skyConst, INT8 iSkyCoh, CSBParams *params) |
| #define COMPUTESKYBINARYH_ENULL 1 |
Definition at line 182 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_ENNUL 2 |
Definition at line 183 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_ERANG 3 |
Definition at line 184 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_ENEGA 4 |
Definition at line 185 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_MSGENULL "Null Pointer" |
Definition at line 186 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_MSGENNUL "Non-Null Pointer" |
Definition at line 187 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_MSGERANG "Input parameter out of range" |
Definition at line 188 of file ComputeSkyBinary.h.
| #define COMPUTESKYBINARYH_MSGENEGA "Bad Negative Value" |
Definition at line 189 of file ComputeSkyBinary.h.
| #define ACC 1e-9 |
Definition at line 218 of file ComputeSkyBinary.h.
| typedef struct tagCSBParams CSBParams |
| NRCSID | ( | COMPUTESKYBINARYH | , | |
| "$Id: ComputeSkyBinary. | h, | |||
| v 1.5 2007/06/08 14:41:50 bema Exp $" | ||||
| ) |
Definition at line 91 of file ComputeSkyBinary.c.
1.5.2