#include <PulsarDataTypes.h>
Collaboration diagram for PulsarDopplerParams:

Data Fields | |
| LIGOTimeGPS | refTime |
| reference time of pulsar parameters (in SSB!) | |
| REAL8 | Alpha |
| skyposition: RA (longitude) in equatorial coords and radians | |
| REAL8 | Delta |
| skyposition: DEC (latitude) in equatorial coords and radians | |
| PulsarSpins | fkdot |
| intrinsic spins: [Freq, f1dot, f2dot, . | |
| BinaryOrbitParams * | orbit |
| binary orbital parameters (or NULL if isolated pulsar) | |
Definition at line 85 of file PulsarDataTypes.h.
skyposition: RA (longitude) in equatorial coords and radians
Definition at line 87 of file PulsarDataTypes.h.
skyposition: DEC (latitude) in equatorial coords and radians
Definition at line 88 of file PulsarDataTypes.h.
intrinsic spins: [Freq, f1dot, f2dot, .
.. ] where fkdot = d^kFreq/dt^k
Definition at line 89 of file PulsarDataTypes.h.
binary orbital parameters (or NULL if isolated pulsar)
Definition at line 90 of file PulsarDataTypes.h.
1.5.2