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 | |
| REAL8 * | dettime |
| the detector timestamps More... | |
| REAL8 * | barytime |
| the barycentered timestamps More... | |
| INT8 | length |
| the number of timestamps More... | |
| REAL8 | dtrow |
| the time steps for the timestamps More... | |
| REAL8* BarycentricData::dettime |
the detector timestamps
Definition at line 104 of file xtefitstoframe.c.
| REAL8* BarycentricData::barytime |
the barycentered timestamps
Definition at line 105 of file xtefitstoframe.c.
| INT8 BarycentricData::length |
the number of timestamps
Definition at line 106 of file xtefitstoframe.c.
| REAL8 BarycentricData::dtrow |
the time steps for the timestamps
Definition at line 107 of file xtefitstoframe.c.