LALApps 10.1.0.1-eeff03c
BarycentricData Struct Reference

Detailed Description

A structure for storing vectors of detector and barycentric frame timestamps A pre-barycentered FITS file contains an original set of detector frame timestamps (not always uniformly spaced) and a corresponding set of barycentric timestamps.

Definition at line 103 of file xtefitstoframe.c.

Data Fields

REAL8dettime
 the detector timestamps More...
 
REAL8barytime
 the barycentered timestamps More...
 
INT8 length
 the number of timestamps More...
 
REAL8 dtrow
 the time steps for the timestamps More...
 

Field Documentation

◆ dettime

REAL8* BarycentricData::dettime

the detector timestamps

Definition at line 104 of file xtefitstoframe.c.

◆ barytime

REAL8* BarycentricData::barytime

the barycentered timestamps

Definition at line 105 of file xtefitstoframe.c.

◆ length

INT8 BarycentricData::length

the number of timestamps

Definition at line 106 of file xtefitstoframe.c.

◆ dtrow

REAL8 BarycentricData::dtrow

the time steps for the timestamps

Definition at line 107 of file xtefitstoframe.c.