#include <gsl/gsl_matrix.h>
#include <lal/LALDatatypes.h>
#include <lal/DetectorSite.h>
#include <lal/Date.h>
#include <lal/SkyCoordinates.h>
#include <lal/LALBarycenter.h>
#include "SFTutils.h"
Include dependency graph for PulsarDataTypes.h:

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

Go to the source code of this file.
Data Structures | |
| struct | BinaryOrbitParams |
| Type defining the orbital parameters of a binary pulsar. More... | |
| struct | PulsarAmplitudeParams |
| Type containing the JKS 'amplitude parameters' {h0, cosi, phi0, psi}. More... | |
| struct | PulsarSpinRange |
Contains a "spin-range", ie spins and corresponding bands at a given (SSB) reference GPS-time . More... | |
| struct | PulsarDopplerParams |
| Type containing the 'Doppler-parameters' affecting the time-evolution of the phase. More... | |
| struct | PulsarParams |
| Type defining the parameters of a pulsar-source of Gravitational waves. More... | |
| struct | PulsarCandidate |
| Type containing a "candidate": parameter-space point with estimated errors and Fstat-value/significance. More... | |
| struct | PulsarSourceParams |
| [DEPRECATED] Type defining the parameters of a pulsar-source of Gravitational waves. More... | |
Defines | |
| #define | PULSAR_MAX_SPINS 4 |
| maximal number of spin-parameters (Freq + spindowns) we can handle | |
Typedefs | |
| typedef REAL8 | PulsarSpins [PULSAR_MAX_SPINS] |
Functions | |
| NRCSID (PULSARDATATYPESH,"$Id: PulsarDataTypes.h,v 1.19 2008/01/11 13:28:50 cm Exp $") | |
Variables | |
| const BinaryOrbitParams | empty_BinaryOrbitParams |
| const PulsarAmplitudeParams | empty_PulsarAmplitudeParams |
| const PulsarSpinRange | empty_PulsarSpinRange |
| const PulsarDopplerParams | empty_PulsarDopplerParams |
| const PulsarParams | empty_PulsarParams |
| const PulsarCandidate | empty_PulsarCandidate |
| const LIGOTimeGPS | empty_LIGOTimeGPS |
| const BarycenterInput | empty_BarycenterInput |
| const EphemerisData | empty_EphemerisData |
| const SkyPosition | empty_SkyPosition |
Definition in file PulsarDataTypes.h.
| #define PULSAR_MAX_SPINS 4 |
maximal number of spin-parameters (Freq + spindowns) we can handle
Definition at line 52 of file PulsarDataTypes.h.
| typedef REAL8 PulsarSpins[PULSAR_MAX_SPINS] |
Definition at line 71 of file PulsarDataTypes.h.
| NRCSID | ( | PULSARDATATYPESH | , | |
| "$Id: PulsarDataTypes. | h, | |||
| v 1.19 2008/01/11 13:28:50 cm Exp $" | ||||
| ) |
Definition at line 45 of file PulsarDataTypes.c.
Definition at line 46 of file PulsarDataTypes.c.
Definition at line 47 of file PulsarDataTypes.c.
Definition at line 48 of file PulsarDataTypes.c.
Definition at line 49 of file PulsarDataTypes.c.
Definition at line 50 of file PulsarDataTypes.c.
| const LIGOTimeGPS empty_LIGOTimeGPS |
Definition at line 54 of file PulsarDataTypes.c.
Definition at line 56 of file PulsarDataTypes.c.
Definition at line 53 of file PulsarDataTypes.c.
| const SkyPosition empty_SkyPosition |
Definition at line 55 of file PulsarDataTypes.c.
1.5.2