LAL  7.5.0.1-08ee4f4

Detailed Description

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

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

Field Documentation

◆ name

CHAR INT2TimeSeries::name[LALNameLength]

The name of the time series.

Definition at line 512 of file LALDatatypes.h.

◆ epoch

LIGOTimeGPS INT2TimeSeries::epoch

The start time of the time series.

Definition at line 513 of file LALDatatypes.h.

◆ deltaT

REAL8 INT2TimeSeries::deltaT

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

Definition at line 514 of file LALDatatypes.h.

◆ f0

REAL8 INT2TimeSeries::f0

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

Definition at line 515 of file LALDatatypes.h.

◆ sampleUnits

LALUnit INT2TimeSeries::sampleUnits

The physical units of the quantity being sampled.

Definition at line 516 of file LALDatatypes.h.

◆ data

INT2Sequence* INT2TimeSeries::data

The sequence of sampled data.

Definition at line 517 of file LALDatatypes.h.