LAL  7.5.0.1-b72065a
LALTimeIntervalAndNSample Struct Reference

Detailed Description

This structure encapsulates time and sampling information for computing a LALDetAMResponseSeries.

Its fields correspond to some fields of the TimeSeries structures for easy conversion.

Definition at line 166 of file DetResponse.h.

Data Fields

LIGOTimeGPS epoch
 The start time \(t_0\) of the time series. More...
 
REAL8 deltaT
 The sampling interval \(\Delta t\), in seconds. More...
 
UINT4 nSample
 The total number of samples to be computed. More...
 

Field Documentation

◆ epoch

LIGOTimeGPS LALTimeIntervalAndNSample::epoch

The start time \(t_0\) of the time series.

Definition at line 169 of file DetResponse.h.

◆ deltaT

REAL8 LALTimeIntervalAndNSample::deltaT

The sampling interval \(\Delta t\), in seconds.

Definition at line 170 of file DetResponse.h.

◆ nSample

UINT4 LALTimeIntervalAndNSample::nSample

The total number of samples to be computed.

Definition at line 171 of file DetResponse.h.