LALPulsar  6.1.0.1-b72065a
PulsarDopplerParams Struct Reference

Detailed Description

Type containing the 'Doppler-parameters' affecting the time-evolution of the phase.

Definition at line 141 of file PulsarDataTypes.h.

Data Fields

LIGOTimeGPS refTime
 Reference time of pulsar parameters (in SSB!) More...
 
REAL8 Alpha
 Sky position: RA (longitude) in equatorial coords and radians. More...
 
REAL8 Delta
 Sky position: DEC (latitude) in equatorial coords and radians. More...
 
PulsarSpins fkdot
 Intrinsic spins: [Freq, f1dot, f2dot, ... More...
 
REAL8 asini
 Binary: projected, normalized orbital semi-major axis (s). More...
 
REAL8 period
 Binary: orbital period (sec) More...
 
REAL8 ecc
 Binary: orbital eccentricity. More...
 
LIGOTimeGPS tp
 Binary: time of observed periapsis passage (in SSB) More...
 
REAL8 argp
 Binary: argument of periapsis (radians) More...
 

Field Documentation

◆ refTime

LIGOTimeGPS PulsarDopplerParams::refTime

Reference time of pulsar parameters (in SSB!)

Definition at line 142 of file PulsarDataTypes.h.

◆ Alpha

REAL8 PulsarDopplerParams::Alpha

Sky position: RA (longitude) in equatorial coords and radians.

Definition at line 143 of file PulsarDataTypes.h.

◆ Delta

REAL8 PulsarDopplerParams::Delta

Sky position: DEC (latitude) in equatorial coords and radians.

Definition at line 144 of file PulsarDataTypes.h.

◆ fkdot

PulsarSpins PulsarDopplerParams::fkdot

Intrinsic spins: [Freq, f1dot, f2dot, ...

] where fkdot = d^kFreq/dt^k

Definition at line 145 of file PulsarDataTypes.h.

◆ asini

REAL8 PulsarDopplerParams::asini

Binary: projected, normalized orbital semi-major axis (s).

If asini = 0 this is an isolated pulsar, and other binary parameters are ignored.

Definition at line 146 of file PulsarDataTypes.h.

◆ period

REAL8 PulsarDopplerParams::period

Binary: orbital period (sec)

Definition at line 148 of file PulsarDataTypes.h.

◆ ecc

REAL8 PulsarDopplerParams::ecc

Binary: orbital eccentricity.

Definition at line 149 of file PulsarDataTypes.h.

◆ tp

LIGOTimeGPS PulsarDopplerParams::tp

Binary: time of observed periapsis passage (in SSB)

Definition at line 150 of file PulsarDataTypes.h.

◆ argp

REAL8 PulsarDopplerParams::argp

Binary: argument of periapsis (radians)

Definition at line 151 of file PulsarDataTypes.h.