LAL  7.5.0.1-08ee4f4
COMPLEX16TimeSeries Struct Reference

Detailed Description

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

Definition at line 600 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...
 
COMPLEX16Sequencedata
 The sequence of sampled data. More...
 

Field Documentation

◆ name

CHAR COMPLEX16TimeSeries::name[LALNameLength]

The name of the time series.

Definition at line 601 of file LALDatatypes.h.

◆ epoch

LIGOTimeGPS COMPLEX16TimeSeries::epoch

The start time of the time series.

Definition at line 602 of file LALDatatypes.h.

◆ deltaT

REAL8 COMPLEX16TimeSeries::deltaT

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

Definition at line 603 of file LALDatatypes.h.

◆ f0

REAL8 COMPLEX16TimeSeries::f0

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

Definition at line 604 of file LALDatatypes.h.

◆ sampleUnits

LALUnit COMPLEX16TimeSeries::sampleUnits

The physical units of the quantity being sampled.

Definition at line 605 of file LALDatatypes.h.

◆ data

COMPLEX16Sequence* COMPLEX16TimeSeries::data

The sequence of sampled data.

Definition at line 606 of file LALDatatypes.h.