LALSimulation  5.4.0.1-b72065a
SphHarmTimeSeries Struct Reference

Detailed Description

Structure to carry a collection of spherical harmonic modes in COMPLEX16 time series.

Contains convenience getter and setter functions, as well as a convienence "maximum l mode" function. Implemented as a singly forward linked list.

Definition at line 50 of file LALSimSphHarmSeries.h.

Data Fields

COMPLEX16TimeSeriesmode
 The sequences of sampled data. More...
 
UINT4 l
 Node mode l
More...
 
INT4 m
 Node submode m
More...
 
REAL8Sequencetdata
 Timestamp values. More...
 
struct tagSphHarmTimeSeries * next
 next pointer More...
 

Field Documentation

◆ mode

COMPLEX16TimeSeries* SphHarmTimeSeries::mode

The sequences of sampled data.

Definition at line 51 of file LALSimSphHarmSeries.h.

◆ l

UINT4 SphHarmTimeSeries::l

Node mode l

Definition at line 52 of file LALSimSphHarmSeries.h.

◆ m

INT4 SphHarmTimeSeries::m

Node submode m

Definition at line 53 of file LALSimSphHarmSeries.h.

◆ tdata

REAL8Sequence* SphHarmTimeSeries::tdata

Timestamp values.

Definition at line 54 of file LALSimSphHarmSeries.h.

◆ next

struct tagSphHarmTimeSeries* SphHarmTimeSeries::next

next pointer

Definition at line 55 of file LALSimSphHarmSeries.h.