LAL  7.5.0.1-bede9b2
LALDetAMResponse Struct Reference

Detailed Description

This structure encapsulates the detector AM (beam pattern) coefficients for one source at one instance in time.

Definition at line 138 of file DetResponse.h.

Data Fields

REAL4 plus
 Detector response to \(+\)-polarized gravitational radiation
More...
 
REAL4 cross
 Detector response to \(\times\)-polarized gravitational radiation. More...
 
REAL4 scalar
 Detector response to scalar gravitational radiation (NB: ignored at present – scalar response computation not yet implemented) More...
 

Field Documentation

◆ plus

REAL4 LALDetAMResponse::plus

Detector response to \(+\)-polarized gravitational radiation

Definition at line 141 of file DetResponse.h.

◆ cross

REAL4 LALDetAMResponse::cross

Detector response to \(\times\)-polarized gravitational radiation.

Definition at line 142 of file DetResponse.h.

◆ scalar

REAL4 LALDetAMResponse::scalar

Detector response to scalar gravitational radiation (NB: ignored at present – scalar response computation not yet implemented)

Definition at line 143 of file DetResponse.h.