LALPulsar  6.1.0.1-b72065a
LIGOTimeGPSVector Struct Reference

Detailed Description

A vector of 'timestamps' of type LIGOTimeGPS.

Definition at line 188 of file SFTfileIO.h.

Data Fields

UINT4 length
 number of timestamps More...
 
LIGOTimeGPSdata
 array of timestamps More...
 
REAL8 deltaT
 'length' of each timestamp (e.g. More...
 

Field Documentation

◆ length

UINT4 LIGOTimeGPSVector::length

number of timestamps

Definition at line 192 of file SFTfileIO.h.

◆ data

LIGOTimeGPS* LIGOTimeGPSVector::data

array of timestamps

Definition at line 193 of file SFTfileIO.h.

◆ deltaT

REAL8 LIGOTimeGPSVector::deltaT

'length' of each timestamp (e.g.

typically Tsft)

Definition at line 194 of file SFTfileIO.h.