LAL  7.5.0.1-08ee4f4
UINT4TimeVectorSeries Struct Reference

Detailed Description

Time series of UINT4 vectors, see DATATYPE-TimeVectorSeries for more details.

Definition at line 643 of file LALDatatypes.h.

Data Fields

CHAR name [LALNameLength]
 The name of the time series of vectors. More...
 
LIGOTimeGPS epoch
 The start time of the time series of vectors. More...
 
REAL8 deltaT
 The time step between samples of the time series of vectors 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...
 
UINT4VectorSequencedata
 The sequence of sampled data vectors. More...
 

Field Documentation

◆ name

CHAR UINT4TimeVectorSeries::name[LALNameLength]

The name of the time series of vectors.

Definition at line 644 of file LALDatatypes.h.

◆ epoch

LIGOTimeGPS UINT4TimeVectorSeries::epoch

The start time of the time series of vectors.

Definition at line 645 of file LALDatatypes.h.

◆ deltaT

REAL8 UINT4TimeVectorSeries::deltaT

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

Definition at line 646 of file LALDatatypes.h.

◆ f0

REAL8 UINT4TimeVectorSeries::f0

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

Definition at line 647 of file LALDatatypes.h.

◆ sampleUnits

LALUnit UINT4TimeVectorSeries::sampleUnits

The physical units of the quantity being sampled.

Definition at line 648 of file LALDatatypes.h.

◆ data

UINT4VectorSequence* UINT4TimeVectorSeries::data

The sequence of sampled data vectors.

Definition at line 649 of file LALDatatypes.h.