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... | |
| LIGOTimeGPS LALTimeIntervalAndNSample::epoch |
The start time \(t_0\) of the time series.
Definition at line 169 of file DetResponse.h.
| REAL8 LALTimeIntervalAndNSample::deltaT |
The sampling interval \(\Delta t\), in seconds.
Definition at line 170 of file DetResponse.h.
| UINT4 LALTimeIntervalAndNSample::nSample |
The total number of samples to be computed.
Definition at line 171 of file DetResponse.h.