Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
BarycenterBuffer Struct Reference

Detailed Description

internal (opaque) buffer type for optimized Barycentering function

Definition at line 45 of file LALBarycenter.c.

Data Fields

REAL8 alpha
 
REAL8 delta
 buffered sky-location: right-ascension in rad More...
 
fixed_sky_t fixed_sky
 buffered sky-location: declination in rad More...
 
LALDetector site
 fixed-sky buffered quantities More...
 
fixed_site_t fixed_site
 buffered detector site More...
 
BOOLEAN active
 fixed-site buffered quantities More...
 

Field Documentation

◆ alpha

REAL8 BarycenterBuffer::alpha

Definition at line 46 of file LALBarycenter.c.

◆ delta

REAL8 BarycenterBuffer::delta

buffered sky-location: right-ascension in rad

Definition at line 47 of file LALBarycenter.c.

◆ fixed_sky

fixed_sky_t BarycenterBuffer::fixed_sky

buffered sky-location: declination in rad

Definition at line 48 of file LALBarycenter.c.

◆ site

LALDetector BarycenterBuffer::site

fixed-sky buffered quantities

Definition at line 50 of file LALBarycenter.c.

◆ fixed_site

fixed_site_t BarycenterBuffer::fixed_site

buffered detector site

Definition at line 51 of file LALBarycenter.c.

◆ active

BOOLEAN BarycenterBuffer::active

fixed-site buffered quantities

Definition at line 53 of file LALBarycenter.c.