GLASS
Global LISA Analysis Software Suite
TDI Struct Reference

Structure for Time Delay Interferometry data and metadata. More...

#include <glass_lisa.h>

Public Attributes

int Nchannel
 Number of data channels in use. 1 for 4-link, 2 for 6-link.
 
int N
 Size of data. Time samples or frequency bins.
 
double delta
 Data cadence. \(\Delta t\) for time-domain, \( \Delta f\) for frequency-domain.
 
Michelson TDI Channels
double * X
 X channel.
 
double * Y
 Y channel.
 
double * Z
 Z channel.
 
Noise-orthogonal TDI Channels
double * A
 A channel.
 
double * E
 E channel.
 
double * T
 T channel.
 

Detailed Description

Structure for Time Delay Interferometry data and metadata.

Contains time or frequency series of TDI data channels (Michelson-like or orthogonal), and metadata about the number of channels in use, the sampling rate, and the size of the datastream.


The documentation for this struct was generated from the following file: