LAL  7.5.0.1-bede9b2

Detailed Description

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

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

Field Documentation

◆ name

CHAR INT4TimeSeries::name[LALNameLength]

The name of the time series.

Definition at line 531 of file LALDatatypes.h.

◆ epoch

LIGOTimeGPS INT4TimeSeries::epoch

The start time of the time series.

Definition at line 532 of file LALDatatypes.h.

◆ deltaT

REAL8 INT4TimeSeries::deltaT

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

Definition at line 533 of file LALDatatypes.h.

◆ f0

REAL8 INT4TimeSeries::f0

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

Definition at line 534 of file LALDatatypes.h.

◆ sampleUnits

LALUnit INT4TimeSeries::sampleUnits

The physical units of the quantity being sampled.

Definition at line 535 of file LALDatatypes.h.

◆ data

INT4Sequence* INT4TimeSeries::data

The sequence of sampled data.

Definition at line 536 of file LALDatatypes.h.