LAL  7.5.0.1-bede9b2

Detailed Description

Time series of COMPLEX8 data, see DATATYPE-TimeSeries types for more details.

Definition at line 590 of file LALDatatypes.h.

Data Fields

CHAR name [LALNameLength]
 The name of the time series. More...
 
LIGOTimeGPS epoch
 The start time of the time series. More...
 
REAL8 deltaT
 The time step between samples of the time series in seconds. More...
 
REAL8 f0
 The heterodyning frequency, in Hertz (zero if not heterodyned). More...
 
LALUnit sampleUnits
 The physical units of the quantity being sampled. More...
 
COMPLEX8Sequencedata
 The sequence of sampled data. More...
 

Field Documentation

◆ name

CHAR COMPLEX8TimeSeries::name[LALNameLength]

The name of the time series.

Definition at line 591 of file LALDatatypes.h.

◆ epoch

LIGOTimeGPS COMPLEX8TimeSeries::epoch

The start time of the time series.

Definition at line 592 of file LALDatatypes.h.

◆ deltaT

REAL8 COMPLEX8TimeSeries::deltaT

The time step between samples of the time series in seconds.

Definition at line 593 of file LALDatatypes.h.

◆ f0

REAL8 COMPLEX8TimeSeries::f0

The heterodyning frequency, in Hertz (zero if not heterodyned).

Definition at line 594 of file LALDatatypes.h.

◆ sampleUnits

LALUnit COMPLEX8TimeSeries::sampleUnits

The physical units of the quantity being sampled.

Definition at line 595 of file LALDatatypes.h.

◆ data

COMPLEX8Sequence* COMPLEX8TimeSeries::data

The sequence of sampled data.

Definition at line 596 of file LALDatatypes.h.