Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SSBtimes Struct Reference

Detailed Description

Simple container for two REAL8-vectors, namely the SSB-timings DeltaT_alpha and Tdot_alpha, with one entry per SFT-timestamp.

These are required input for XLALNewDemod(). We also store the SSB reference-time tau0.

Definition at line 60 of file SSBtimes.h.

Data Fields

LIGOTimeGPS refTime
 reference-time 'tau0' More...
 
REAL8VectorDeltaT
 Time-difference of SFT-alpha - tau0 in SSB-frame. More...
 
REAL8VectorTdot
 dT/dt : time-derivative of SSB-time wrt local time for SFT-alpha More...
 

Field Documentation

◆ refTime

LIGOTimeGPS SSBtimes::refTime

reference-time 'tau0'

Definition at line 61 of file SSBtimes.h.

◆ DeltaT

REAL8Vector* SSBtimes::DeltaT

Time-difference of SFT-alpha - tau0 in SSB-frame.

Definition at line 62 of file SSBtimes.h.

◆ Tdot

REAL8Vector* SSBtimes::Tdot

dT/dt : time-derivative of SSB-time wrt local time for SFT-alpha

Definition at line 63 of file SSBtimes.h.