LAL  7.5.0.1-b72065a
LALDetAMResponseSeries Struct Reference

Detailed Description

This structure aggregates together three REAL4TimeSeries objects containing time series of detector AM response.

Definition at line 151 of file DetResponse.h.

Data Fields

REAL4TimeSeriespPlus
 timeseries of detector response to \(+\)-polarized gravitational radiation More...
 
REAL4TimeSeriespCross
 timeseries of detector response to \(\times\)-polarized gravitational radiation More...
 
REAL4TimeSeriespScalar
 timeseries of detector response to scalar gravitational radiation (NB: not yet implemented.) More...
 

Field Documentation

◆ pPlus

REAL4TimeSeries* LALDetAMResponseSeries::pPlus

timeseries of detector response to \(+\)-polarized gravitational radiation

Definition at line 154 of file DetResponse.h.

◆ pCross

REAL4TimeSeries* LALDetAMResponseSeries::pCross

timeseries of detector response to \(\times\)-polarized gravitational radiation

Definition at line 155 of file DetResponse.h.

◆ pScalar

REAL4TimeSeries* LALDetAMResponseSeries::pScalar

timeseries of detector response to scalar gravitational radiation (NB: not yet implemented.)

Definition at line 156 of file DetResponse.h.